addition of nextcloud and transmission based on linuxserver

This commit is contained in:
Alexandre
2020-12-12 12:33:54 +01:00
parent cfdd88a202
commit 62cfdf646a
47 changed files with 734 additions and 121 deletions

32
nextcloud/config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "Nextcloud",
"url": "https://github.com/alexbelgium/hassio_addons",
"version": "20.0.3-ls110",
"slug": "nextcloud",
"ingress": false,
"ingress_port": 0,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "Nextcloud for Home Assistant",
"startup": "system",
"boot": "manual",
"auto_uart": true,
"map": [
"share:rw",
"media:rw",
"ssl:rw"
],
"options":{
},
"schema": {
},
"ports": {
"443/tcp": 8099,
"80/tcp": null
},
"webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud"
}