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