Github bot : json sorted

This commit is contained in:
github-actions
2022-05-15 00:29:27 +00:00
parent 2bcb27d63c
commit e54b9dc20d
4 changed files with 9 additions and 10 deletions

View File

@@ -82,4 +82,3 @@
"version": "1.0.4", "version": "1.0.4",
"webui": "http://[HOST]:[PORT:6767]" "webui": "http://[HOST]:[PORT:6767]"
} }

View File

@@ -1,6 +1,6 @@
{ {
"build_from": { "build_from": {
"amd64": "maxwaldorf/guacamole:latest", "aarch64": "maxwaldorf/guacamole:latest",
"aarch64": "maxwaldorf/guacamole:latest" "amd64": "maxwaldorf/guacamole:latest"
} }
} }

View File

@@ -5,6 +5,7 @@
], ],
"description": "Clientless remote desktop gateway", "description": "Clientless remote desktop gateway",
"environment": {}, "environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"name": "Guacamole Client", "name": "Guacamole Client",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -17,11 +18,10 @@
"ports_description": { "ports_description": {
"8080/tcp": "web interface" "8080/tcp": "web interface"
}, },
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"schema": { "schema": {
"EXTENSIONS": "str?",
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
"EXTENSIONS": "str?",
"TZ": "str?" "TZ": "str?"
}, },
"slug": "guacamole", "slug": "guacamole",

View File

@@ -58,11 +58,11 @@
"ORIGINALS_PATH": "/share/photoprism/originals", "ORIGINALS_PATH": "/share/photoprism/originals",
"STORAGE_PATH": "/share/photoprism/storage", "STORAGE_PATH": "/share/photoprism/storage",
"UPLOAD_NSFW": "true", "UPLOAD_NSFW": "true",
"certfile": "fullchain.pem",
"cifspassword": "password", "cifspassword": "password",
"cifsusername": "username", "cifsusername": "username",
"networkdisks": "//server/share",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"networkdisks": "//server/share",
"ssl": false "ssl": false
}, },
"ports": { "ports": {
@@ -83,13 +83,13 @@
"ORIGINALS_PATH": "str", "ORIGINALS_PATH": "str",
"STORAGE_PATH": "str", "STORAGE_PATH": "str",
"UPLOAD_NSFW": "bool", "UPLOAD_NSFW": "bool",
"certfile": "str",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"keyfile": "str",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"ssl": "bool", "ssl": "bool"
"certfile": "str",
"keyfile": "str"
}, },
"services": [ "services": [
"mysql:want" "mysql:want"