Add Deemix

This commit is contained in:
DrMxrcy 2023-03-27 17:02:33 -04:00
parent 0d72372d39
commit 7ec88fcbcd
5 changed files with 55 additions and 0 deletions

View File

@ -14,6 +14,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Codex.Docs](https://github.com/codex-team/codex.docst) - Free Docs app powered by Editor.js ecosystem.
- [DailyTXT](https://github.com/PhiTux/DailyTxT) - Encrypted Diary Web-App
- [Deluge](https://github.com/linuxserver/docker-deluge) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client
- [Deemix](https://gitlab.com/Bockiii/deemix-docker) - deemix is a barebone deezer downloader library built from the ashes of Deezloader Remix.
- [DokuWiki](https://github.com/dokuwiki/dokuwiki) - DokuWiki is a simple to use and highly versatile Open Source wiki software
- [Duplicati](https://github.com/linuxserver/docker-duplicati) - Store securely encrypted backups in the cloud!
- [Emulatorjs](https://github.com/EmulatorJS/EmulatorJS) - Self-hosted Javascript emulation for various system.

17
apps/deemix/config.json Normal file
View File

@ -0,0 +1,17 @@
{
"$schema": "../schema.json",
"name": "Deemix",
"port": 8171,
"available": true,
"exposable": true,
"id": "deemix",
"tipi_version": 1,
"version": "latest",
"categories": ["media", "utilities"],
"description": "deemix is a barebone deezer downloader library built from the ashes of Deezloader Remix.",
"short_desc": "deemix is a barebone deezer downloader library built from the ashes of Deezloader Remix.",
"author": "Bockiii",
"source": "https://gitlab.com/Bockiii/deemix-docker",
"website": "https://deemix.app/",
"form_fields": []
}

View File

@ -0,0 +1,27 @@
version: "3"
services:
deemix:
container_name: deemix
image: registry.gitlab.com/bockiii/deemix-docker
ports:
- ${APP_PORT}:6595
volumes:
- ${APP_DATA_DIR}/data/deemix-config:/config
- ${ROOT_FOLDER_HOST}/media:/media
- ${ROOT_FOLDER_HOST}/media/data/torrents/deemix:/downloads
- ${ROOT_FOLDER_HOST}/media/data/music:/music
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.deemix.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.deemix.entrypoints: websecure
traefik.http.routers.deemix.service: deemix
traefik.http.routers.deemix.tls.certresolver: myresolver
traefik.http.services.deemix.loadbalancer.server.port: 6595

View File

@ -0,0 +1,10 @@
# Folder Info
| Root Folder | Container Folder |
|---------------------------------------------|------------------|
| /runtipi/app-data/deemix/data/deemix-config | /config |
| /runtipi/media | /media |
| /runtipi/media/data/torrents/deemix | /downloads |
| /runtipi/media/data/music | /music |
deemix is a library that lets you download millions of songs, soundtracks, albums in high-quality mp3 and FLAC. Here you can find discussions about the apps that use the deemix library. Deemix is meant to replace Deezloader Remix.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB