This commit is contained in:
Alexandre
2023-07-27 22:23:33 +02:00
parent 4c6cde6488
commit 7e57be693c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
{ {
"build_from": { "build_from": {
"aarch64": "lscr.io/linuxserver/webtop:arm64v8-ubuntu-kde", "aarch64": "lscr.io/linuxserver/webtop:arm64v8-latest",
"amd64": "lscr.io/linuxserver/webtop:amd64-ubuntu-kde" "amd64": "lscr.io/linuxserver/webtop:amd64-latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"
} }
} }

View File

@@ -84,7 +84,7 @@
"share:rw", "share:rw",
"ssl" "ssl"
], ],
"name": "Webtop Alpine KDE", "name": "Webtop XFCE",
"options": { "options": {
"DNS_server": "8.8.8.8", "DNS_server": "8.8.8.8",
"PGID": 0, "PGID": 0,
@@ -128,6 +128,6 @@
"slug": "webtop-kde", "slug": "webtop-kde",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.24.5-test6", "version": "5.24.5-test7",
"video": true "video": true
} }