Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/f920907a1b79654a3a291c72974e268ebf19bce3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

added config entry `dataEngine`

pull/68/head
tycrek 4 years ago
parent 31b7523c15
commit f920907a1b
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -12,6 +12,7 @@ const config = {
spaceReplace: '_',
mediaStrict: false,
viewDirect: false,
dataEngine: '@tycrek/papito',
frontendName: 'ass-x',
indexFile: '',
s3enabled: false,
@ -159,6 +160,12 @@ function doSetup() {
default: config.viewDirect,
required: false
},
dataEngine: {
description: 'Data engine to use (must match an NPM package name. If unsure, leave blank)',
type: 'string',
default: config.dataEngine,
required: false
},
frontendName: {
description: 'Name of your frontend (leave blank if not using frontends)',
type: 'string',

Loading…
Cancel
Save