R
Railway8mo ago
sam

Private Networking Typesense

How would I configure the Typesense template to work with private networking? I want my Node.js app to use private networking to the typesense instance.
9 Replies
Percy
Percy8mo ago
Project ID: 02ef1ec0-5369-470a-a05b-43cab5190b5b
sam
sam8mo ago
02ef1ec0-5369-470a-a05b-43cab5190b5b
Brody
Brody8mo ago
let me look into this (it's my template)
sam
sam8mo ago
okay thanks 🙏
Brody
Brody8mo ago
typesense does not support listening on ipv6 yet as per this github comment, its from 2022, but its still the case today https://github.com/typesense/typesense/issues/579#issuecomment-1283891226
Brody
Brody8mo ago
i have added this new variable so the url can be referenced, with a note about the private network
No description
Brody
Brody8mo ago
(meilisearch is an option, it supports dual stack binding)
sam
sam8mo ago
ah ok, hopefully they can implement listening on ipv6. i’ll look into meilisearch as well. i already have a deployment of your template in production, was just seeing if it was possible to get it working on private networking to save some pennies.
Brody
Brody8mo ago
yeah I getcha, unfortunately from the tone of that github comment they have no interest in supporting ipv6 themselves