add sickchill to demo blacklist

This commit is contained in:
Girish Ramakrishnan
2021-01-11 22:04:12 -08:00
parent 1a5fc894d6
commit 6c8be9a47a

View File

@@ -37,7 +37,13 @@ exports = module.exports = {
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js
DEMO_USERNAME: 'cloudron',
DEMO_BLACKLISTED_APPS: [ 'com.github.cloudtorrent', 'net.alltubedownload.cloudronapp', 'com.adguard.home.cloudronapp', 'com.transmissionbt.cloudronapp' ],
DEMO_BLACKLISTED_APPS: [
'com.github.cloudtorrent',
'net.alltubedownload.cloudronapp',
'com.adguard.home.cloudronapp',
'com.transmissionbt.cloudronapp',
'io.github.sickchill.cloudronapp'
],
AUTOUPDATE_PATTERN_NEVER: 'never',