crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"description": "Piwigo is a photo gallery software for the web",
"devices": [
@@ -37,11 +41,15 @@
"environment": {
"PWG_LOCAL_DIR": "/data"
},
"map": ["media:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Piwigo",
"options": {
"PUID": 1000,
"PGID": 1000
"PGID": 1000,
"PUID": 1000
},
"ports": {
"80/tcp": 81
@@ -49,15 +57,18 @@
"ports_description": {
"80/tcp": "Web UI port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"TZ": "str?"
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "piwigo",
"stage": "experimental",