-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homepage Issues + Traefik Question #103
Comments
Hi, please don't comment this out, those config files are needed otherwise, you'll get what you have in your screenshot. If you SSH into your homepage container, what do you see in
It's probably possible, but really you should only use one as they serve the same purpose. Feel free to hack the project and use Caddy instead, but I won't try to do so :-) |
Thank you for the quick response! Sorry for my delay, I'm still learning docker so it took me a bit to figure out how to find what you asked. By running My .env is as follows: COMPOSE_PROFILES= I'm still uncertain what the issue is, but hopefully this helps you pin it down! |
I've been setting up this NAS on Ubuntu Server 24.04 with the stock docker-compose.yml file, and was running into the documented issue where Homepage wouldn't start, with the same error message (Issue #91).
I commented out
command: [sh, -c, "cp -n /app/config/tpl/*.yaml /app/config && node server.js"]
per MitchBarnett's suggestion, however now my homepage appears blank, and I am unsure how to proceed.I was also wondering if this could be run without Traefik. I use Caddy as a reverse proxy, and the two don't want to play nice.
Thank you in advance, this project is amazing and I'm super excited to get it all set up!
The text was updated successfully, but these errors were encountered: