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",
"webui": "http://[HOST]:[PORT:6767]"
}

View File

@@ -1,6 +1,6 @@
{
"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",
"environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"name": "Guacamole Client",
"options": {
"PGID": 0,
@@ -17,11 +18,10 @@
"ports_description": {
"8080/tcp": "web interface"
},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"schema": {
"EXTENSIONS": "str?",
"PGID": "int",
"PUID": "int",
"EXTENSIONS": "str?",
"TZ": "str?"
},
"slug": "guacamole",

View File

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