Replies: 4 comments 3 replies
-
|
Hello 👋 I wanted to know if there is any way to get some assistance on this? Or if there are any plans to get to this issue at a later time? If not, I can close it out so it doesn't clutter/annoy the maintainers of this repo. Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @yottoya, from what I can tell this is probably a firewall problem. Make sure you allow communication for these ports through the network. Also make sure you have your internet IP address up to date and synced with your domain. |
Beta Was this translation helpful? Give feedback.
-
|
It should be accessible with if you want You shouldn't bind the soft-serve docker ports to the host . Instead nginx should be listening to the ports and forwarding the request to the soft-serve container |
Beta Was this translation helpful? Give feedback.
-
|
Hi @yottoya, did you ever get this resolved? I've been using soft serve for almost two years now and I haven't been able to SSH into it using my domain name. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Cannot Get Domain Working with Soft-Serve & Docker
Hello! I've got no idea what I could possibly be doing wrong, and as usual, it's probably something very small I'm missing here...
ssh git.charm.shbut withssh git.mydomain.com:)Soft-Serve Server Docker Config:
~/mydockerApps/soft-serve, and created a docker-compose.yml exactly as in the exampledocker-compose.yml.docker compose up -d && docker compose logs -f, it looks like it all starts perfectlyssh -p 23231 192.168.1.101, I can access the newly created server's terminal GUI.Ngnix Proxy Manager (NPM)
Port forwarding on my router
My Router
23231&23232.443and80are already exposed for NPM.Cloudflare DNS
*CNAMErecord tomydomain.com, so NPM will handle all the rest.Soft-Serve Server Config:
(NOTE:) I created and added the "
#Custom Settings" lines to the bottom of the above config because I thought it would help; I placed my ssh-rsa.pub in there perfectly as well.docker compose up -d && docker compose logs -f, and it started up perfectly again with no errors (according to the start up logs).ssh -p 23231 192.168.1.101, but still not viassh git.mydomain.com.Beta Was this translation helpful? Give feedback.
All reactions