diff --git a/nextcloud/root/etc/cont-init.d/40-config b/nextcloud/root/etc/cont-init.d/40-config index a0f0660e3..a991cdf2d 100644 --- a/nextcloud/root/etc/cont-init.d/40-config +++ b/nextcloud/root/etc/cont-init.d/40-config @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash -# permissions +#permissions chown abc:abc \ /data/config/nextcloud/config \ /data/config/nextcloud/data diff --git a/nextcloud/root/etc/cont-init.d/50-install b/nextcloud/root/etc/cont-init.d/50-install index 3f9473245..bd2695198 100644 --- a/nextcloud/root/etc/cont-init.d/50-install +++ b/nextcloud/root/etc/cont-init.d/50-install @@ -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 diff --git a/nextcloud/root/etc/cont-init.d/60-memcache b/nextcloud/root/etc/cont-init.d/60-memcache index 91b1feea8..0307c088d 100644 --- a/nextcloud/root/etc/cont-init.d/60-memcache +++ b/nextcloud/root/etc/cont-init.d/60-memcache @@ -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 diff --git a/radarr/README.md b/radarr/README.md index d30b5c586..ea5568a76 100644 --- a/radarr/README.md +++ b/radarr/README.md @@ -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. diff --git a/radarr/config.json b/radarr/config.json index c90695e62..a5818e8e5 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -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": [ diff --git a/transmission/README.md b/transmission/README.md index 00d20ca88..fae279f22 100644 --- a/transmission/README.md +++ b/transmission/README.md @@ -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, µ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 `:9091`. -[repository]: https://github.com/alexbelgium/hassio-addons +[repository]: https://github.com/petersendev/hassio-addons \ No newline at end of file