summaryrefslogtreecommitdiffstats
path: root/gomf-modpanel.conf
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2019-11-24 03:14:32 +0100
committerclsr <clsr@clsr.net>2019-11-24 03:14:32 +0100
commite4f689ff8d10764d807f334fc59e54c244d88e54 (patch)
treeafa664d2b5d3cd7e011c28eeac369f5362a877af /gomf-modpanel.conf
downloadgomf-docker-e4f689ff8d10764d807f334fc59e54c244d88e54.tar.gz
gomf-docker-e4f689ff8d10764d807f334fc59e54c244d88e54.zip
Initial commit
Diffstat (limited to 'gomf-modpanel.conf')
-rw-r--r--gomf-modpanel.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/gomf-modpanel.conf b/gomf-modpanel.conf
new file mode 100644
index 0000000..57b5827
--- /dev/null
+++ b/gomf-modpanel.conf
@@ -0,0 +1,26 @@
+# vim: set ft=sh:
+
+#shellcheck disable=SC2034
+
+# Simple startup/configuration script for gomf-modpanel
+# Leave options blank ("OPTION=", "OPTION=''") or comment them out to use
+# gomf-modpanel defaults (see `gomf-modpanel --help`)
+
+#
+# URL path prefix to serve modpanel under
+#URL_PREFIX=/mod/
+
+# URL path to deletion log
+#DELETION_LOG=/deleted
+
+# The URL that Gomf serves uploaded files on
+#
+# Defaults to /u/
+#UPLOAD_URL=https://u.example.com/
+
+# List of usernames and passwords that can access the mod panel
+#
+# Entries should be in the form "user:password"
+ACCESS=(
+ test:test
+)