mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Github bot : json sorted
This commit is contained in:
@@ -82,4 +82,3 @@
|
||||
"version": "1.0.4",
|
||||
"webui": "http://[HOST]:[PORT:6767]"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "maxwaldorf/guacamole:latest",
|
||||
"aarch64": "maxwaldorf/guacamole:latest"
|
||||
"aarch64": "maxwaldorf/guacamole:latest",
|
||||
"amd64": "maxwaldorf/guacamole:latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user