Yunohost -> YunoHost

This commit is contained in:
ericgaspar 2020-09-14 10:30:20 +02:00
parent 7b651c0149
commit 7a199a74ac
No known key found for this signature in database
GPG key ID: 574F281483054D44
22 changed files with 63 additions and 70 deletions

View file

@ -1,10 +1,10 @@
# La interfaz de administración web # La interfaz de administración web
Yunohost tiene una interfaz gráfica de administración. El otro método consiste en utilizar la [linea de comando](/commandline). YunoHost tiene una interfaz gráfica de administración. El otro método consiste en utilizar la [linea de comando](/commandline).
### Acceso ### Acceso
La interfaz admin está accesible desde tu instancia Yunohost en esta dirección : https://ejemplo.org/yunohost/admin (reemplaza ejemplo.org por tu nombre de dominio) La interfaz admin está accesible desde tu instancia YunoHost en esta dirección : https://ejemplo.org/yunohost/admin (reemplaza ejemplo.org por tu nombre de dominio)
<div class="text-center" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);"> <div class="text-center" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
<img src="/images/webadmin.png" style="max-width:100%;"> <img src="/images/webadmin.png" style="max-width:100%;">

View file

@ -15,7 +15,7 @@
Baïkal is a server for calendars and address books, which uses the CalDav and CardDav protocol. Baïkal can be synced with a lot of clients, like Thunderbird + Lightning. Baïkal is a server for calendars and address books, which uses the CalDav and CardDav protocol. Baïkal can be synced with a lot of clients, like Thunderbird + Lightning.
**WARNING**: Baikal will not work if you have installed a **Nextcloud** ( their cardav/caldav functions conflict). **WARNING**: Baïkal will not work if you have installed a **Nextcloud** ( their cardav/caldav functions conflict).
## Configuration ## Configuration
@ -26,7 +26,7 @@ The username to specify is `admin`, followed by the specific password you chose
### LDAP authentication ### LDAP authentication
By default, Baikal is configured to look for users in YunoHost's LDAP By default, Baïkal is configured to look for users in YunoHost's LDAP
directory. YunoHost's users will appear under `User and ressources` menu after their directory. YunoHost's users will appear under `User and ressources` menu after their
first authentication. first authentication.
@ -36,7 +36,7 @@ first authentication.
Add a new agenda with type "Network" and "CalDAV" Add a new agenda with type "Network" and "CalDAV"
The new URL to add is : The new URL to add is:
https://domain.org/baikal/cal.php/calendars/username/default https://domain.org/baikal/cal.php/calendars/username/default
@ -44,7 +44,7 @@ Be careful to replace "domain.org" by your own domain and the "username" by your
### Connecting to AgenDAV ### Connecting to AgenDAV
AgenDAV is a web client for using your calendars. It's packaged for Yunohost and you can used it after installing Baïkal. AgenDAV is a web client for using your calendars. It's packaged for YunoHost and you can used it after installing Baïkal.
AgenDAV is already connected to Baïkal, any other configuration is necessary. If you create a new entry in Thunderbird + Lightning calendar, refresh your AgenDAV page is enough to see your modifications. AgenDAV is already connected to Baïkal, any other configuration is necessary. If you create a new entry in Thunderbird + Lightning calendar, refresh your AgenDAV page is enough to see your modifications.

View file

