initial build

This commit is contained in:
Alexandre
2022-03-30 17:34:35 +02:00
parent 8a95ec78d6
commit 5b3c989ee6
3 changed files with 6 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ https://github.com/alexbelgium/hassio-addons
### ✓ Security tools ### ✓ Security tools
- [Bitwarden](bitwarden/) : Open source password management solution - [Bitwarden](bitwarden/) : Open source password management solution
- [guacd](guacd/) : Clientless remote desktop gateway
- [whoogle-search](whoogle/) : Self-hosted, ad-free, privacy-respecting metasearch engine - [whoogle-search](whoogle/) : Self-hosted, ad-free, privacy-respecting metasearch engine
### ✓ Torrent tools ### ✓ Torrent tools

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "lscr.io/linuxserver/guacd:arm64v8-", "aarch64": "lscr.io/linuxserver/guacd:arm64v8",
"amd64": "lscr.io/linuxserver/guacd:amd64-", "amd64": "lscr.io/linuxserver/guacd:amd64",
"armv7": "lscr.io/linuxserver/guacd:arm32v7-" "armv7": "lscr.io/linuxserver/guacd:arm32v7"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -27,9 +27,9 @@
"TZ": "str?" "TZ": "str?"
}, },
"slug": "guacd", "slug": "guacd",
"upstream": "4.16-r0-ls49", "upstream": "1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16-r0-ls49-2", "version": "1-1",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:4822]" "webui": "http://[HOST]:[PORT:4822]"
} }