mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-14 21:01:49 +02:00
addition of nextcloud and transmission based on linuxserver
This commit is contained in:
32
nextcloud/config.json
Normal file
32
nextcloud/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user