From 702aae6d5b6e91f910ba12fa0c6abe3e89dca858 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 8 Jun 2020 13:57:30 -0400 Subject: [PATCH] libresonic: Remove it as the image is deprecated It's recommended to use AirSonic instead: https://hub.docker.com/r/linuxserver/libresonic --- Template/template.json | 59 +----------------------------------------- 1 file changed, 1 insertion(+), 58 deletions(-) diff --git a/Template/template.json b/Template/template.json index d74a298..0354d0b 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1679,63 +1679,6 @@ } ] }, - { - "type": 1, - "title": "libresonic", - "name": "libresonic", - "description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.\r\n\r\n/music - Location of music.\r\n/media - Location of other media.\r\n/podcasts - Location of podcasts.\r\n/playlists - Location for playlists storage.\r\nCONTEXT_PATH for setting url-base in reverse proxy setups - (optional)\r\n\r\nDefault user/pass is admin/admin", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/libresonic.png", - "image": "linuxserver/libresonic:latest", - "categories": [ - "Music" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - "4040/tcp" - ], - "volumes": [ - { - "container": "/music", - "bind": "/portainer/Music" - }, - { - "container": "/playlists", - "bind": "/portainer/Files/AppData/Libresonic/Playlists" - }, - { - "container": "/podcasts", - "bind": "/portainer/Podcasts" - }, - { - "container": "/media", - "bind": "/portainer/Files/AppData/Libresonic/Media" - }, - { - "container": "/config", - "bind": "/portainer/Files/AppData/Config/Libresonic" - } - ], - "env": [ - { - "name": "CONTEXT_PATH", - "label": "CONTEXT_PATH", - "set": "" - }, - { - "name": "PUID", - "label": "PUID", - "default": "1000", - "preset": true - }, - { - "name": "PGID", - "label": "PGID", - "default": "100", - "preset": true - } - ] - }, { "type": 1, "title": "lidarr", @@ -3526,4 +3469,4 @@ } ] } -] \ No newline at end of file +]