Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Full linux desktop environment accessible via any modern web browser",
"devices": [
"/dev/fuse",
@@ -60,7 +65,11 @@
"host_dbus": true,
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
"ingress": true,
"map": ["media:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Webtop Alpine KDE",
"options": {
"DNS_server": "8.8.8.8",
@@ -76,7 +85,11 @@
"ports_description": {
"3000/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"DNS_server": "str?",
"KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?",
@@ -98,7 +111,6 @@
"udev": true,
"upstream": "4.16-r0-ls48",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.16-r0-ls48",
"video": true,
"webui": "http://[HOST]:[PORT:3000]"