Update config.json

This commit is contained in:
Alexandre
2023-08-04 19:00:53 +02:00
committed by GitHub
parent 4262056ba0
commit fa570ebfbb

View File

@@ -70,7 +70,9 @@
"PGID": "0", "PGID": "0",
"PUID": "0", "PUID": "0",
"TITLE": "Alpine webtop", "TITLE": "Alpine webtop",
"shm_size": "1gb" "shm_size": "1gb",
"FM_HOME": "/data",
"START_DOCKER": "false"
}, },
"host_dbus": true, "host_dbus": true,
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}", "image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
@@ -126,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-test4", "version": "5.24.5-test5",
"video": true "video": true
} }