homelab/server/config/ass/config.json
2022-02-08 17:00:27 -08:00

29 lines
834 B
JSON

{
"host": "0.0.0.0",
"port": 40115,
"domain": "share.jafner.net",
"maxUploadSize": 1024,
"isProxied": true,
"useSsl": true,
"resourceIdSize": 12,
"resourceIdType": "random",
"spaceReplace": "_",
"gfyIdSize": 2,
"mediaStrict": false,
"viewDirect": false,
"dataEngine": "@tycrek/papito",
"frontendName": "ass-x",
"indexFile": "",
"useSia": false,
"s3enabled": false,
"s3endpoint": "sfo3.digitaloceanspaces.com",
"s3bucket": "bucket-name",
"s3usePathStyle": false,
"s3accessKey": "accessKey",
"s3secretKey": "secretKey",
"__WARNING__": "The following configs are no longer used and are here for backwards compatibility. For optimal use, DO NOT edit them.",
"diskFilePath": "uploads/",
"saveWithDate": true,
"saveAsOriginal": false
}