stuff
This commit is contained in:
parent
83fa331ae4
commit
c14d61d090
21 changed files with 265 additions and 4880 deletions
|
|
@ -9,3 +9,13 @@ uptime_kuma_password: "your_password_here"
|
|||
|
||||
ntfy_username: "your_ntfy_username"
|
||||
ntfy_password: "your_ntfy_password"
|
||||
|
||||
# headscale-ui credentials
|
||||
# Used for HTTP basic authentication via Caddy
|
||||
# Provide either:
|
||||
# - headscale_ui_password: plain text password (will be hashed automatically)
|
||||
# - headscale_ui_password_hash: pre-hashed bcrypt password (more secure, use caddy hash-password to generate)
|
||||
|
||||
headscale_ui_username: "admin"
|
||||
headscale_ui_password: "your_secure_password_here"
|
||||
# headscale_ui_password_hash: "$2a$14$..." # Optional: pre-hashed password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue