krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

v1.4.0: config.example.json · raw

 1{
 2    "listen": "0.0.0.0:3003",
 3    "uri": "/",
 4    "cache": {
 5        "enabled": true,
 6        "path": "cache",
 7        "lifetime": null,
 8        "max-size": 200,
 9        "memcache": false,
10        "update-interval": 5
11    },
12    "static-path": "static",
13    "download-proxy": "",
14    "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
15    "proxy": true,
16    "nsfw": false,
17    "hide-ai": false,
18    "theme": "auto",
19    "language": "auto"
20}