mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
initial build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user