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