mirror of
https://github.com/YunoHost-Apps/librarian_ynh.git
synced 2024-09-03 19:36:01 +02:00
62 lines
No EOL
2.4 KiB
Markdown
62 lines
No EOL
2.4 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Librarian pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/librarian.svg)](https://dash.yunohost.org/appci/app/librarian) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/librarian.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/librarian.maintain.svg)
|
||
|
||
[![Installer Librarian avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=librarian)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Librarian rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.
|
||
|
||
### Features
|
||
|
||
- Lightweight
|
||
- JavaScript not required*
|
||
- No ads
|
||
- No tracking
|
||
- No crypto garbage
|
||
|
||
|
||
**Version incluse :** 2022.05.14~ynh2
|
||
|
||
**Démo :** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Librarian](./doc/screenshots/screeshot.png)
|
||
|
||
## :red_circle: Fonctions indésirables
|
||
|
||
- **Upstream not maintained**: Librarian a été abandonné. Voir : https://bcow.xyz/posts/archiving-librarian/
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://lbry.bcow.xyz/>
|
||
* Documentation officielle de l’admin : <https://codeberg.org/librarian/librarian/wiki>
|
||
* Dépôt de code officiel de l’app : <https://codeberg.org/librarian/librarian>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/librarian>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/librarian_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/librarian_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/librarian_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade librarian -u https://github.com/YunoHost-Apps/librarian_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |