mirror of
https://github.com/h44z/wg-portal.git
synced 2025-07-22 04:56:57 +00:00
28 lines
585 B
YAML
28 lines
585 B
YAML
|
core:
|
||
|
listeningAddress: :8123
|
||
|
externalUrl: https://wg.example.org
|
||
|
title: Example WireGuard VPN
|
||
|
company: Example.org
|
||
|
mailFrom: WireGuard VPN <noreply+wg@example.org>
|
||
|
logoUrl: /img/logo.png
|
||
|
adminUser: wg@example.org
|
||
|
adminPass: abadchoice
|
||
|
editableKeys: true
|
||
|
createDefaultPeer: true
|
||
|
selfProvisioning: true
|
||
|
ldapEnabled: false
|
||
|
database:
|
||
|
typ: sqlite
|
||
|
database: test.db
|
||
|
# :memory: does not work
|
||
|
email:
|
||
|
host: 127.0.0.1
|
||
|
port: 25
|
||
|
tls: false
|
||
|
wg:
|
||
|
devices:
|
||
|
- wg-example0
|
||
|
defaultDevice: wg-example0
|
||
|
configDirectory: /etc/wireguard
|
||
|
manageIPAddresses: true
|