osulluke
osulluke10mo ago

Caddy issue

So I have run the self-hosting script on my Linux (Fedora 39) machine, but I cannot access the web-interface that Caddy should be providing. Everything seems to run fine, I haven't tweaked any of the baseline files, but I can get it to work. It seems that the Caddy process gets stuck in a loop where it just won't start correctly. docker ps shows a constant restarting message. Any ideas on what might be going wrong, or what I can do to get it to work properly?
No description
23 Replies
osulluke
osulluke10mo ago
No description
rubenf
rubenf10mo ago
what are the logs of the caddy container?
osulluke
osulluke10mo ago
how do I show those?
rubenf
rubenf10mo ago
docker logs <container id>
osulluke
osulluke10mo ago
No description
osulluke
osulluke10mo ago
permission denied, even with sudo
rubenf
rubenf10mo ago
I would ask on the caddy or fedora help channels, This seem unrelated to windmill itself Does the caddyfile exist ? What are its permissions ?
osulluke
osulluke10mo ago
ok, are those part of this discord, or do you suggest a dedicated discord server?
rubenf
rubenf10mo ago
I don't know on the top of my head unfortunately
osulluke
osulluke10mo ago
windmill also appears to be stuck in a restart loop
rubenf
rubenf10mo ago
I think your docker setup has issues
osulluke
osulluke10mo ago
No description
rubenf
rubenf10mo ago
what are the logs of windmill?
osulluke
osulluke10mo ago
No description
Tiago Serafim
Tiago Serafim10mo ago
Did you install docker from snap? If so, it's known to be buggy and unreliable.
osulluke
osulluke10mo ago
No, docker either comes by default or installed via sudo on Fedora. sudo dnf install docker
rubenf
rubenf10mo ago
did you install windmill a while ago ?
osulluke
osulluke10mo ago
maybe?
rubenf
rubenf10mo ago
cause that error would only happen if you had done the first migration about a month ago
osulluke
osulluke10mo ago
When I ran that command again this afternoon, it pulled the latest images, I think.
rubenf
rubenf10mo ago
do you have anything on that instance ? if not, clear the postgresql volumes
osulluke
osulluke10mo ago
No description
osulluke
osulluke10mo ago
It does look like I have some old windmill instances in there Should the instance run without ANY changes whatsoever to the config files? Or must I make some sort of BASE_URL change or ADDRESS change?