Подготовка к релизу v1.3.1

This commit is contained in:
lost+skunk 2024-07-30 01:06:40 +03:00
parent e02174cb71
commit 2dfeaae772
17 changed files with 357 additions and 218 deletions

View file

@ -4,15 +4,17 @@
"cache": {
"enabled": true,
"path": "/home/skunk/projects/skunkyart/cache",
"lifetime": null,
"max-size": 100000,
"lifetime": "1w",
"max-size": 1024,
"update-interval": 5
},
"dirs-to-memory": [
"/home/skunk/projects/skunkyart/html",
"/home/skunk/projects/skunkyart/css"
"/home/skunk/projects/skunkyart/css",
"/home/skunk/projects/skunkyart/misc"
],
"download-proxy": null,
"download-proxy": "http://127.0.0.1:8080",
"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",
"proxy": true,
"nsfw": false
}