From e4f689ff8d10764d807f334fc59e54c244d88e54 Mon Sep 17 00:00:00 2001 From: clsr Date: Sun, 24 Nov 2019 03:14:32 +0100 Subject: Initial commit --- gomf-modpanel.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gomf-modpanel.conf (limited to 'gomf-modpanel.conf') 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 +) -- cgit