Skip to content

Commit 9d2e124

Browse files
committed
Updated on 08-09-2023 02:11:56 PM UTC
1 parent babb558 commit 9d2e124

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

Apps/joomla/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
source: /DATA/AppData/$AppID/www
2525
target: /var/www/html
2626
joomladb:
27-
image: mysql:undefined
27+
image: mysql:8.1.0
2828
restart: unless-stopped
2929
environment:
3030
MYSQL_ROOT_PASSWORD: casaos

Apps/spot-dl/docker-compose.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: spot-dl
2+
services:
3+
app:
4+
image: spotdl/spotify-downloader:v4.2.0
5+
restart: unless-stopped
6+
ports:
7+
- target: 8808
8+
published: 8808
9+
protocol: tcp
10+
volumes:
11+
- type: bind
12+
source: /DATA/AppData/spot-dl/music
13+
target: /music
14+
command:
15+
- web
16+
- '--host'
17+
- 0.0.0.0
18+
- '--port'
19+
- '8808'
20+
- '--web-use-output-dir'
21+
tty: true
22+
x-casaos:
23+
architectures:
24+
- amd64
25+
- arm64
26+
main: app
27+
description:
28+
en_us: spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata.
29+
tagline:
30+
en_us: spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata.
31+
developer: spotDL
32+
author: WisdomSky
33+
icon: https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/spot-dl/icon.svg
34+
thumbnail: https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/spot-dl/icon.svg
35+
title:
36+
en_us: spotDL
37+
category: Coolstore
38+
port_map: '8808'

Apps/spot-dl/icon.svg

+1
Loading

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ casaos-cli app-management register app-store https://casaos-appstore.paodayag.de
7070
| <img src="https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/128.png" width="15"/>&nbsp;&nbsp;&nbsp;[Readarr](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/readerr) | nightly-0.3.1.2096 | Readarr Usent Server |
7171
| <img src="https://static.cdnlogo.com/logos/r/32/rocket-chat.svg" width="15"/>&nbsp;&nbsp;&nbsp;[Rocket. Chat](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/rocket-chat) | 6.3.0 | Rocket. Chat is a customizable open source communications platform for organizations with high standards of data protection. |
7272
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png" width="15"/>&nbsp;&nbsp;&nbsp;[Speedtest Tracker](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/speedtest-tracker) | v1.12.3-dev | Run A Speedtest Every Hour And Graph The Results. See Https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags For Arch Options |
73+
| <img src="https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/spot-dl/icon.svg" width="15"/>&nbsp;&nbsp;&nbsp;[spotDL](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/spot-dl) | v4.2.0 | spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata. |
7374
| <img src="https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png" width="15"/>&nbsp;&nbsp;&nbsp;[Statping](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/statping) | v0.90.74 | An Easy To Use Status Page For Your Websites And Applications. Statping Will Automatically Fetch The Application And Render A Beautiful Status Page With Tons Of Features For You To Build An Even Better Status Page. |
7475
| <img src="https://docs.tandoor.dev/logo_color.svg" width="15"/>&nbsp;&nbsp;&nbsp;[Tandoor](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/tandoor) | 1 | The Recipe Manager That Allows You To Manage Your Ever Growing Collection Of Digital Recipes. |
7576
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/traefik.png" width="15"/>&nbsp;&nbsp;&nbsp;[Traefik](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/traefik) | v3.0 | Cloud-native Networking Stack That Just Works. |

0 commit comments

Comments
 (0)