summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..217fb1e
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,11 @@
+# Base configuration
+PUID=<your_PUID>
+PGID=<your_PGID>
+MEDIA_FOLDER=<media_folder>
+INSTALL_LOCATION=<install_location>
+MEDIA_SERVICE=<media_service>
+
+# VPN configuration
+VPN_SERVICE=<vpn_service>
+VPN_USER=<vpn_user>
+VPN_PASSWORD=<vpn_password>