Moved to _dev
This commit is contained in:
12
arr-suite/env/arr.env
vendored
Normal file
12
arr-suite/env/arr.env
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# arr.env
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Etc/UTC
|
||||
# unpackerr.env
|
||||
UN_LOG_FILE: /config/unpackerr.log
|
||||
UN_SONARR_0_URL: http://gluetun:8989
|
||||
# Update with Sonarr API key
|
||||
UN_SONARR_0_API_KEY: /run/secrets/sonarr-api
|
||||
UN_RADARR_0_URL: http://gluetun:7878
|
||||
# Update with Radarr API key
|
||||
UN_RADARR_0_API_KEY: /run/secrets/radarr-api
|
||||
10
arr-suite/env/bittorrent.env
vendored
Normal file
10
arr-suite/env/bittorrent.env
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# qBittorrent
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Paris
|
||||
WEBUI_PORT: 9080
|
||||
# Bittorrent Port Forwarder
|
||||
QBT_USERNAME: /run/secrets/bittorrent-user
|
||||
QBT_PASSWORD: /run/secrets/bittorrent-passowrd
|
||||
QBT_ADDR: http://gluetun:9080
|
||||
GTN_ADDR: http://gluetun:8000
|
||||
10
arr-suite/env/gluetun.env
vendored
Normal file
10
arr-suite/env/gluetun.env
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# gluetun.env
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
VPN_SERVICE_PROVIDER: protonvpn
|
||||
VPN_TYPE: wireguard
|
||||
TZ: Europe/Paris
|
||||
# Wireguard Settings:
|
||||
WIREGUARD_PRIVATE_KEY: /run/secrets/wireguard_private_key
|
||||
WIREGUARD_ADDRESSES: 10.2.0.2/32
|
||||
SERVER_COUNTRIES: France
|
||||
5
arr-suite/env/jellyfin.env
vendored
Normal file
5
arr-suite/env/jellyfin.env
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# jellyfin.env
|
||||
JELLYFIN_PublishedServerUrl: https://jellyfin.${DOMAIN}
|
||||
# jellyseerr.env
|
||||
LOG_LEVEL: debug
|
||||
TZ: Europe/Paris
|
||||
9
arr-suite/env/plex.env
vendored
Normal file
9
arr-suite/env/plex.env
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# plex.env
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Etc/UTC
|
||||
VERSION: docker
|
||||
# Get claim from https://account.plex.tv/en/claim
|
||||
PLEX_CLAIM: /run/secrets/plex-claim
|
||||
LOG_LEVEL: debug
|
||||
PORT: 5055
|
||||
3
arr-suite/env/traefik.env
vendored
Normal file
3
arr-suite/env/traefik.env
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# traefik.env
|
||||
CF_DNS_API_TOKEN_FILE: /run/secrets/cloudflare-token
|
||||
CF_API_EMAIL_FILE: /run/secrets/cloudflare-email
|
||||
4
arr-suite/env/watchtower.env
vendored
Normal file
4
arr-suite/env/watchtower.env
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# watchtower.env
|
||||
WATCHTOWER_CLEANUP: true
|
||||
WATCHTOWER_INCLUDE_RESTARTING: true
|
||||
WATCHTOWER_POLL_INTERVAL: 86400
|
||||
Reference in New Issue
Block a user