summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 22:03:33 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 22:03:33 -0300
commitb68b5e85ba43207deb87512b6dd600a9c619d87a (patch)
tree4137095790b2bc8caf0f57dafef4bfed88953bc9 /.env.example
parentc436aa5dcc21e671e86c95e8584fb1f9c7a02e1a (diff)
parentd234d86016ca876e5e3ea303d0419aa1f4624882 (diff)
Merge branch 'master' of gitlab.com:rogs/yams
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>