# 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 )