@ -1,28 +1,32 @@
# Install Collabora with Nextcloud, using Docker # Install Collabora with Nextcloud, using Docker
**Note :** This walkthrough is based on a Debian 8 instance, and has not been tested since version 3 upgrade of Yunohost. As a prerequisite, you must have configured your domains and sub-domains in the DNS, in compliance with : [DNS](/dns), [Sub-domain install of an app](/dns_subdomains), [DNS settings](/dns_config) and [noho.st / nohost.me / ynh.fr domains](/dns_nohost_me)).
**Note:** This walkthrough is based on a Debian 8 instance, and has not been tested since version 3 upgrade of YunoHost. As a prerequisite, you must have configured your domains and sub-domains in the DNS, in compliance with: [DNS](/dns), [Sub-domain install of an app](/dns_subdomains), [DNS settings](/dns_config) and [noho.st / nohost.me / ynh.fr domains](/dns_nohost_me).
### 0. Install Nextcloud ### 0. Install Nextcloud
If Nextcloud is not already installed on your Yunohost instance, you may do so with this link : [Install Nextcloud](https://install-app.yunohost.org/?app=nextcloud) If Nextcloud is not already installed on your YunoHost instance, you may do so with this link: [Install Nextcloud](https://install-app.yunohost.org/?app=nextcloud)
### 1. Install Collabora app within yunohost ### 1. Install Collabora app within YunoHost
**In the admin interface :**
Applications > Install > at the bottom _Install a custom application_ > enter this url « https://github.com/aymhce/collaboradocker_ynh » > Enter the domain/subdomain name you wish for the Collabora application. **In the admin interface:**
Applications > Install > at the bottom _Install a custom application_ > enter this URL « https://github.com/aymhce/collaboradocker_ynh » > Enter the domain/subdomain name you wish for the Collabora application.
### 2. Configuration within Nextcloud ### 2. Configuration within Nextcloud
**Add the Collabora Online application in Nextcloud :** **Add the Collabora Online application in Nextcloud:**
Click on the user icon (top right) > Applications > Desktop & Text > Under the « Collabora Online » tile, click on `Activate` . Click on the user icon (top right) > Applications > Desktop & Text > Under the « Collabora Online » tile, click on `Activate` .
**Setup Collabora in Nextcloud :** **Setup Collabora in Nextcloud:**
Click on the user icon (top right) > Parametres > Under _Administration_, _Collabora Online_ . Click on the user icon (top right) > Parametres > Under _Administration_, _Collabora Online_ .
Specify the « Online Collabora server » with the domain name chosen during the collabora install in Yunohost (full with « https:// »). Specify the « Online Collabora server » with the domain name chosen during the Collabora install in YunoHost (full with « https:// »).
### 3. Reboot ### 3. Reboot
To allow all the pieces to work, system must be reboot. You can do so through the admin interface (Tools > Stop/reboot > `Reboot`) or via the command line interface : ``sudo reboot now``.
To allow all the pieces to work, system must be reboot. You can do so through the admin interface (Tools > Stop/reboot > `Reboot`) or via the command line interface: `sudo reboot now`.
## Debugging ## Debugging
Following some system, Yunohost or app updates, Collabora may display an error message such as "It's embarrassing...". To put things back in order, you just have to restart the docker machine, with the command ``systemctl restart docker``.
Following some system, YunoHost or app updates, Collabora may display an error message such as "It's embarrassing...". To put things back in order, you just have to restart the docker machine, with the command `systemctl restart docker`.

View file

@ -1,16 +1,16 @@
# Installer Collabora avec Nextcloud via Docker # Installer Collabora avec Nextcloud avec Docker
**Note :** la marche à suivre detaillée est réalisée ici à partir dune instance Yunohost sur Debian 8 (celle-ci n'a pas été testée suite à la migration vers la version 3 de Yunohost). Ces instructions ont pour pré-requis que les domaines/sous-domaines sont correctement configurés au niveau des DNS et de votre instance Yunohost (voir [DNS](/dns), [DNS et installation dune application sur un sous-domaine](/dns_subdomains), [Configurer les enregistrements DNS](/dns_config) et [Nom de domaine en noho.st / nohost.me / ynh.fr](/dns_nohost_me)). **Note :** la marche à suivre detaillée est réalisée ici à partir dune instance YunoHost sur Debian 8 (celle-ci n'a pas été testée suite à la migration vers la version 3 de Yunohost). Ces instructions ont pour pré-requis que les domaines/sous-domaines sont correctement configurés au niveau des DNS et de votre instance YunoHost (voir [DNS](/dns), [DNS et installation dune application sur un sous-domaine](/dns_subdomains), [Configurer les enregistrements DNS](/dns_config) et [Nom de domaine en noho.st / nohost.me / ynh.fr](/dns_nohost_me)).
### 0. Installer Nextcloud ### 0. Installer Nextcloud
Si l'application Nexcloud n'est pas déja installée sur votre instance Yunohost, vous pouvez linstaller depuis le lien suivant : [Installer Nextcloud](https://install-app.yunohost.org/?app=nextcloud) Si l'application Nexcloud n'est pas déja installée sur votre instance YunoHost, vous pouvez linstaller depuis le lien suivant : [Installer Nextcloud](https://install-app.yunohost.org/?app=nextcloud)
### 1. Installer l'application Collabora dans yunohost ### 1. Installer l'application Collabora dans YunHost
**dans l'interface d'administration :** **dans l'interface d'administration :**
Applications > Installer > En bas de la page _Installer une application personnalisée_ > Renseigner lurl « https://github.com/aymhce/collaboradocker_ynh » > Définir le nom de domaine secondaire/sous-domaine dédié à l'application Collabora. Applications > Installer > En bas de la page _Installer une application personnalisée_ > Renseigner lURL « https://github.com/aymhce/collaboradocker_ynh » > Définir le nom de domaine secondaire/sous-domaine dédié à l'application Collabora.
### 2. Configuration dans Nextcloud ### 2. Configuration dans Nextcloud
@ -22,10 +22,12 @@ Cliquer sur l'icône de l'utilisateur en haut à droite > Applications > Bure
**Configurer Collabora sur Nextcloud :** **Configurer Collabora sur Nextcloud :**
Cliquer sur l'icone de l'utilisateur en haut à droite > Paramètres > Sous _Administration_, _Collabora en ligne_ . Cliquer sur l'icone de l'utilisateur en haut à droite > Paramètres > Sous _Administration_, _Collabora en ligne_ .
Renseigner le « Serveur Collabora en ligne » par le nom de domaine choisi lors de linstallation de collabora dans yunohost (précédé de « https:// »). Renseigner le « Serveur Collabora en ligne » par le nom de domaine choisi lors de linstallation de Collabora dans YunoHost (précédé de « https:// »).
### 3. Reboot ### 3. Reboot
Pour permettre la mise en marche du lien collabora-Nextcloud, le système doit être rebooté. Faisable depuis l'interface d'administration : Outils > Arrêter/redémarrer > `Redémarrer`. Ou depuis la ligne de commande : ``sudo reboot now``. Pour permettre la mise en marche du lien collabora-Nextcloud, le système doit être rebooté. Faisable depuis l'interface d'administration : Outils > Arrêter/redémarrer > `Redémarrer`. Ou depuis la ligne de commande : ``sudo reboot now``.
## Débug ## Débug
Suite à certaines mises à jour du système, de yunohost ou des applications, Collabora peut afficher un message d'erreur du type "c'est embarrassant...". Pour remettre les choses en marche, il suffit de redémarrer la machine docker, avec la commande ``systemctl restart docker``.
Suite à certaines mises à jour du système, de YunoHost ou des applications, Collabora peut afficher un message d'erreur du type "c'est embarrassant...". Pour remettre les choses en marche, il suffit de redémarrer la machine docker, avec la commande `systemctl restart docker`.

View file

@ -7,7 +7,7 @@
- [Limitations avec YunoHost](#limitations-avec-yunohost) - [Limitations avec YunoHost](#limitations-avec-yunohost)
- [Liens utiles](#liens-utiles) - [Liens utiles](#liens-utiles)
## Limitations avec Yunohost ## Limitations avec YunoHost
L'authentification LDAP et HTTP n'est pas prise en charge. L'authentification LDAP et HTTP n'est pas prise en charge.

View file

@ -11,14 +11,14 @@ Dolibarr ERP CRM is an open source, free software package for small and medium c
## Limitations with YunoHost ## Limitations with YunoHost
Dolibarr must be a non-public application to be able to link yunohost accounts. The deletion of an account is not taken into account in Dolibarr. Dolibarr must be a non-public application to be able to link YunoHost accounts. The deletion of an account is not taken into account in Dolibarr.
## Useful links ## Useful links
+ Website: [www.dolibarr.org](https://www.dolibarr.org/) + Website: [www.dolibarr.org](https://www.dolibarr.org/)
+ Official documentation: [www.dolibarr.org - documentation-home](https://www.dolibarr.org/documentation-home) + Official documentation: [www.dolibarr.org - documentation-home](https://www.dolibarr.org/documentation-home)
+ Application software repository: [github.com - YunoHost-Apps/dolibarr](https://github.com/Yunohost-Apps/dolibarr_ynh) + Application software repository: [github.com - YunoHost-Apps/dolibarr](https://github.com/YunoHost-Apps/dolibarr_ynh)
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/dolibarr/issues](https://github.com/Yunohost-Apps/dolibarr_ynh/issues) + Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/dolibarr/issues](https://github.com/YunoHost-Apps/dolibarr_ynh/issues)
----- -----

View file

@ -7,18 +7,18 @@
- [Limitations avec YunoHost](#limitations-avec-yunohost) - [Limitations avec YunoHost](#limitations-avec-yunohost)
- [Liens utiles](#liens-utiles) - [Liens utiles](#liens-utiles)
Dolibarr ERP/CRM est un progiciel de gestion intégré (PGI, ERP en anglais) et gestion de la relation client (GRC, CRM en anglais) open source pour les petites et moyennes entreprises, les indépendants, auto-entrepreneurs ou les associations .[¹](#sources) Dolibarr ERP/CRM est un progiciel de gestion intégré (PGI, ERP en anglais) et gestion de la relation client (GRC, CRM en anglais) open source pour les petites et moyennes entreprises, les indépendants, auto-entrepreneurs ou les associations.[¹](#sources)
## Limitations avec YunoHost ## Limitations avec YunoHost
Dolibarr doit être une application non publique pour pouvoir relier les comptes des yunohost. La suppression d'un compte n'est pas prise en compte dans Dolibarr. Dolibarr doit être une application non publique pour pouvoir relier les comptes des YunoHost. La suppression d'un compte n'est pas prise en compte dans Dolibarr.
## Liens utiles ## Liens utiles
+ Site web : [www.dolibarr.fr](https://www.dolibarr.fr/) + Site web : [www.dolibarr.fr](https://www.dolibarr.fr/)
+ Documentation officielle : [www.dolibarr.fr - documentation](https://www.dolibarr.fr/documentation) + Documentation officielle : [www.dolibarr.fr - documentation](https://www.dolibarr.fr/documentation)
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/dolibarr](https://github.com/Yunohost-Apps/dolibarr_ynh) + Dépôt logiciel de l'application : [github.com - YunoHost-Apps/dolibarr](https://github.com/YunoHost-Apps/dolibarr_ynh)
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/dolibarr/issues](https://github.com/Yunohost-Apps/dolibarr_ynh/issues) + Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/dolibarr/issues](https://github.com/YunoHost-Apps/dolibarr_ynh/issues)
------ ------

View file

@ -11,7 +11,7 @@ Halcyon is a webclient for Mastodon and Pleroma which aims to recreate the simpl
## Limitations with YunoHost ## Limitations with YunoHost
The app require a dedicaed domain like `halcyon.domain.tld` The app require a dedicated domain like `halcyon.domain.tld`
## Useful links ## Useful links

View file

@ -4,12 +4,12 @@
### Index ### Index
- [Limitations avec Yunohost](#limitations-avec-yunohost) - [Limitations avec YunoHost](#limitations-avec-yunohost)
- [Liens utiles](#liens-utiles) - [Liens utiles](#liens-utiles)
Halcyon est un client web pour Mastodon et Pleroma qui vise à recréer l'interface utilisateur simple et belle de Twitter tout en conservant tous les avantages des réseaux décentralisés.[¹](#sources) Halcyon est un client web pour Mastodon et Pleroma qui vise à recréer l'interface utilisateur simple et belle de Twitter tout en conservant tous les avantages des réseaux décentralisés.[¹](#sources)
## Limitations avec Yunohost ## Limitations avec YunoHost
L'application nécessite un domaine dédié comme `halcyon.domaine.tld` L'application nécessite un domaine dédié comme `halcyon.domaine.tld`

View file

@ -11,7 +11,7 @@ Haste is an open-source pastebin software written in Node.js, which is easily in
## Configuration ## Configuration
This Haste package for Yunohost includes the [`haste` command](https://github.com/diethnis/standalones/blob/master/hastebin.sh), allowing you to share content from terminal: This Haste package for YunoHost includes the [`haste` command](https://github.com/diethnis/standalones/blob/master/hastebin.sh), allowing you to share content from terminal:
```bash ```bash
cat something | haste cat something | haste

View file

@ -6,9 +6,8 @@
- [Useful links](#useful-links) - [Useful links](#useful-links)
Mumble is an efficient and stable Voice over IP software that allows you to create audio rooms for multiple people. It is a VoIP software that allows its users to benefit from very low latency and very high quality. Mumble is an efficient and stable Voice over IP software that allows you to create audio rooms for multiple people. It is a VoIP software that allows its users to benefit from very low latency and very high quality while providing excellent sound quality. Mumble also incorporates a visual overlay that discreetly positions itself above the other windows to provide a view of the microphone activation of the people you are talking to.
providing excellent sound quality. Mumble also incorporates a visual overlay that discreetly positions itself above the other windows to provide a view of the microphone activation of the people you are talking to. Here is the 'Murmur' server that you will install on your instance of YunoHost.
Here is the 'Murmur' server that you will install on your instance of Yunohost.
It is necessary to use a [Mumble client](https://wiki.mumble.info/wiki/3rd_Party_Applications) to use it for each interlocutor. It is necessary to use a [Mumble client](https://wiki.mumble.info/wiki/3rd_Party_Applications) to use it for each interlocutor.

View file

@ -7,7 +7,7 @@
- [Liens utiles](#liens-utiles) - [Liens utiles](#liens-utiles)
Mumble est un logiciel de voix sur IP efficace et stable qui vous permet de créer des salons audio pour plusieurs interlocuteurs. C'est un logiciel de VoIP qui fait bénéficier à ses utilisateurs d'une latence très faible tout en fournissant une qualité de son excellente. Mumble intègre également une surcouche visuelle qui se positionne discrètement au dessus des autres fenêtres afin d'avoir une vision sur l'activation des micros des gens avec qui vous parlez. Mumble est un logiciel de voix sur IP efficace et stable qui vous permet de créer des salons audio pour plusieurs interlocuteurs. C'est un logiciel de VoIP qui fait bénéficier à ses utilisateurs d'une latence très faible tout en fournissant une qualité de son excellente. Mumble intègre également une surcouche visuelle qui se positionne discrètement au dessus des autres fenêtres afin d'avoir une vision sur l'activation des micros des gens avec qui vous parlez.
Ici, c'est la partir serveur 'Murmur' que vous installerez sur votre instance de Yunohost. Ici, c'est la partir serveur 'Murmur' que vous installerez sur votre instance de YunoHost.
Il est nécessaire d'utiliser un [client Mumble](https://wiki.mumble.info/wiki/3rd_Party_Applications) pour l'utiliser pour chaque interlocuteur·rice. Il est nécessaire d'utiliser un [client Mumble](https://wiki.mumble.info/wiki/3rd_Party_Applications) pour l'utiliser pour chaque interlocuteur·rice.

View file

@ -6,7 +6,7 @@ All the information on this software is available on the [project website](http:
To learn how to use it I invite you to read the [project wiki](http://www.noalyss.eu/?page_id=46&lang=fr_FR_id=46&lang=en_EN) To learn how to use it I invite you to read the [project wiki](http://www.noalyss.eu/?page_id=46&lang=fr_FR_id=46&lang=en_EN)
The github of the Yunohost module is [here](https://github.com/YunoHost-Apps/noalyss_ynh_ynh) The github of the YunoHost module is [here](https://github.com/YunoHost-Apps/noalyss_ynh_ynh)
You can try the project [here](http://demo.noalyss.eu/index.php) with the identifiers: demo /demo You can try the project [here](http://demo.noalyss.eu/index.php) with the identifiers: demo /demo

View file

@ -6,7 +6,7 @@ Toute les infos sur ce logiciel sont disponible sur le [site du projet](http://w
Pour apprendre à l'utiliser je vous invite à lire le [wiki du projet](http://www.noalyss.eu/?page_id=46&lang=fr_FR) Pour apprendre à l'utiliser je vous invite à lire le [wiki du projet](http://www.noalyss.eu/?page_id=46&lang=fr_FR)
Le github du module Yunohost est [ici](https://github.com/YunoHost-Apps/noalyss_ynh) Le github du module YunoHost est [ici](https://github.com/YunoHost-Apps/noalyss_ynh)
Vous pouvez essayer le projet [ici](http://demo.noalyss.eu/index.php) avec les identifiants : demo /demo Vous pouvez essayer le projet [ici](http://demo.noalyss.eu/index.php) avec les identifiants : demo /demo

View file

@ -1,14 +1,14 @@
## <img src="https://yunohost.org/images/piwigo.png"> # <img src="/images/piwigo_logo.png" width="80px" alt="Piwigo's logo"> Piwigo
[![Install Piwigo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=piwigo) [![Integration level]](https://dash.yunohost.org/integration/piwigo.svg)(https://dash.yunohost.org/appci/app/piwigo)
### Index
- [Useful links](#useful-links)
[Piwigo](http://piwigo.org) is a photo gallery software for the web, built by an active community of users and developers. [Piwigo](http://piwigo.org) is a photo gallery software for the Web, built by an active community of users and developers.
Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource. Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.
[![Install Piwigo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=piwigo)
![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png) ![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png)
## Features ## Features
@ -17,16 +17,13 @@ In addition to Piwigo [core features](http://piwigo.org/basics/features), the fo
this package: this package:
* Integrate with YunoHost users and SSO: * Integrate with YunoHost users and SSO:
* private mode: limit access to Yunohost users * private mode: limit access to YunoHost users
* public mode: * public mode:
* SSO for YunoHost users * SSO for YunoHost users
* allow other users management, and guest mode * allow other users management, and guest mode
* Allow one YunoHost user to be the administrator (set at the installation) * Allow one YunoHost user to be the administrator (set at the installation)
## Links ## Links
* Report a bug: https://github.com/YunoHost-Apps/piwigo_ynh/issues * Report a bug: https://github.com/YunoHost-Apps/piwigo_ynh/issues
* Piwigo website: http://piwigo.org/ * Piwigo website: http://piwigo.org/

View file

@ -2,18 +2,17 @@
[![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=piwigo) [![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) [![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=piwigo) [![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo)
### Index ### Index
- [Liens utiles](#liens-utiles) - [Liens utiles](#liens-utiles)
[Piwigo](http://piwigo.org) est un logiciel de galerie photos pour le web, bâti par une communauté active d'utilisateurs et de développeurs. [Piwigo](http://piwigo.org) est un logiciel de galerie photos pour le Web, bâti par une communauté active d'utilisateurs et de développeurs.
Les extensions rendent Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et gratuit. Les extensions rendent Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et gratuit.
En plus des [fonctionnalités principales](https://fr.piwigo.org/fonctionnalites) de Piwigo, ce paquet propose également : En plus des [fonctionnalités principales](https://fr.piwigo.org/fonctionnalites) de Piwigo, ce paquet propose également :
* une intégration avec le système de gestion des utilisateurs et le SSO de Yunohost : * une intégration avec le système de gestion des utilisateurs et le SSO de YunoHost :
* installation privée : limitée aux utilisateurs de YunoHost * installation privée : limitée aux utilisateurs de YunoHost
* installation publique : * installation publique :
* SSO pour les utilisateurs YunoHost * SSO pour les utilisateurs YunoHost
@ -22,16 +21,9 @@ En plus des [fonctionnalités principales](https://fr.piwigo.org/fonctionnalites
![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png) ![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png)
## Liens utiles ## Liens utiles
+ Site web : [Site Piwigo](https://piwigo.org) + Site web : [Site Piwigo](https://piwigo.org)
+ Documentation officielle : [Documentation](https://piwigo.org/doc/doku.php) + Documentation officielle : [Documentation](https://piwigo.org/doc/doku.php)
+ Dépôt logiciel de l'application : [ (Dépôt logiciel de l'application :)
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/piwigo](https://github.com/YunoHost-Apps/piwigo_ynh) + Dépôt logiciel de l'application : [github.com - YunoHost-Apps/piwigo](https://github.com/YunoHost-Apps/piwigo_ynh)
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/piwigo/issues](https://github.com/YunoHost-Apps/piwigo_ynh/issues) + Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/piwigo/issues](https://github.com/YunoHost-Apps/piwigo_ynh/issues)

View file

@ -6,7 +6,7 @@ SPIP is an Internet publishing system that focuses on collective functioning, mu
Source:[spip.net](https://www.spip.net/fr_rubrique91.html_rubrique91.html) Source:[spip.net](https://www.spip.net/fr_rubrique91.html_rubrique91.html)
#### Application functionality for Yunohost #### Application functionality for YunoHost
* Installation of the base without going through the installation system * Installation of the base without going through the installation system
* Multilingual support * Multilingual support

View file

@ -6,7 +6,7 @@ SPIP est un système de publication pour lInternet qui sattache particuli
Source : [spip.net](https://www.spip.net/fr_rubrique91.html) Source : [spip.net](https://www.spip.net/fr_rubrique91.html)
### Fonctionnalité de l'application pour Yunohost ### Fonctionnalité de l'application pour YunoHost
* Installation de la base sans passer par le système d'installation * Installation de la base sans passer par le système d'installation
* Support multilingue * Support multilingue

View file

@ -12,7 +12,7 @@ Wallabag est une application de lecture différée : elle permet simplement d
En plus des fonctionnalités principales de Wallabag, ce paquet propose également : En plus des fonctionnalités principales de Wallabag, ce paquet propose également :
* Une intégration avec le système de gestion des utilisateurs et le SSO de Yunohost - e.g. un bouton de déconnexion * Une intégration avec le système de gestion des utilisateurs et le SSO de YunoHost - e.g. un bouton de déconnexion
* De permettre à un utilisateur d'être administrateur (réglage lors de l'installation) * De permettre à un utilisateur d'être administrateur (réglage lors de l'installation)
* Un import asynchrone utilisant Redis (à activer dans les *Paramètres Internes*). L'import via RabbitMQ n'est pas (encore ?) supporté. * Un import asynchrone utilisant Redis (à activer dans les *Paramètres Internes*). L'import via RabbitMQ n'est pas (encore ?) supporté.
@ -28,6 +28,5 @@ En plus des fonctionnalités principales de Wallabag, ce paquet propose égaleme
### Mettre à niveau depuis la v1.x ### Mettre à niveau depuis la v1.x
La mise à niveau depuis le paquet Yunohost de Wallabag v1 demande une opération manuelle, c'est pourquoi un nouveau paquet est fourni. Pour le processus de migration, merci de vous référer à [la documentation officielle La mise à niveau depuis le paquet YunoHost de Wallabag v1 demande une opération manuelle, c'est pourquoi un nouveau paquet est fourni. Pour le processus de migration, merci de vous référer à [la documentation officielle
de Wallabag](https://doc.wallabag.org/fr/user/import/wallabagv1.html). de Wallabag](https://doc.wallabag.org/fr/user/import/wallabagv1.html).

View file

@ -1,5 +1,5 @@
#Yunofav : (unofficial) Page of favorite links for Yunohost # Yunofav: (unofficial) Page of favorite links for YunoHost
homepage: https://github.com/YunoHost-Apps/yunofav_ynh homepage: https://github.com/YunoHost-Apps/yunofav_ynh
Functionality: Creates a page for your favorite links, using the Yunohost tiles look and feel. Functionality: Creates a page for your favorite links, using the YunoHost tiles look and feel.

View file

@ -1,6 +1,6 @@
# Yunofav : (non officiel) Page de liens favoris pour Yunohost # Yunofav : (non officiel) Page de liens favoris pour YunoHost
page d'accueil : https://github.com/YunoHost-Apps/yunofav_ynh page d'accueil : https://github.com/YunoHost-Apps/yunofav_ynh
Fonctionnalité : Crée une page pour vos liens préférés, en utilisant le style et le fonctionnement des tuiles Yunohost. Fonctionnalité : Crée une page pour vos liens préférés, en utilisant le style et le fonctionnement des tuiles YunoHost.

View file

@ -124,7 +124,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
| [Koozip](https://koozic.net) | | [Upstream](https://github.com/DocMarty84/koozic) | | | [Koozip](https://koozic.net) | | [Upstream](https://github.com/DocMarty84/koozic) | |
| L'atelier | | [Upstream](https://github.com/jbl2024/latelier) | | | L'atelier | | [Upstream](https://github.com/jbl2024/latelier) | |
| [LBCAlerte](https://alerte.ilatumi.org/) | | | [Package Draft](https://github.com/YunoHost-Apps/LBCAlerte_ynh) | | [LBCAlerte](https://alerte.ilatumi.org/) | | | [Package Draft](https://github.com/YunoHost-Apps/LBCAlerte_ynh) |
| lektor | A static website generator | | [Package Draft](https://github.com/Yunohost-Apps/lektor_ynh) | | lektor | A static website generator | | [Package Draft](https://github.com/YunoHost-Apps/lektor_ynh) |
| [Lemmy](https://dev.lemmy.ml) | A federated alternative to Reddit | [Upstream](https://github.com/dessalines/lemmy) | | | [Lemmy](https://dev.lemmy.ml) | A federated alternative to Reddit | [Upstream](https://github.com/dessalines/lemmy) | |
| [Lessy](https://lessy.io) | | [Upstream](https://github.com/lessy-community/lessy) | | | [Lessy](https://lessy.io) | | [Upstream](https://github.com/lessy-community/lessy) | |
| [LibreOffice Online](https://www.libreoffice.org/download/libreoffice-online/) | | | | | [LibreOffice Online](https://www.libreoffice.org/download/libreoffice-online/) | | | |