correction of files format to ANSI, L-CL

This commit is contained in:
Alexandre
2020-12-12 13:12:01 +01:00
parent 62cfdf646a
commit 3c9890da2f
6 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
# permissions
#permissions
chown abc:abc \
/data/config/nextcloud/config \
/data/config/nextcloud/data

View File

@@ -1,11 +1,11 @@
#!/usr/bin/with-contenv bash
# create folders
# create folders
mkdir -p \
"${NEXTCLOUD_PATH}" \
/data/config/crontabs
# install app
# install app
if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
tar xf /app/nextcloud.tar.bz2 -C \
"${NEXTCLOUD_PATH}" --strip-components=1
@@ -14,7 +14,7 @@ if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
chmod +x "${NEXTCLOUD_PATH}/occ"
fi
# set cronjob
#?set cronjob
[[ ! -f /data/config/crontabs/root ]] && \
cp /defaults/root /data/config/crontabs/root
cp /data/config/crontabs/root /etc/crontabs/root

View File

@@ -4,6 +4,6 @@
[[ ! -f /data/config/www/nextcloud/config/config.php ]] && \
cp /defaults/config.php /data/config/www/nextcloud/config/config.php
# permissions
# permissions
chown abc:abc \
/data/config/www/nextcloud/config/config.php

View File

@@ -2,7 +2,7 @@
## 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.

View File

@@ -7,7 +7,7 @@
"github_release": "https://github.com/linuxserver/docker-radarr",
"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",
"startup": "services",
"arch": [

View File

@@ -2,7 +2,7 @@
## 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.
@@ -24,4 +24,4 @@ comparison to installing any other Hass.io add-on.
Webui can be found at `<your-ip>:9091`.
[repository]: https://github.com/alexbelgium/hassio-addons
[repository]: https://github.com/petersendev/hassio-addons