update default snap config

This commit is contained in:
ghost 2023-11-24 18:08:13 +02:00
parent 8c2bd7b55f
commit 20d3530721

View file

@ -54,15 +54,42 @@
"external":false, "external":false,
"regex":"/.*/ui" "regex":"/.*/ui"
} }
},
"snap":
{
"enabled":true
} }
}, }
"snap": }
{ },
"snap":
{
"storage":
{
"local":{
"enabled":true,
"location":"/storage/snap",
"size":
{
"max":100024
},
"mime": "mime":
[ [
"application/xhtml+xml",
"application/javascript",
"text/html", "text/html",
"image/webp" "text/plain",
"text/css",
"image/webp",
"image/png",
"image/gif",
"image/ico"
] ]
},
"mirror":
{
"enabled":false,
"ftp":[]
} }
} }
} }