Browse Source

update default snap config

main
ghost 1 year ago
parent
commit
20d3530721
  1. 35
      src/config.json

35
src/config.json

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

Loading…
Cancel
Save