-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalis-server.config
43 lines (35 loc) · 1.24 KB
/
alis-server.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# General
username="saponace"
hostname="tartiflette"
root_pwd="pwd"
user_pwd="pwd"
# Disks
install_disk="/dev/sda"
# Sizes in Megabytes
boot_partition_size="100"
swap_partition_size="2000"
# Can either be "MAX" or a size
root_partition_size="MAX"
# Path to an authorized_keys ssh file to deploy to the server
authorized_keys_file="/tmp/authorized_keys"
# Networking
network_interface="enp0s3" # Uncomment to set specific interface. If variable not set, the first eth interface will be chosen and convifugred. Selected interface will be logged
static_ip_address="10.0.2.15/24"
lan_gateway_ip_address="10.0.2.2"
dns_server_ip_address="8.8.8.8"
# Locale stuff
# keymap="fr-latin9" # Uncomment to set this keymap in vconsole
timezone="America/Montreal"
locales_to_enable="fr_FR.UTF-8 UTF-8\nfr_FR ISO-8859-1\nfr_FR@euro ISO-8859-15\nen_US.UTF-8 UTF-8\nen_US ISO-8859-1"
# VPN credentials
vpn_login="xxxxx"
vpn_password="xxxxx"
# Web server
domain_name="xxxxx.xx"
lets_encrypt_email="[email protected]"
cloudflare_email="[email protected]"
cloudflare_api_key="xxxxx"
# Misc secrets
authelia_jwt_secret="xxxxx"
gotify_watchtower_api_token="xxxxx"
admin_pwd="xxxxx"