.env -> .env.example
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Authentication parameters for Proxmox API
|
||||
HOMEPAGE_VAR_PROXMOX_PAM=${HOMEPAGE_VAR_PROXMOX_PAM}
|
||||
# Authentication parameters for Proxmox API
|
||||
HOMEPAGE_VAR_PROXMOX_PAM=${HOMEPAGE_VAR_PROXMOX_PAM}
|
||||
HOMEPAGE_VAR_PROXMOX_SECRET=${HOMEPAGE_VAR_PROXMOX_SECRET}
|
||||
@@ -1,5 +1,5 @@
|
||||
# Where your media will be stored
|
||||
DATA_FOLDER=/path/to/data
|
||||
|
||||
# URL for your domain for Mealie
|
||||
# Where your media will be stored
|
||||
DATA_FOLDER=/path/to/data
|
||||
|
||||
# URL for your domain for Mealie
|
||||
BASE_URL=https://mealie.yourdomain.com
|
||||
@@ -1,2 +1,2 @@
|
||||
USERNAME=${USERNAME}
|
||||
USERNAME=${USERNAME}
|
||||
PASSWORD=${PASSWORD}
|
||||
@@ -1,10 +1,10 @@
|
||||
MYSQL_ROOT_PASSWORD=root_pass
|
||||
SEAFILE_DB_PASSWORD=user_pass
|
||||
INIT_SEAFILE_ADMIN_EMAIL=mail@example.com
|
||||
INIT_SEAFILE_ADMIN_PASSWORD=password
|
||||
SEAFILE_SERVER_HOSTNAME=seafile.example.com
|
||||
JWT_PRIVATE_KEY=random_string_32_char # pwgen -s 40 1
|
||||
MYSQL_DATA_VOLUME=/path/to/data/mariadb
|
||||
SEAFILE_DATA_VOLUME=/path/to/data/seafile_data
|
||||
TIME_ZONE=Europe/Warsaw
|
||||
MYSQL_ROOT_PASSWORD=root_pass
|
||||
SEAFILE_DB_PASSWORD=user_pass
|
||||
INIT_SEAFILE_ADMIN_EMAIL=mail@example.com
|
||||
INIT_SEAFILE_ADMIN_PASSWORD=password
|
||||
SEAFILE_SERVER_HOSTNAME=seafile.example.com
|
||||
JWT_PRIVATE_KEY=random_string_32_char # pwgen -s 40 1
|
||||
MYSQL_DATA_VOLUME=/path/to/data/mariadb
|
||||
SEAFILE_DATA_VOLUME=/path/to/data/seafile_data
|
||||
TIME_ZONE=Europe/Warsaw
|
||||
SEAFILE_SERVER_PROTOCOL=https
|
||||
@@ -1,12 +1,12 @@
|
||||
PATH_TO_CONFIG=/path/to/config
|
||||
PATH_TO_DOWNLOADS=/path/to/downloads
|
||||
PATH_TO_WATCH_FOLDER=/path/to/watch/folder
|
||||
LOCAL_NETWORK=192.168.0.0/16 # you must specify your local subnet to allow access to the web interface. more: https://haugene.github.io/docker-transmission-openvpn/run-container/#3_you_might_not_be_able_to_access_the_web_ui_on_the_first_try
|
||||
OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/main/openvpn
|
||||
# change for different provider
|
||||
# OPENVPN_CONFIG=
|
||||
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
|
||||
OPENVPN_USERNAME=vpn_username
|
||||
OPENVPN_PASSWORD=vpn_password
|
||||
TRANSMISSION_WEB_UI=flood-for-transmission
|
||||
PATH_TO_CONFIG=/path/to/config
|
||||
PATH_TO_DOWNLOADS=/path/to/downloads
|
||||
PATH_TO_WATCH_FOLDER=/path/to/watch/folder
|
||||
LOCAL_NETWORK=192.168.0.0/16 # you must specify your local subnet to allow access to the web interface. more: https://haugene.github.io/docker-transmission-openvpn/run-container/#3_you_might_not_be_able_to_access_the_web_ui_on_the_first_try
|
||||
OPENVPN_PROVIDER=NORDVPN # https://github.com/haugene/vpn-configs-contrib/tree/main/openvpn
|
||||
# change for different provider
|
||||
# OPENVPN_CONFIG=
|
||||
NORDVPN_COUNTRY=NL # https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
|
||||
OPENVPN_USERNAME=vpn_username
|
||||
OPENVPN_PASSWORD=vpn_password
|
||||
TRANSMISSION_WEB_UI=flood-for-transmission
|
||||
# combustion, kettu, transmission-web-control, flood-for-transmission, shift, transmissionic
|
||||
@@ -1,8 +1,8 @@
|
||||
# Optional credentials for securing the transmission web interface
|
||||
USERNAME= 'username'
|
||||
PASSWORD= 'password'
|
||||
|
||||
# File paths
|
||||
PATH_TO_CONFIG= '/path/to/config'
|
||||
PATH_TO_DOWNLOADS= '/path/to/downloads'
|
||||
# Optional credentials for securing the transmission web interface
|
||||
USERNAME= 'username'
|
||||
PASSWORD= 'password'
|
||||
|
||||
# File paths
|
||||
PATH_TO_CONFIG= '/path/to/config'
|
||||
PATH_TO_DOWNLOADS= '/path/to/downloads'
|
||||
PATH_TO_WATCH_FOLDER= '/path/to/watch/folder'
|
||||
@@ -1,2 +1,2 @@
|
||||
PATH_TO_DATA="/path/to/vaultwarden/data"
|
||||
PATH_TO_DATA="/path/to/vaultwarden/data"
|
||||
DOMAIN="https://vw.domain.tld"
|
||||
Reference in New Issue
Block a user