mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
18 lines
638 B
Text
18 lines
638 B
Text
# Optional template. The installer normally creates pivilion.conf automatically
|
|
# at the externally visible root of the FAT boot partition.
|
|
# Values are data, not shell commands. A derived PSK is credential-equivalent.
|
|
PIVILION_USER=your-user
|
|
PIVILION_HOME=/home/your-user
|
|
PIVILION_DIR=/home/your-user/pivilion
|
|
PIVILION_WEBROOT=/var/www/html/pivilion
|
|
PIVILION_MODE=onion
|
|
PIVILION_WIFI_SSID=
|
|
PIVILION_WIFI_PSK=
|
|
PIVILION_WIFI_PSK_FOR_SSID=
|
|
PIVILION_WIFI_COUNTRY=HR
|
|
PIVILION_WIFI_INTERFACE=wlan0
|
|
PIVILION_HOTSPOT_SSID=pivilion
|
|
PIVILION_HOTSPOT_CHANNEL=6
|
|
PIVILION_HOSTNAME=pivilion
|
|
PIVILION_GENERATOR_ENABLED=no
|
|
PIVILION_UPLOAD_MAX_SIZE=256M
|