Move nas-compose.env to a template file with documentation
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
COMPOSE_PROFILES=ebooks,plaxt,usenet,torrents-xseed
|
|
||||||
|
|
||||||
NASCOMPOSE_UID=1000
|
|
||||||
NASCOMPOSE_GID=1000
|
|
||||||
|
|
||||||
NASCOMPOSE_SERVICES=
|
|
||||||
NASCOMPOSE_DATA=
|
|
||||||
NASCOMPOSE_DOMAIN=
|
|
||||||
NASCOMPOSE_LDAP_DN=
|
|
||||||
|
|
||||||
NASCOMPOSE_MACVLAN_IFACE=
|
|
||||||
NASCOMPOSE_MACVLAN_SUBNET=
|
|
||||||
NASCOMPOSE_MACVLAN_GATEWAY=
|
|
||||||
NASCOMPOSE_MACVLAN_RANGE=
|
|
||||||
NASCOMPOSE_MACVLAN_HOST_IP=
|
|
||||||
NASCOMPOSE_MACVLAN_TRAEFIK_IP=
|
|
||||||
NASCOMPOSE_MACVLAN_PLEX_IP=
|
|
||||||
NASCOMPOSE_MACVLAN_PORTAINER_IP=
|
|
||||||
|
|
||||||
NASCOMPOSE_AUTHELIA_SMTP_ADDRESS=
|
|
||||||
NASCOMPOSE_AUTHELIA_SMTP_USERNAME=
|
|
||||||
|
|
||||||
NASCOMPOSE_DUCKDNS_DOMAIN=
|
|
||||||
24
nas-compose.env.template
Normal file
24
nas-compose.env.template
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Profiles to enable across the instance
|
||||||
|
# Supported profiles:
|
||||||
|
# - plaxt: Plex -> Trakt Integration
|
||||||
|
# - ebooks: Support for ebooks and audiobooks
|
||||||
|
# - usenet: Support for usenet client
|
||||||
|
# - torrents-seeding: Support for a dedicated "seeding only" torrent client
|
||||||
|
COMPOSE_PROFILES=ebooks,plaxt,usenet,torrents-seeding
|
||||||
|
|
||||||
|
# UID and GID used in the docker containers
|
||||||
|
NASCOMPOSE_UID=1000
|
||||||
|
NASCOMPOSE_GID=1000
|
||||||
|
|
||||||
|
# Path to the docker services folders (SSD preferable)
|
||||||
|
NASCOMPOSE_SERVICES=
|
||||||
|
# Path to the data folders (HDD and storage)
|
||||||
|
NASCOMPOSE_DATA=
|
||||||
|
# FQDN of the group of services
|
||||||
|
NASCOMPOSE_DOMAIN=
|
||||||
|
|
||||||
|
# MacVLAN dedicated IP addresses
|
||||||
|
NASCOMPOSE_MACVLAN_HOST_IP=
|
||||||
|
NASCOMPOSE_MACVLAN_TRAEFIK_IP=
|
||||||
|
NASCOMPOSE_MACVLAN_PLEX_IP=
|
||||||
|
NASCOMPOSE_MACVLAN_LOKI_IP=
|
||||||
Reference in New Issue
Block a user