Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update)
Sinirlan@lemmy.world 1 week ago
Looks really interesting, I’ll try it as soon as there is non-piped docker-compose. I tried to deploy it with portainer but gave up after half hour of fiddling with url/ip:port combinations, I just cant make it work with NginxProxyManager.
expyth0n@lemmy.world 6 days ago
There is already a non-piped docker-compose setup. The installer just downloads the compose file and env.example, and you can also get them manually from GitHub.
You don’t need to set APP_PORT. If it’s unset, the app falls back to the PORT var provided by Portainer. Just make sure APP_URL exactly matches the root path you’re using behind Nginx.
I know from a friend his deployment running fine on Portainer, so it should work with a standard setup.