1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
* Version 2 (#102)

* fix

* fix

* fix

* cleaning

* cleaning

* Update install

* cleaning

* Auto-update README

* Update tests.toml

* fix

* cleaning

* Update change_url

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update tests.toml

* Update change_url

* fix

* Revert "fix"

This reverts commit 8e0075eb92.

* Update navidrome.toml

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-11-17 14:05:59 +01:00 committed by GitHub
parent 612f29e168
commit 510de5eccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ Navidrome indexes all digital music stored in your hard drive and makes it avail
- Transcoding on the fly. Can be set per user/player. Opus encoding is supported
**Shipped version:** 0.50.0~ynh1
**Shipped version:** 0.50.0~ynh2
**Demo:** https://demo.navidrome.org/app/#/login

View file

@ -31,7 +31,7 @@ Navidrome indexe toute la musique numérique stockée sur votre disque dur et la
- Compatible avec tous les clients subsonique/madsononique/aironique
- Encodage à la volée. Peut être défini par utilisateur/lecteur. Le codage opus est pris en charge
**Version incluse :** 0.50.0~ynh1
**Version incluse :** 0.50.0~ynh2
**Démo :** https://demo.navidrome.org/app/#/login

View file

@ -26,7 +26,7 @@ TranscodingCacheSize = "150MB"
ImageCacheSize = "100MB"
# Folder to store application data (DB, cache…)
DataFolder = "__CONFIG_PATH__"
DataFolder = "/var/lib/__APP__/"
# Folder where your music library is stored. Can be read-only
MusicFolder = "/home/yunohost.multimedia/share/Music"

View file

@ -5,7 +5,7 @@ name = "Navidrome"
description.en = "Modern Music Server and Streamer compatible with Subsonic/Airsonic"
description.fr = "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
version = "0.50.0~ynh1"
version = "0.50.0~ynh2"
maintainers = ["eric_G"]