Cant run caddy

run: reading config file: open /etc/caddy/Caddyfile: operation not permitted
17 Replies
justanokapi
justanokapi6mo ago
when setting up the docker it asks and i accept tried moving the install to a new location
Sindre
Sindre6mo ago
We need more info to help. Are you running Windows? What command do you use? Do you run it on wsl2?
justanokapi
justanokapi6mo ago
windows not wsl bc it couldnt start docker compose up -d but also manually starting it in docker
Sindre
Sindre6mo ago
Ok. As far as I know you are the first to try it native on windows. I would recommend using wsl. I run it myself on wsl and works without a glitch.
justanokapi
justanokapi6mo ago
i tried wsl but it gave the most useless error just failed ill try checking the log
justanokapi
justanokapi6mo ago
No description
Sindre
Sindre6mo ago
seems like a wsl / docker issue to me. Can't help with that. try google or ask in a forum that know more about wsl and docker.
justanokapi
justanokapi6mo ago
spent forever getting wsl to work
justanokapi
justanokapi6mo ago
No description
justanokapi
justanokapi6mo ago
still fails
Sindre
Sindre5mo ago
Is that wsl? Never seen folder path wsl start with c:
justanokapi
justanokapi5mo ago
thats just the windmill selfhost files
justanokapi
justanokapi5mo ago
No description
justanokapi
justanokapi5mo ago
these
justanokapi
justanokapi5mo ago
the rest start up
No description
justanokapi
justanokapi5mo ago
i changed the port and it ran but cant accesss it yooo i changed it to 8080 and go it working
ports:
# To change the exposed port, simply change 80:80 to <desired_port>:80. No other changes needed
- 8080:80
# - 443:443 # Uncomment to enable HTTPS handling by Caddy
environment:
- BASE_URL=":80"
# - BASE_URL=":443" # uncomment and comment line above to enable HTTPS via custom certificate and key files
# - BAS
ports:
# To change the exposed port, simply change 80:80 to <desired_port>:80. No other changes needed
- 8080:80
# - 443:443 # Uncomment to enable HTTPS handling by Caddy
environment:
- BASE_URL=":80"
# - BASE_URL=":443" # uncomment and comment line above to enable HTTPS via custom certificate and key files
# - BAS
I exported my online one how can i import it into the selfhost
Sindre
Sindre5mo ago
try using the #ask-ai channel, it's very good for most questions. see https://www.windmill.dev/docs/advanced/cli for importing (pusing) to a windmill instance
Command Line Interface (CLI) | Windmill
The Windmill CLI, wmill allows you to interact with Windmill instances right from your