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
I installed caddy on the machine and not in docker, here is the file:
#modificare questo nome hsot https://stregatto-ai.local { #tls internal #autocreato tls [email protected] { ca https://smallstep.local/acme/acme/directory ca_root /etc/caddy/root_ca.crt } reverse_proxy localhost:1865 }
I have a local ca authentication server created with smallstep. to access cheshire-cat-ai I have a firewall activated port 443.80
my docker compose:
services: cheshire-cat-core: image: ghcr.io/cheshire-cat-ai/core:latest container_name: cheshire_cat_core ports: - 1865:80 - 5678:5678 volumes: - ./static:/app/cat/static - ./plugins:/app/cat/plugins - ./data:/app/cat/data
vm: debian 12 even disabling tls gives me the same error if i bypass caddy it works
The text was updated successfully, but these errors were encountered:
Try env variable CCAT_HTTPS_PROXY_MODE https://cheshire-cat-ai.github.io/docs/production/administrators/env-variables/#ccat_https_proxy_mode
CCAT_HTTPS_PROXY_MODE
Sorry, something went wrong.
No branches or pull requests
I installed caddy on the machine and not in docker, here is the file:
I have a local ca authentication server created with smallstep.
to access cheshire-cat-ai I have a firewall activated port 443.80
my docker compose:
vm: debian 12
even disabling tls gives me the same error
if i bypass caddy it works
The text was updated successfully, but these errors were encountered: