mirror of
https://github.com/snachodog/my-arr-stack.git
synced 2025-09-13 06:43:32 -06:00
first commit
first commit
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
TZ=Europe/Lisbon
|
||||
# UNIX PUID and PGID, find with: id $USER
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
# The directory where configuration will be stored.
|
||||
ROOT="$HOME/MediaCenter/"
|
||||
# The directory where data and configuration will be stored.
|
||||
HDDSTORAGE="$HOME/MediaCenter/Storage/"
|
||||
|
||||
# Wireguard Settings
|
||||
#Your public ip, auto for auto detect
|
||||
SERVERURL=auto
|
||||
#number of devices to generate configuration to connect to the wireguard vpn
|
||||
PEERS=7
|
Reference in New Issue
Block a user