ckulka / infcloud-docker

Dockerfile for a ready-to-go InfCloud server.
https://hub.docker.com/r/ckulka/infcloud
MIT License
9 stars 5 forks source link

How to run infcloud-docker inside local network? #7

Open dymn opened 9 months ago

dymn commented 9 months ago

My home server has an IP of 192.168.16.5. What I just didn't try to do with docker-compose.baikal.yaml, but I could not make it work inside the local network. I've tried everything this but it doesn't work:

traefik.frontend.rule: "Host:192.168.16.5, Path=/baikal"
traefik.frontend.rule: "PathPrefixStrip:/baikal"
traefik.frontend.rule: "PathPrefixStrip:/"
traefik.frontend.rule: "PathPrefixp:/baikal"
traefik.frontend.rule: "Host: 0.0.0.0:/baikal"

What do I need to specify in the address in global Network Check Settings in config-baikal.js? Do I need to change something in baikal-nginx.conf?

How to make addresses available http://192.168.16.5/baikal and http://192.168.16.5/infcloud or just access by ports, for example, http://192.168.16.5:1080 and http://192.168.16.5:1081 ?

MUT-Kopp commented 3 months ago

I got the same Problem.

Did you found a Solution?

dymn commented 3 months ago

Unfortunately, no.