We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my Docker Compose File services: snapp: image: uraniadev/snapp:latest ports: - 4267:3000 environment: TOKEN_SECRET: [REDACTED] ORIGIN: [REDACTED] ADMIN_USERNAME: root ADMIN_PASSWORD: root ENABLE_SIGNUPS: true PUBLIC_UMAMI_WEBSITE_ID: [REDACTED] PUBLIC_UMAMI_URL: [REDACTED] ENABLE_SIGNUP: true
I use Caddy as a reverse Proxy. It doesnt if i press login it doesnt react at all or if i try to sign up it does the same. It's the first time install
The text was updated successfully, but these errors were encountered:
Did i ruined something with latest build? Do you receive any log in console log or Docker?
Sorry, something went wrong.
No branches or pull requests
This is my Docker Compose File
services:
snapp:
image: uraniadev/snapp:latest
ports:
- 4267:3000
environment:
TOKEN_SECRET: [REDACTED]
ORIGIN: [REDACTED]
ADMIN_USERNAME: root
ADMIN_PASSWORD: root
ENABLE_SIGNUPS: true
PUBLIC_UMAMI_WEBSITE_ID: [REDACTED]
PUBLIC_UMAMI_URL: [REDACTED]
ENABLE_SIGNUP: true
I use Caddy as a reverse Proxy.
It doesnt if i press login it doesnt react at all or if i try to sign up it does the same.
It's the first time install
The text was updated successfully, but these errors were encountered: