joedima
joedima
This is from my docker_compose.yml: headplane: container_name: headplane image: ghcr.io/tale/headplane:0.3.9 restart: unless-stopped volumes: - ./data:/var/lib/headscale - ./config:/etc/headscale - /var/run/docker.sock:/var/run/docker.sock:ro ports: - '3000:3000' environment: DEBUG: 'true' COOKIE_SECRET: 'cookie_secret' # HEADSCALE_URL: 'https://my.domain.net'...
The program requires ROOT_API_KEY no matter what. If it is not specified, it will go in a loop and not serve pages for log in. But since I do not...
If you want me to help you with testing, I would be glad. Also, I will try to do the Authelia setup since with the latest updates, they added a...