initial config.yml - wg-portal deployment
This commit is contained in:
parent
0641e71c37
commit
77eb5719d1
1 changed files with 35 additions and 0 deletions
35
config.yml
Normal file
35
config.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# wg-portal Konfiguration für Pfannkuchen VPS
|
||||
# Docs: https://wgportal.org/master/documentation/overview/
|
||||
|
||||
advanced:
|
||||
log_level: info
|
||||
config_storage_path: "/app/config/wg0.conf" # Exportiert Config zurück in Datei
|
||||
|
||||
core:
|
||||
admin_user: sascha@sascha-lutz.de
|
||||
admin_password: l91aZNfYP27XxT-JOZsMBQ
|
||||
admin_api_token: bjzpPsuuRIV9pEBmrULjzHv6PbXQCEOUI5HfPvRTXZw
|
||||
editable_keys: true # Erlaubt Key-Änderungen via UI/API
|
||||
import_existing: true # Importiert alle bestehenden Peers aus wg0
|
||||
restore_state: true # Stellt Peer-State wieder her (Enabled/Disabled)
|
||||
create_default_peer_on_login: false
|
||||
create_default_peer_on_user_creation: false
|
||||
self_provisioning_allowed: false
|
||||
|
||||
database:
|
||||
type: sqlite
|
||||
dsn: "/app/data/wg_portal.db"
|
||||
|
||||
web:
|
||||
external_url: "https://wg.sascha-lutz.de"
|
||||
request_logging: true
|
||||
# listen_addr wird via Compose env gesetzt
|
||||
listening_address: ":8888"
|
||||
|
||||
statistics:
|
||||
use_ping_checks: false
|
||||
collect_interface_data: true
|
||||
collect_peer_data: true
|
||||
|
||||
backend:
|
||||
default: local
|
||||
Loading…
Add table
Add a link
Reference in a new issue