-
Notifications
You must be signed in to change notification settings - Fork 10
/
vars-default
69 lines (58 loc) · 1.94 KB
/
vars-default
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
######################################
# DEFINITION DES VARIABLES
# ====================================
# Domaine
export SERVER_BASE_URL=server
export DOMAIN_URL=domain.fr
export SERVER_IPV4=178.176.8.104
export [email protected]
# URL Administration
export TRAEFIK_BASE_URL=traefik
export PORTAINER_BASE_URL=portainer
export NETDATA_BASE_URL=netdata
# BASE_URL des applications utilisateur
export RUTORRENT_BASE_URL=rutorrent
export MEDUSA_BASE_URL=medusa
export RADARR_BASE_URL=radarr
export LIDARR_BASE_URL=lidarr
export JACKETT_BASE_URL=jackett
export BAZARR_BASE_URL=bazarr
export SONARR_BASE_URL=sonarr
export FLOOD_BASE_URL=flood
export FILEBROWSER_BASE_URL=filebrowser
export NEXTCLOUD_BASE_URL=nextcloud
export FILERUN_BASE_URL=filerun
export SABNZBD_BASE_URL=sabnzbd
export PYLOAD_BASE_URL=pyload
export FLARESOLVERR_BASE_URL=flaresolverr
export READARR_BASE_URL=readarr
# VPN (OpenVPN Docker)
export VPN_BASE_URL=vpn
# BASE_URL des applications multimédias
export JELLYFIN_BASE_URL=jellyfin
# TimeZone
export TZ=Europe/Paris
# Debug
export DEBUG_LEVEL=DEBUG
# Fichier de password
export PASSWD_FILE=./passwd
# Adresse mail de cloudflare
# (pour les certificats cloudflare)
export [email protected]
# Global API
export CF_API_KEY=cQhylGXSlZicdlJBuf3zcaGYxIl8gWzTxpxCjdcm
# Dossier utilisateurs
# Chaque utilisateur aura un dossier sous ce dossier,
# il est nécessaire de placer le chemin dans un répertoire détenu par l'utilisateur qui lance le script
# ex : monuser lance le script, alors on indique le chemin comme suit :
export DATA_DIR=/home/monuser/data
# Dossier de configuration
# Va recevoir la configuration de la seedbox
# Concerne la configuration globale (hors utilisateur)
export CONFIG_DIR=/home/monuser/config
# LVM
# Create disk of user automatically ( yes / no )
# Please read the readme carefully before choosing this option !
export LVM_STATUS=no
export LVM_VG_NAME=vg_home
export LVM_POOL_NAME=pool_0_vg_home