- Update docker-compose.yml: simplify environment variables - Fix headplane-config/config.yaml with proper configuration: * Add required server section with correct cookie_secret (32 chars) * Configure headscale connection with API key * Enable external access via 192.168.0.151:3000/admin/ - Resolve configuration validation errors - Headplane UI now fully accessible and functional 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
306 B
YAML
15 lines
306 B
YAML
headscale:
|
|
url: http://headscale:8080
|
|
api_key: 8qRr1IB.tV95CmA0fLaCiGGIgBfeoN9daHceFkzI
|
|
config_strict: false
|
|
|
|
server:
|
|
host: 0.0.0.0
|
|
port: 3000
|
|
cookie_secret: headscale-ui-secret-32-chars-key
|
|
cookie_secure: false
|
|
|
|
settings:
|
|
title: "Headscale 관리 패널"
|
|
favicon_url: ""
|
|
custom_css: "" |