libresonic: Remove it as the image is deprecated

It's recommended to use AirSonic instead: https://hub.docker.com/r/linuxserver/libresonic
This commit is contained in:
Rob Loach 2020-06-08 13:57:30 -04:00 committed by GitHub
parent 04a0ec7bf8
commit 702aae6d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 58 deletions

View File

@ -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 @@
}
]
}
]
]