test nginx

This commit is contained in:
Alexandre
2021-11-29 14:04:01 +01:00
parent a9b5dcdc7c
commit f4c98bcf58
12 changed files with 262 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
"PUID": 0,
"PGID": 0,
"maxmem": 200,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"theme": "default",
"networkdisks": "//IP/SHARE",
"cifsusername": "username",
@@ -28,6 +31,9 @@
"PUID": "int",
"PGID": "int",
"maxmem": "int",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"theme": "list(default|comixology2|plextheme-master)",
"networkdisks": "str?",
"cifsusername": "str?",