mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
correction of files format to ANSI, L-CL
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
# permissions
|
#permissions
|
||||||
chown abc:abc \
|
chown abc:abc \
|
||||||
/data/config/nextcloud/config \
|
/data/config/nextcloud/config \
|
||||||
/data/config/nextcloud/data
|
/data/config/nextcloud/data
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
# create folders
|
# create folders
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
"${NEXTCLOUD_PATH}" \
|
"${NEXTCLOUD_PATH}" \
|
||||||
/data/config/crontabs
|
/data/config/crontabs
|
||||||
|
|
||||||
# install app
|
# install app
|
||||||
if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
|
if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
|
||||||
tar xf /app/nextcloud.tar.bz2 -C \
|
tar xf /app/nextcloud.tar.bz2 -C \
|
||||||
"${NEXTCLOUD_PATH}" --strip-components=1
|
"${NEXTCLOUD_PATH}" --strip-components=1
|
||||||
@@ -14,7 +14,7 @@ if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
|
|||||||
chmod +x "${NEXTCLOUD_PATH}/occ"
|
chmod +x "${NEXTCLOUD_PATH}/occ"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set cronjob
|
#?set cronjob
|
||||||
[[ ! -f /data/config/crontabs/root ]] && \
|
[[ ! -f /data/config/crontabs/root ]] && \
|
||||||
cp /defaults/root /data/config/crontabs/root
|
cp /defaults/root /data/config/crontabs/root
|
||||||
cp /data/config/crontabs/root /etc/crontabs/root
|
cp /data/config/crontabs/root /etc/crontabs/root
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
[[ ! -f /data/config/www/nextcloud/config/config.php ]] && \
|
[[ ! -f /data/config/www/nextcloud/config/config.php ]] && \
|
||||||
cp /defaults/config.php /data/config/www/nextcloud/config/config.php
|
cp /defaults/config.php /data/config/www/nextcloud/config/config.php
|
||||||
|
|
||||||
# permissions
|
# permissions
|
||||||
chown abc:abc \
|
chown abc:abc \
|
||||||
/data/config/www/nextcloud/config/config.php
|
/data/config/www/nextcloud/config/config.php
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
|
[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies like Couchpotato.
|
||||||
|
|
||||||
This addon is based on the [docker image](https://github.com/linuxserver/docker-radarr) from linuxserver.io.
|
This addon is based on the [docker image](https://github.com/linuxserver/docker-radarr) from linuxserver.io.
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"github_release": "https://github.com/linuxserver/docker-radarr",
|
"github_release": "https://github.com/linuxserver/docker-radarr",
|
||||||
"version_regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
|
"version_regex": "v(\\d+\\.\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
|
||||||
},
|
},
|
||||||
"description": "A fork of Sonarr to work with movies à la Couchpotato",
|
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr#readme",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr#readme",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, <20>TP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
|
[Transmission](https://github.com/linuxserver/Transmission) - a torrent client.
|
||||||
|
|
||||||
This addon is based on the [docker image](https://github.com/linuxserver/transmission) from linuxserver.io.
|
This addon is based on the [docker image](https://github.com/linuxserver/transmission) from linuxserver.io.
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ comparison to installing any other Hass.io add-on.
|
|||||||
Webui can be found at `<your-ip>:9091`.
|
Webui can be found at `<your-ip>:9091`.
|
||||||
|
|
||||||
|
|
||||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
[repository]: https://github.com/petersendev/hassio-addons
|
||||||
Reference in New Issue
Block a user