Skip to content
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

http status 404 - Cannot access the webui #245

Open
hug-efrei opened this issue Feb 3, 2025 · 0 comments
Open

http status 404 - Cannot access the webui #245

hug-efrei opened this issue Feb 3, 2025 · 0 comments

Comments

@hug-efrei
Copy link

Hello,

Joal is working properly but I can't access the web interface via the URL http://IP:PORT/secretpath/ui. I've enabled the web service and configured the secretpath. Have you encountered this error before?

Here's my configuration if needed:

joal: container_name: joal image: anthonyraymond/joal:latest restart: unless-stopped profiles: ["ratio", "all"] networks: frontend: ipv4_address: $JOAL_IP ports: - target: 6006 published: $JOAL_PORT protocol: tcp mode: host environment: - spring.main.web-environment=true - joal-conf="/data" - server.port=$JOAL_PORT - joal.ui.path.prefix="xxxxx" - joal.ui.secret-token="xxxxx" volumes: - $DOCKERDIR/appdata/joal:/data # config folder cops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant