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

[BUG] plugin page network error #1000

Open
Vincenzoferrara opened this issue Dec 30, 2024 · 1 comment
Open

[BUG] plugin page network error #1000

Vincenzoferrara opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Vincenzoferrara
Copy link

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

streggato bug1
streggato bug2

@Vincenzoferrara Vincenzoferrara added the bug Something isn't working label Dec 30, 2024
@pieroit
Copy link
Member

pieroit commented Jan 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants