mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
Auto-update README
This commit is contained in:
parent
b0ace081c3
commit
4d6d0186cb
2 changed files with 33 additions and 63 deletions
47
README.md
47
README.md
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# MiniDLNA for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/minidlna)  
|
||||
|
@ -5,58 +10,38 @@
|
|||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allow you to install MiniDLNA quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
> *This package allows you to install MiniDLNA quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
MiniDLNA is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients.
|
||||
|
||||
**Shipped version:** Debian repositories versions. Currently 1.2.1
|
||||
|
||||
## Screenshots
|
||||
**Shipped version:** 1.0~ynh8
|
||||
|
||||
## Demo
|
||||
|
||||
No demo available.
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
Edit the file `/etc/minidlna.conf` to adjust the configuration of MiniDLNA.
|
||||
|
||||
## Documentation
|
||||
|
||||
* YunoHost documentation: https://yunohost.org/#/app_minidlna
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
* Use shared Multimedia Directories
|
||||
* Linked to transmission, Nextcloud and all other app which use Multimedia Directories.
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
Not relevant.
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/minidlna/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/minidlna/)
|
||||
|
||||
## Limitations
|
||||
|
||||
## Additionnal informations
|
||||
|
||||
## Links
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: http://minidlna.sourceforge.net
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_minidlna
|
||||
* Report a bug: https://github.com/YunoHost-Apps/minidlna_ynh/issues
|
||||
* MiniDLNA website: http://minidlna.sourceforge.net/
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
## Developer info
|
||||
|
||||
## Developers infos
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
@ -64,3 +49,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/minidlna_ynh/tree/tes
|
|||
or
|
||||
sudo yunohost app upgrade minidlna -u https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
45
README_fr.md
45
README_fr.md
|
@ -4,63 +4,46 @@
|
|||
[](https://install-app.yunohost.org/?app=minidlna)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer MiniDLNA rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) pour savoir comment l'installer et en profiter.*
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Résumé
|
||||
## Vue d'ensemble
|
||||
|
||||
MiniDLNA est un simple serveur multimédia, dont le but est d'être entièrement compatible avec les clients DLNA/UPnP-AV.
|
||||
|
||||
**Version embarquée :** Versions des dépôts Debian. Actuellement 1.2.1
|
||||
|
||||
## Captures d'écran
|
||||
**Version incluse :** 1.0~ynh8
|
||||
|
||||
## Démo
|
||||
|
||||
Aucune démo pour cette application.
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
Éditez le fichier `/etc/minidlna.conf` pour ajuster la configuration de MiniDLNA.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation YunoHost : https://yunohost.org/#/app_minidlna
|
||||
|
||||
## Fonctionnalités spécifiques à YunoHost
|
||||
|
||||
* Utilise les répertoires multimédia partagés.
|
||||
* Lié à transmission, Nextcloud et toute autre application qui utilise les répertoires multimédia.
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
## Documentations et ressources
|
||||
|
||||
Non applicable.
|
||||
* Site officiel de l'app : http://minidlna.sourceforge.net
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_minidlna
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/minidlna_ynh/issues
|
||||
|
||||
#### Architectures supportées.
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/minidlna/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/minidlna/)
|
||||
|
||||
## Limitations
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
## Liens
|
||||
|
||||
* Reporter un bug : https://github.com/YunoHost-Apps/minidlna_ynh/issues
|
||||
* Site de MiniDLNA : http://minidlna.sourceforge.net/
|
||||
* Site de YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Informations à l'intention des développeurs
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing).
|
||||
|
||||
Pour tester la branche testing, merci de procéder ainsi.
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade minidlna -u https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue