mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge branch 'master' into extends_premission_feature
This commit is contained in:
commit
7454da8a1d
593 changed files with 15662 additions and 3997 deletions
9
OVH.md
9
OVH.md
|
@ -12,6 +12,15 @@ Click on the **DNS Zone** tab, then on **Add an entry**:
|
||||||
|
|
||||||
Now you need to add the DNS redirections as specified by the [standard DNS zone configuration](/dns_config)
|
Now you need to add the DNS redirections as specified by the [standard DNS zone configuration](/dns_config)
|
||||||
|
|
||||||
|
Click on "Change in text format", keep the first four lines:
|
||||||
|
```bash
|
||||||
|
$TTL 3600
|
||||||
|
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
|
||||||
|
IN NS dns104.ovh.net.
|
||||||
|
IN NS ns104.ovh.net.
|
||||||
|
```
|
||||||
|
then erase everything below, and replace it with the configuration generated by YunoHost as explained in [this page](/dns_config).
|
||||||
|
|
||||||
|
|
||||||
### Dynamic IP
|
### Dynamic IP
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,14 @@ Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée**:
|
||||||
|
|
||||||
<img src="/images/ovh_dns_zone.png" width=800>
|
<img src="/images/ovh_dns_zone.png" width=800>
|
||||||
|
|
||||||
Il suffit maintenant d'ajouter les redirections DNS comme indiqué dans la [configuration DNS standard](/dns_config).
|
Cliquer sur "Modifier en mode textuel", garder les 4 premières lignes :
|
||||||
|
```bash
|
||||||
|
$TTL 3600
|
||||||
|
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
|
||||||
|
IN NS dns104.ovh.net.
|
||||||
|
IN NS ns104.ovh.net.
|
||||||
|
```
|
||||||
|
puis effacer tout ce qu'il y a en-dessous, et le remplacer par la configuration donnée par votre serveur, comme indiqué dans la [configuration DNS standard](/dns_config).
|
||||||
|
|
||||||
|
|
||||||
### IP dynamique
|
### IP dynamique
|
||||||
|
|
33
XMPP.md
33
XMPP.md
|
@ -1,16 +1,18 @@
|
||||||
# Chat, VoIP and social network with <img src="/images/XMPP_logo.png" width=100>
|
# Chat, VoIP and social network with <img src="/images/XMPP_logo.png" width=100>
|
||||||
|
|
||||||
YunoHost comes installed by default with an instant messaging server Metronome which implements the [XMPP protocol](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (previously known as Jabber).
|
By default, YunoHost comes installed with an instant messaging server called Metronome which implements the [XMPP protocol](https://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (previously known as Jabber).
|
||||||
|
|
||||||
This protocol is already used by millions of people around the world - it is an open protocol. All applications based on XMPP are compatible with each other: when using an XMPP client, you can interact with anybody who has an XMPP account.
|
This protocol is already used by millions of people around the world—it is an open protocol.
|
||||||
|
All applications based on XMPP are compatible with each other: When using an XMPP client, you can interact with anybody who has an XMPP account.
|
||||||
|
|
||||||
XMPP is an extensible protocol - this means users can configure "extensions" to chatrooms, to share messages and files, and to make voice and video calls using XMPP.
|
XMPP is an extensible protocol—this means users can configure "extensions" to chatrooms, share messages and files, and make voice and video calls using XMPP.
|
||||||
|
|
||||||
## XMPP account
|
## XMPP account
|
||||||
|
|
||||||
To use an XMPP account you need a username, which takes the format: `user@domain.tld`, and a password.
|
To use an XMPP account you need a username, in the format: `user@domain.tld`, and a password.
|
||||||
|
|
||||||
With YunoHost, an XMPP account is created for all YunoHost users automatically. The XMPP account credentials corresponds to the user's main email address and password.
|
With YunoHost, an XMPP account is created for all YunoHost users automatically.
|
||||||
|
The XMPP account credentials corresponds to the user's main e-mail address and password.
|
||||||
|
|
||||||
## Connecting to your YunoHost XMPP account
|
## Connecting to your YunoHost XMPP account
|
||||||
|
|
||||||
|
@ -24,30 +26,29 @@ You can connect to your YunoHost XMPP account in different ways.
|
||||||
|
|
||||||
### Desktop clients
|
### Desktop clients
|
||||||
|
|
||||||
- [Gajim](http://gajim.org/) (Linux,Windows)
|
- [Gajim](https://gajim.org/) (Linux, Windows)
|
||||||
- [Dino](https://dino.im) (Linux)
|
- [Dino](https://dino.im) (Linux)
|
||||||
- [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform)
|
- [Thunderbird](https://www.thunderbird.net/fr/) (multiplatform)
|
||||||
- [Beagle IM](https://beagle.im/) (Mac OS)
|
- [Beagle IM](https://beagle.im/) (macOS)
|
||||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||||
|
|
||||||
### Mobile clients
|
### Mobile clients
|
||||||
|
|
||||||
- [Conversations](https://conversations.im/) (Android)
|
- [Conversations](https://conversations.im/) (Android)
|
||||||
- [Xabber](http://xabber.com) (Android)
|
- [Xabber](https://xabber.com) (Android)
|
||||||
- [Movim under Android](https://movim.eu)
|
- [Movim](https://movim.eu) (Android)
|
||||||
- [Monal](https://monal.im/) (iOS)
|
- [Monal](https://monal.im/) (iOS)
|
||||||
- [Siskin IM](https://siskin.im/) (iOS)
|
- [Siskin IM](https://siskin.im/) (iOS)
|
||||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||||
|
|
||||||
Here is an exhaustive list of XMPP clients : https://xmpp.org/software/clients.html
|
Here is an exhaustive list of XMPP clients: https://xmpp.org/software/clients.html
|
||||||
|
|
||||||
## Encrypt conversations with OMEMO
|
## Encrypt conversations with OMEMO
|
||||||
|
|
||||||
XMPP chats can be made secure and private using [OMEMO] encryption (https://xmpp.org/extensions/xep-0384.html), for instance using Gajim:
|
XMPP chats can be made secure and private using [OMEMO encryption](https://xmpp.org/extensions/xep-0384.html), for instance using Gajim:
|
||||||
- Install `gajim` and the plugin `gajim-omemo`
|
- Install `gajim` and the plugin `gajim-omemo`.
|
||||||
- Enable the plugin in `Tools > Plugins`
|
- Turn on the plugin in `Tools > Plugins`.
|
||||||
- Enable it
|
- Turn on the encryption in the chat with somebody who also has OMEMO.
|
||||||
- Enable the encryption in the chat with somebody who also has OMEMO
|
|
||||||
|
|
||||||
## Chatrooms
|
## Chatrooms
|
||||||
|
|
||||||
|
@ -57,4 +58,4 @@ For this to work you need to [add the corresponding `muc.` DNS record](/dns_conf
|
||||||
|
|
||||||
## VoIP and videoconferences
|
## VoIP and videoconferences
|
||||||
|
|
||||||
A practical tool to call an XMPP client, either with voice or voice+video, is to use the client [Jitsi](http://jitsi.org/).
|
A practical tool to call an XMPP client, either with voice or voice+video, is to use the [Jitsi](https://jitsi.org/) client.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Chat, VoIP y red local con <img src="/images/XMPP_logo.png" width=100>
|
# Chat, VoIP y red local con <img src="/images/XMPP_logo.png" width=100>
|
||||||
|
|
||||||
Yunohost está instalado con un servidor de mensajería instantánea Metronome que implementa el [protocolo XMPP](https://es.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol).
|
YunoHost está instalado con un servidor de mensajería instantánea Metronome que implementa el [protocolo XMPP](https://es.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol).
|
||||||
|
|
||||||
XMPP es un protocolo abierto y extensible que también permite crear salones de discusión, compartir status y datos, echar llamadas en VoIP y hacer videoconferencias.
|
XMPP es un protocolo abierto y extensible que también permite crear salones de discusión, compartir status y datos, echar llamadas en VoIP y hacer videoconferencias.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Todas las aplicaciones basadas en XMPP son compatibles entre ellas : cuando util
|
||||||
|
|
||||||
## Cuenta XMPP/Jabber
|
## Cuenta XMPP/Jabber
|
||||||
|
|
||||||
Una cuenta XMPP/Jabber está basada en un ID bajo la forma `usuario@dominio.tld`, así como una contraseña. La contraseña es la de la cuenta del usuario de Yunohost.
|
Una cuenta XMPP/Jabber está basada en un ID bajo la forma `usuario@dominio.tld`, así como una contraseña. La contraseña es la de la cuenta del usuario de YunoHost.
|
||||||
|
|
||||||
## Conectarse a XMPP
|
## Conectarse a XMPP
|
||||||
|
|
||||||
|
@ -21,12 +21,13 @@ También puedes utilizar un cliente Desktop como :
|
||||||
- [Gajim](https://gajim.org/es/) (Linux, Windows)
|
- [Gajim](https://gajim.org/es/) (Linux, Windows)
|
||||||
- [Dino](https://dino.im) (Linux)
|
- [Dino](https://dino.im) (Linux)
|
||||||
- [Thunderbird](https://www.thunderbird.net/es-ES/) (multiplataformas)
|
- [Thunderbird](https://www.thunderbird.net/es-ES/) (multiplataformas)
|
||||||
|
- [Beagle IM](https://beagle.im/) (macOS)
|
||||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||||
|
|
||||||
... o un cliente smartphone :
|
... o un cliente smartphone :
|
||||||
- [Conversations](https://conversations.im/) (Android)
|
- [Conversations](https://conversations.im/) (Android)
|
||||||
- [Xabber](http://xabber.com) (Android)
|
- [Xabber](http://xabber.com) (Android)
|
||||||
- [Movim sous Android](https://movim.eu)
|
- [Movim](https://movim.eu) (Android)
|
||||||
- [Siskin IM](https://siskin.im/) (iOS)
|
- [Siskin IM](https://siskin.im/) (iOS)
|
||||||
- [Monal](https://monal.im/) (iOS)
|
- [Monal](https://monal.im/) (iOS)
|
||||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||||
|
@ -42,7 +43,7 @@ Es posible cifrar tu conversaciones XMPP con la ayuda de [OMEMO](https://xmpp.or
|
||||||
|
|
||||||
### Salón de discusión
|
### Salón de discusión
|
||||||
|
|
||||||
Para crear un salón de discusión (Multi-user chat) en tu servidor Yunohost, utiliza el ID nombredelsalon@muc.dominio.tld (donde dominio.tld es el dominio principal de tu servidor).
|
Para crear un salón de discusión (Multi-user chat) en tu servidor YunoHost, utiliza el ID nombredelsalon@muc.dominio.tld (donde dominio.tld es el dominio principal de tu servidor).
|
||||||
|
|
||||||
Si utilizas un nombre de dominio personal, es necesario [añadir una redirección de tipo CNAME para el subdominio `muc.`](/dns_config) en tu servidor DNS.
|
Si utilizas un nombre de dominio personal, es necesario [añadir una redirección de tipo CNAME para el subdominio `muc.`](/dns_config) en tu servidor DNS.
|
||||||
|
|
||||||
|
|
13
XMPP_fr.md
13
XMPP_fr.md
|
@ -1,6 +1,6 @@
|
||||||
# Chat, VoIP et réseau social avec <img src="/images/XMPP_logo.png" width=100>
|
# Chat, VoIP et réseau social avec <img src="/images/XMPP_logo.png" width=100>
|
||||||
|
|
||||||
Yunohost est installé par défaut avec un serveur de messagerie instantanée Metronome qui implémente le [protocole XMPP](https://fr.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (anciennement connu sous le nom Jabber).
|
YunoHost est installé par défaut avec un serveur de messagerie instantanée Metronome qui implémente le [protocole XMPP](https://fr.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol) (anciennement connu sous le nom Jabber).
|
||||||
|
|
||||||
Ce protocole est déjà utilisé par des millions de personnes dans le monde - c'est un protocole ouvert. Toutes les applications basées sur XMPP sont compatibles entre elles : lorsque vous utilisez un client XMPP, vous pouvez interagir avec quiconque possède un compte XMPP.
|
Ce protocole est déjà utilisé par des millions de personnes dans le monde - c'est un protocole ouvert. Toutes les applications basées sur XMPP sont compatibles entre elles : lorsque vous utilisez un client XMPP, vous pouvez interagir avec quiconque possède un compte XMPP.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ XMPP est un protocole extensible - cela signifie que les utilisateurs peuvent co
|
||||||
|
|
||||||
Pour utiliser XMPP, il est nécessaire de disposer d'un compte dont l'identifiant prends la forme `utilisateur@domaine.tld`, ainsi qu’un mot de passe.
|
Pour utiliser XMPP, il est nécessaire de disposer d'un compte dont l'identifiant prends la forme `utilisateur@domaine.tld`, ainsi qu’un mot de passe.
|
||||||
|
|
||||||
Sous Yunohost, un compte XMPP est créé automatiquement pour chaque utilisateur. Les identifiants XMPP sont simplement l’adresse courriel principale de l'utilisateur ainsi que son mot de passe.
|
Sous YunoHost, un compte XMPP est créé automatiquement pour chaque utilisateur. Les identifiants XMPP sont simplement l’adresse courriel principale de l'utilisateur ainsi que son mot de passe.
|
||||||
|
|
||||||
## Se connecter à son compte XMPP YunoHost
|
## Se connecter à son compte XMPP YunoHost
|
||||||
|
|
||||||
|
@ -27,14 +27,14 @@ Il existe différents types de clients pour se connecter à XMPP.
|
||||||
- [Gajim](http://gajim.org/fr/) (Linux, Windows)
|
- [Gajim](http://gajim.org/fr/) (Linux, Windows)
|
||||||
- [Dino](https://dino.im) (Linux)
|
- [Dino](https://dino.im) (Linux)
|
||||||
- [Thunderbird](https://www.thunderbird.net/) (multiplateforme)
|
- [Thunderbird](https://www.thunderbird.net/) (multiplateforme)
|
||||||
- [Beagle IM](https://beagle.im/) (Mac OS)
|
- [Beagle IM](https://beagle.im/) (macOS)
|
||||||
- [Profanity](https://profanity-im.github.io/) (Linux)
|
- [Profanity](https://profanity-im.github.io/) (Linux)
|
||||||
|
|
||||||
### Clients sur mobile
|
### Clients sur mobile
|
||||||
|
|
||||||
- [Conversations](https://conversations.im/) (Android)
|
- [Conversations](https://conversations.im/) (Android)
|
||||||
- [Xabber](http://xabber.com) (Android)
|
- [Xabber](http://xabber.com) (Android)
|
||||||
- [Movim sous Android](https://movim.eu)
|
- [Movim](https://movim.eu) (Android)
|
||||||
- [Monal](https://monal.im/) (iOS)
|
- [Monal](https://monal.im/) (iOS)
|
||||||
- [Siskin IM](https://siskin.im/) (iOS)
|
- [Siskin IM](https://siskin.im/) (iOS)
|
||||||
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
- [Kaidan](https://www.kaidan.im/) (Ubuntu Touch / Plasma Mobile)
|
||||||
|
@ -45,13 +45,12 @@ Voici une liste plus exhaustive des clients XMPP : https://fr.wikipedia.org/wik
|
||||||
|
|
||||||
Il est possible de rendre les conversations plus sécurisées et privées en les chiffrants à l'aide de [OMEMO](https://xmpp.org/extensions/xep-0384.html), notamment en utilisant Gajim :
|
Il est possible de rendre les conversations plus sécurisées et privées en les chiffrants à l'aide de [OMEMO](https://xmpp.org/extensions/xep-0384.html), notamment en utilisant Gajim :
|
||||||
- Installer `gajim` et le plugin `gajim-omemo`
|
- Installer `gajim` et le plugin `gajim-omemo`
|
||||||
- Activez le plugins dans `Outils > Plugins`
|
- Activez le plugin dans `Outils > Plugins`
|
||||||
- L'activer
|
|
||||||
- Activez le chiffrement dans une conversation avec un contact disposant de OMEMO.
|
- Activez le chiffrement dans une conversation avec un contact disposant de OMEMO.
|
||||||
|
|
||||||
## Salon de discussion
|
## Salon de discussion
|
||||||
|
|
||||||
Pour créer un salon de discussion (Multi-user chat) sur votre serveur Yunohost utilisez l’identifiant nomsalon@muc.domaine.tld (où domaine.tld est le domaine principal de votre serveur).
|
Pour créer un salon de discussion (Multi-user chat) sur votre serveur YunoHost utilisez l’identifiant nomsalon@muc.domaine.tld (où domaine.tld est le domaine principal de votre serveur).
|
||||||
|
|
||||||
Si vous utilisez un nom de domaine personnel, il est nécessaire d’[ajouter une redirection de type CNAME pour le sous domaine `muc.`](/dns_config) au niveau de votre serveur DNS.
|
Si vous utilisez un nom de domaine personnel, il est nécessaire d’[ajouter une redirection de type CNAME pour le sous domaine `muc.`](/dns_config) au niveau de votre serveur DNS.
|
||||||
|
|
||||||
|
|
3
admin.md
3
admin.md
|
@ -1,6 +1,6 @@
|
||||||
# Administrator web interface
|
# Administrator web interface
|
||||||
|
|
||||||
Yunohost has an administrator web interface. The other way to administrate your Yunohost install is through the [command line](/commandline).
|
YunoHost has an administrator web interface. The other way to administrate your YunoHost install is through the [command line](/commandline).
|
||||||
|
|
||||||
### Access
|
### Access
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@ You can access your administrator web interface at this address: https://example
|
||||||
<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%;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
All command line actions can also be ran from the web API. The API is available at https://your.server/yunohost/api. For now there's no documentation on the various routes... but you can get an idea by looking at the actionmap [here](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml) (in particular the `api` stuff).
|
All command line actions can also be ran from the web API. The API is available at https://your.server/yunohost/api. For now there's no documentation on the various routes... but you can get an idea by looking at the actionmap [here](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml) (in particular the `api` stuff).
|
||||||
|
|
||||||
## Using `curl`
|
## Using cURL
|
||||||
|
|
||||||
You must first retrieve a login cookie to perform the actions. Here is an example via curl:
|
You must first retrieve a login cookie to perform the actions. Here is an example with cURL:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Login (with admin password)
|
# Login (with admin password)
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Administration depuis l’API ou une application externe
|
# Administration depuis l’API ou une application externe
|
||||||
|
|
||||||
Toutes les actions exécutables en ligne de commande le sont également via une API. L’API est accessible à l’adresse https://votre.serveur/yunohost/api.
|
Toutes les actions exécutables en ligne de commande le sont également via une API. L’API est accessible à l’adresse https://votre.serveur/yunohost/api.
|
||||||
Pour le moment, il n'existe pas de documentation des différentes routes ... mais
|
Pour le moment, il n'existe pas de documentation des différentes routes... mais vous pouvez trouver l'actionmap [ici](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml) (en particulier les clefs `api`)
|
||||||
vous pouvez trouver l'actionmap [ici](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml) (en particulier les clefs `api`)
|
|
||||||
|
|
||||||
## Avec `curl`
|
## Avec cURL
|
||||||
|
|
||||||
Il faut d’abord récupérer un cookie de connexion pour ensuite réaliser les actions. Voici un exemple via curl :
|
Il faut d’abord récupérer un cookie de connexion pour ensuite réaliser les actions. Voici un exemple avec cURL :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Login (avec mot de passe admin)
|
# Login (avec mot de passe admin)
|
||||||
|
@ -22,11 +21,11 @@ curl -k -i -H "Accept: application/json" \
|
||||||
| grep } | python -mjson.tool
|
| grep } | python -mjson.tool
|
||||||
```
|
```
|
||||||
|
|
||||||
# Avec une classe PHP
|
## Avec une classe PHP
|
||||||
|
|
||||||
Pour simplifier l’administration à distance d’une instance YunoHost dans le cadre d’un projet CHATONS/Librehosters, des classes API ont été développées par des utilisateurs.
|
Pour simplifier l’administration à distance d’une instance YunoHost dans le cadre d’un projet CHATONS/Librehosters, des classes API ont été développées par des utilisateurs.
|
||||||
|
|
||||||
Par exemple, cette [classe PHP](https://github.com/scith/yunohost-api-php) vous permettra d’administrer votre instance YunoHost depuis une application PHP (site web, outil de gestion de capacité…).
|
Par exemple, cette [classe PHP](https://github.com/scith/yunohost-api-php) vous permettra d’administrer votre instance YunoHost depuis une application PHP (site Web, outil de gestion de capacité...).
|
||||||
|
|
||||||
Voici un exemple de code PHP permettant d’ajouter un utilisateur dans votre instance YunoHost :
|
Voici un exemple de code PHP permettant d’ajouter un utilisateur dans votre instance YunoHost :
|
||||||
|
|
||||||
|
@ -55,4 +54,3 @@ if ($ynh->login()) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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%;">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# L’interface d’administration web
|
# L’interface d’administration Web
|
||||||
|
|
||||||
YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [ligne de commande](/commandline).
|
YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [ligne de commande](/commandline).
|
||||||
|
|
||||||
|
|
15
admindoc.md
15
admindoc.md
|
@ -36,18 +36,29 @@
|
||||||
* [Updating the system](/update) and [apps](/app_update)
|
* [Updating the system](/update) and [apps](/app_update)
|
||||||
* [Security](/security)
|
* [Security](/security)
|
||||||
* Going further
|
* Going further
|
||||||
* [Specific apps documentations](/appsdoc)
|
* Domain names
|
||||||
* [Noho.st / nohost.me / ynh.fr domain names](/dns_nohost_me)
|
* [Noho.st / nohost.me / ynh.fr domain names](/dns_nohost_me)
|
||||||
|
* [Configure a dynamic DNS with a dynamic IP address](/dns_dynamicip)
|
||||||
* [DNS and subdomains for apps](/dns_subdomains)
|
* [DNS and subdomains for apps](/dns_subdomains)
|
||||||
|
* [Managing DNS records at OVH](/OVH)
|
||||||
|
* Notes about some French ISPs
|
||||||
|
* [SFR](/isp_sfr)
|
||||||
|
* [Orange](/isp_orange)
|
||||||
|
* [Free](/isp_free)
|
||||||
|
* [Specific apps documentations](/appsdoc)
|
||||||
|
* [Equivalence between Framasoft service and apps](/apps_framasoft)
|
||||||
* [Exchange files with your server using a graphical interface](/filezilla)
|
* [Exchange files with your server using a graphical interface](/filezilla)
|
||||||
* [Customize the appearance of the YunoHost portal](/theming)
|
* [Customize the appearance of the YunoHost portal](/theming)
|
||||||
* [Adding an external storage](/external_storage)
|
* [Adding an external storage](/external_storage)
|
||||||
* [Moving an app folder to an other storage](/moving_app_folder)
|
* [Moving an app folder to an other storage](/moving_app_folder)
|
||||||
* [Migrating emails to YunoHost](/email_migration)
|
* [Migrating emails to YunoHost](/email_migration)
|
||||||
* [Hide services with Tor](/torhiddenservice)
|
* [Hide services with Tor](/torhiddenservice)
|
||||||
|
* [Using certificates other than Let's Encrypt](/certificate_custom)
|
||||||
* [A discussion about the advantages of using a VPN](/vpn_advantage)
|
* [A discussion about the advantages of using a VPN](/vpn_advantage)
|
||||||
|
* [Stretch->Buster migration procedure](stretch_buster_migration)
|
||||||
* [(old) Jessie->Stretch migration procedure](jessie_stretch_migration)
|
* [(old) Jessie->Stretch migration procedure](jessie_stretch_migration)
|
||||||
* Troubleshooting
|
* Troubleshooting
|
||||||
* [Changing the administration password](/change_admin_password)
|
* [Changing the administration password](/change_admin_password)
|
||||||
* [Recover access to your server](/noaccess)
|
* [Recover access to your server](/noaccess)
|
||||||
* [Unban IPs in iptables/fail2ban](/fail2ban)
|
* [Unban IPs in IPiptables/Fail2Ban](/fail2ban)
|
||||||
|
* [Configuring IPv6](/ipv6)
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
* [Web-Administrations-Interface](/admin)
|
* [Web-Administrations-Interface](/admin)
|
||||||
* [SSH](/ssh) and [command-line administration](/commandline)
|
* [SSH](/ssh) and [command-line administration](/commandline)
|
||||||
* [Benutzer und SSO (Single-Sign-On)](/users)
|
* [Benutzer und SSO (Single-Sign-On)](/users)
|
||||||
* [Applicationen](/apps_overview)
|
* [Applikationen](/apps_overview)
|
||||||
* [Domains, DNS und Zertifikate](/domains)
|
* [Domains, DNS und Zertifikate](/domains)
|
||||||
* [E-Mail](/email)
|
* [E-Mail](/email)
|
||||||
* [XMPP](/XMPP)
|
* [XMPP](/XMPP)
|
||||||
|
@ -41,5 +41,5 @@
|
||||||
* [Migriere E-Mails zu Yunohost](/email_migration)
|
* [Migriere E-Mails zu Yunohost](/email_migration)
|
||||||
* [Verstecke Services mit Tor](/torhiddenservice)
|
* [Verstecke Services mit Tor](/torhiddenservice)
|
||||||
* Hinweise zur Fehlersuche
|
* Hinweise zur Fehlersuche
|
||||||
* [Entsperren von IPs in fail2ban](/fail2ban)
|
* [Entsperren von IPs in Fail2Ban](/fail2ban)
|
||||||
* [Administrator-Passwort ändern](/change_admin_password)
|
* [Administrator-Passwort ändern](/change_admin_password)
|
||||||
|
|
|
@ -40,14 +40,13 @@
|
||||||
* [Nom de domaine en noho.st / nohost.me / ynh.fr](/dns_nohost_me)
|
* [Nom de domaine en noho.st / nohost.me / ynh.fr](/dns_nohost_me)
|
||||||
* [Configurer un DNS dynamique avec une adresse IP dynamique](/dns_dynamicip)
|
* [Configurer un DNS dynamique avec une adresse IP dynamique](/dns_dynamicip)
|
||||||
* [DNS et installation d’une application sur un sous-domaine](/dns_subdomains)
|
* [DNS et installation d’une application sur un sous-domaine](/dns_subdomains)
|
||||||
* [Utiliser le résolveur DNS local](/dns_resolver)
|
|
||||||
* [Gérer les enregistrements DNS chez OVH](/OVH)
|
* [Gérer les enregistrements DNS chez OVH](/OVH)
|
||||||
* Notes à propos de certains fournisseurs d'accès à Internet
|
* Notes à propos de certains fournisseurs d'accès à Internet
|
||||||
* [SFR](/isp_sfr)
|
* [SFR](/isp_sfr)
|
||||||
* [Orange](/isp_orange)
|
* [Orange](/isp_orange)
|
||||||
* [Free](/isp_free)
|
* [Free](/isp_free)
|
||||||
* [Documentation spécifique à certaines apps](/appsdoc)
|
* [Documentation spécifique à certaines apps](/appsdoc)
|
||||||
* [Equivalence entre service framasoft et apps](/apps_framasoft)
|
* [Équivalence entre service Framasoft et apps](/apps_framasoft)
|
||||||
* [Échanger des fichiers avec son serveur à l'aide d'une interface graphique](/filezilla)
|
* [Échanger des fichiers avec son serveur à l'aide d'une interface graphique](/filezilla)
|
||||||
* [Modifier l'apparence du portail utilisateur](/theming)
|
* [Modifier l'apparence du portail utilisateur](/theming)
|
||||||
* [Ajouter un stockage externe](/external_storage)
|
* [Ajouter un stockage externe](/external_storage)
|
||||||
|
@ -56,8 +55,10 @@
|
||||||
* [YunoHost avec un service caché Tor](/torhiddenservice)
|
* [YunoHost avec un service caché Tor](/torhiddenservice)
|
||||||
* [Utilisation de certificats autres que Let's Encrypt](/certificate_custom)
|
* [Utilisation de certificats autres que Let's Encrypt](/certificate_custom)
|
||||||
* [Une discussion sur les avantages d'utiliser un VPN](/vpn_advantage)
|
* [Une discussion sur les avantages d'utiliser un VPN](/vpn_advantage)
|
||||||
|
* [Procedure de Migration Stretch->Buster](stretch_buster_migration)
|
||||||
* [(vieux) Procedure de Migration Jessie->Stretch](jessie_stretch_migration)
|
* [(vieux) Procedure de Migration Jessie->Stretch](jessie_stretch_migration)
|
||||||
* Dépannage
|
* Dépannage
|
||||||
* [Changer le mot de passe d’administration](/change_admin_password)
|
* [Changer le mot de passe d’administration](/change_admin_password)
|
||||||
* [Récupérer l'accès à son serveur](/noaccess)
|
* [Récupérer l'accès à son serveur](/noaccess)
|
||||||
* [Débannir une IP dans Fail2ban/IPtables](/fail2ban)
|
* [Débannir une IP dans Fail2Ban/IPtables](/fail2ban)
|
||||||
|
* [Configurer l'IPv6](/ipv6)
|
||||||
|
|
15
app_adminer.md
Normal file
15
app_adminer.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/adminer_logo.png" height="80px" alt="Adminer's logo"> Adminer
|
||||||
|
|
||||||
|
[![Install Adminer with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=adminer) [![Integration level](https://dash.yunohost.org/integration/adminer.svg)](https://dash.yunohost.org/appci/app/adminer)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Adminer (formerly phpMinAdmin better alternate to phpMyAdmin) is a full-featured database management tool (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. [See detailed comparison](https://www.adminer.org/en/phpmyadmin).
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [adminer.org](https://www.adminer.org/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/adminer](https://github.com/YunoHost-Apps/adminer_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/adminer/issues](https://github.com/YunoHost-Apps/adminer_ynh/issues)
|
15
app_adminer_fr.md
Normal file
15
app_adminer_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/adminer_logo.png" height="80px" alt="logo d'Adminer"> Adminer
|
||||||
|
|
||||||
|
[![Install Adminer with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=adminer) [![Integration level](https://dash.yunohost.org/integration/adminer.svg)](https://dash.yunohost.org/appci/app/adminer)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Adminer (anciennement phpMinAdmin, meilleure alternative à phpMyAdmin) est un outil de gestion de base de données (MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB). Remplacez phpMyAdmin par Adminer et vous obtiendrez une interface utilisateur plus ordonnée, une meilleure prise en charge des fonctionnalités MySQL, des performances plus élevées et plus de sécurité. [Voir comparaison détaillée](https://www.adminer.org/en/phpmyadmin).
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [adminer.org (en)](https://www.adminer.org/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/adminer](https://github.com/YunoHost-Apps/adminer_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/adminer/issues](https://github.com/YunoHost-Apps/adminer_ynh/issues)
|
18
app_airsonic.md
Normal file
18
app_airsonic.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/airsonic_logo.png" height="80px" alt="airsonic's logo"> Airsonic
|
||||||
|
|
||||||
|
[![Install airsonic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=airsonic) [![Integration level](https://dash.yunohost.org/integration/airsonic.svg)](https://dash.yunohost.org/appci/app/airsonic)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Airsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.
|
||||||
|
|
||||||
|
Airsonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Airsonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPack and Shorten.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [airsonic.github.io](https://airsonic.github.io/)
|
||||||
|
+ Official documentation: [airsonic.github.io - docs](https://airsonic.github.io/docs/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/airsonic](https://github.com/YunoHost-Apps/airsonic_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/airsonic/issues](https://github.com/YunoHost-Apps/airsonic_ynh/issues)
|
18
app_airsonic_fr.md
Normal file
18
app_airsonic_fr.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/airsonic_logo.png" height="80px" alt="logo de Airsonic"> Airsonic
|
||||||
|
|
||||||
|
[![Install airsonic with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=airsonic) [![Integration level](https://dash.yunohost.org/integration/airsonic.svg)](https://dash.yunohost.org/appci/app/airsonic)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Airsonic est un streamer de médias gratuit basé sur le web, offrant un accès constant à votre musique. Utilisez-le pour partager votre musique avec vos amis ou pour écouter votre propre musique au travail. Vous pouvez diffuser en continu sur plusieurs lecteurs simultanément, par exemple sur un lecteur dans votre cuisine et un autre dans votre salon.
|
||||||
|
|
||||||
|
Airsonic est conçu pour gérer de très grandes collections de musique (des centaines de gigaoctets). Bien qu'il soit optimisé pour le streaming MP3, il fonctionne pour tout format audio ou vidéo pouvant être diffusé via HTTP, par exemple AAC et OGG. En utilisant des plug-ins de transcodage, Airsonic prend en charge la conversion et la diffusion en continu à la volée de pratiquement tous les formats audio, y compris WMA, FLAC, APE, Musepack, WavPack et Shorten.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [airsonic.github.io (en)](https://airsonic.github.io/)
|
||||||
|
+ Documentation officielle : [airsonic.github.io/docs (en)](https://airsonic.github.io/docs/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/airsonic](https://github.com/YunoHost-Apps/airsonic_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/airsonic/issues](https://github.com/YunoHost-Apps/airsonic_ynh/issues)
|
21
app_ampache.md
Normal file
21
app_ampache.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/ampache_logo.png" height="80px" alt="Ampache's logo"> Ampache
|
||||||
|
|
||||||
|
[![Install Ampache with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ampache) [![Integration level](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Ampache is libre audio streaming software.
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
Since SSO authentication does not work entirely from the user panel, we need to work on it. In fact, this can be disruptive to external Ampache clients such as Subsonic.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [ampache.org](http://ampache.org/)
|
||||||
|
+ Official documentation: [github.com - Ampache/wiki](https://github.com/ampache/ampache/wiki)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/ampache](https://github.com/YunoHost-Apps/ampache_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/ampache/issues](https://github.com/YunoHost-Apps/ampache_ynh/issues)
|
21
app_ampache_fr.md
Normal file
21
app_ampache_fr.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/ampache_logo.png" height="80px" alt="logo de Ampache"> Ampache
|
||||||
|
|
||||||
|
[![Install Ampache with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ampache) [![Integration level](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Ampache est un logiciel libre de streaming audio.
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
L'authentification du SSO ne fonctionne pas entièrement à partir du panel d'utilisateurs, nous devons y travailler. En fait, cela peut perturber les clients Ampache externes comme Subsonic.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [ampache.org (en)](http://ampache.org/)
|
||||||
|
+ Documentation officielle : [github.com - Ampache/wiki (en)](https://github.com/ampache/ampache/wiki)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/ampache](https://github.com/YunoHost-Apps/ampache_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/ampache/issues](https://github.com/YunoHost-Apps/ampache_ynh/issues)
|
15
app_anarchism.md
Normal file
15
app_anarchism.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/anarchism_logo.svg" height="80px" alt="Anarchism's logo"> Anarchism
|
||||||
|
|
||||||
|
[![Install anarchism with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=anarchism) [![Integration level](https://dash.yunohost.org/integration/anarchism.svg)](https://dash.yunohost.org/appci/app/anarchism)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
This is an anarchist FAQ. Its aim is to present what anarchism really stands for and indicate why you should become an anarchist.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [salsa.debian.org - anarchism](https://salsa.debian.org/debian/anarchism)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/anarchism](https://github.com/YunoHost-Apps/anarchism_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/anarchism/issues](https://github.com/YunoHost-Apps/anarchism_ynh/issues)
|
15
app_anarchism_fr.md
Normal file
15
app_anarchism_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/anarchism_logo.svg" height="80px" alt="logo de Anarchism"> Anarchism
|
||||||
|
|
||||||
|
[![Install anarchism with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=anarchism) [![Integration level](https://dash.yunohost.org/integration/anarchism.svg)](https://dash.yunohost.org/appci/app/anarchism)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Ceci est une FAQ anarchiste. Son but est de présenter ce que l'anarchisme représente réellement et d'indiquer pourquoi vous devriez devenir anarchiste.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [salsa.debian.org - anarchism (en)](https://salsa.debian.org/debian/anarchism)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/anarchism](https://github.com/YunoHost-Apps/anarchism_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/anarchism/issues](https://github.com/YunoHost-Apps/anarchism_ynh/issues)
|
15
app_anfora.md
Normal file
15
app_anfora.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/anfora_logo.svg" height="80px" alt="Anfora's logo"> Anfora
|
||||||
|
|
||||||
|
[![Install Anfora with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=anfora) [![Integration level](https://dash.yunohost.org/integration/anfora.svg)](https://dash.yunohost.org/appci/app/anfora)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Self-hosted photo gallery federated social network.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [anfora.app](https://anfora.app/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/anfora](https://github.com/YunoHost-Apps/anfora_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/anfora/issues](https://github.com/YunoHost-Apps/anfora_ynh/issues)
|
15
app_anfora_fr.md
Normal file
15
app_anfora_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/anfora_logo.svg" height="80px" alt="logo de Anfora"> Anfora
|
||||||
|
|
||||||
|
[![Install Anfora with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=anfora) [![Integration level](https://dash.yunohost.org/integration/anfora.svg)](https://dash.yunohost.org/appci/app/anfora)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Galerie de photos auto-hébergée, réseau social fédéré.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [anfora.app (en)](https://anfora.app/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/anfora](https://github.com/YunoHost-Apps/anfora_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/anfora/issues](https://github.com/YunoHost-Apps/anfora_ynh/issues)
|
16
app_archivist.md
Normal file
16
app_archivist.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Archivist
|
||||||
|
|
||||||
|
[![Install archivist with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=archivist) [![Integration level](https://dash.yunohost.org/integration/archivist.svg)](https://dash.yunohost.org/appci/app/archivist)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Archivist is an automatic backup system for your server. It is able to makes backups of your YunoHost core and your apps by using the YunoHost backup command. It can also makes backups of specified directories.
|
||||||
|
Your backups can be send to many other places, local or distant. Archivist is automatically launched periodicaly to update your backups and send the modifications to the other places.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [github.com - maniackcrudelis/archivist](https://github.com/maniackcrudelis/archivist)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/archivist](https://github.com/YunoHost-Apps/archivist_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/archivist/issues](https://github.com/YunoHost-Apps/archivist_ynh/issues)
|
16
app_archivist_fr.md
Normal file
16
app_archivist_fr.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Archivist
|
||||||
|
|
||||||
|
[![Install archivist with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=archivist) [![Integration level](https://dash.yunohost.org/integration/archivist.svg)](https://dash.yunohost.org/appci/app/archivist)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Archivist est un système de sauvegarde automatique de votre serveur. Il est capable de faire des sauvegardes de votre noyau YunoHost et de vos applications en utilisant la commande de sauvegarde YunoHost. Il peut également effectuer des sauvegardes de répertoires spécifiques.
|
||||||
|
Vos sauvegardes peuvent être envoyées à de nombreux autres endroits, locaux ou distants. Archivist est automatiquement lancé périodiquement pour mettre à jour vos sauvegardes et envoyer les modifications aux autres endroits.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [github.com - maniackcrudelis/archivist](https://github.com/maniackcrudelis/archivist)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/archivist](https://github.com/YunoHost-Apps/archivist_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/archivist/issues](https://github.com/YunoHost-Apps/archivist_ynh/issues)
|
|
@ -1,23 +1,38 @@
|
||||||
#Baïkal
|
# <img src="/images/baikal_logo.png" height="80px" alt="Baïkal's logo"> Baïkal
|
||||||
|
|
||||||
Baïkal is a server for calendars and address book, which used CalDav and CardDav protocol. Baïkal can be synced with a lot of client like Thunderbird + Lightning.
|
[![Install Baïkal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=baikal) [![Integration level](https://dash.yunohost.org/integration/baikal.svg)](https://dash.yunohost.org/appci/app/baikal)
|
||||||
|
|
||||||
**WARNING**: Baikal will not work if you have installed a **Nextcloud** ( their cardav/caldav functions conflict).
|
### Index
|
||||||
|
|
||||||
### Web admin connection
|
- [Configuration](#Configuration)
|
||||||
In SSO portal, click on "Baïkal", a link lead to a web page showing a message saying that the service is running. To acces the admin web page, add `/admin` to the URL. For example:
|
- [Login to admin interface](#Login-to-administration-interface)
|
||||||
|
- [Creating a new user](#Create-a-new-user)
|
||||||
|
- [CalDAV connection](#CalDAV-connection)
|
||||||
|
- [Connecting Thunderbird with Lightning](#Connecting-Thunderbird-with-Lightning)
|
||||||
|
- [Connecting to AgenDAV](#Connecting-to-AgenDAV)
|
||||||
|
- [CardDAV Connection](#CardDAV-Connection)
|
||||||
|
- [Useful links](#Useful-links)
|
||||||
|
|
||||||
https://domain.org/baikal/admin
|
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.
|
||||||
|
|
||||||
The user name specified is "admin" followed by the specific password choosen at Baïkal installation procedure. Please note, the password should not contain special characters.
|
**WARNING**: Baïkal will not work if you have installed a **Nextcloud** (the Nextcloud CardDav/CalDav functions conflict).
|
||||||
|
|
||||||
### Example of creating a new user:
|
## Configuration
|
||||||
|
|
||||||
Add users to the "Users and resources" tab.
|
### Connecting to the administration interface
|
||||||
|
|
||||||
## CalDAV Connection
|
To configure the app, go to the address: `sub.domain.tld/admin` or `domain.tld/baikal/admin`.
|
||||||
|
The username to specify is `admin`, followed by the specific password you chose when installing Baïkal. The password can contain any special characters.
|
||||||
|
|
||||||
### Connection with Thunderbird + Lightning
|
### LDAP authentication
|
||||||
|
|
||||||
|
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
|
||||||
|
first authentication.
|
||||||
|
|
||||||
|
## CalDAV connection
|
||||||
|
|
||||||
|
### Connecting Thunderbird with Lightning
|
||||||
|
|
||||||
Add a new agenda with type "Network" and "CalDAV"
|
Add a new agenda with type "Network" and "CalDAV"
|
||||||
|
|
||||||
|
@ -25,20 +40,19 @@ The new URL to add is :
|
||||||
|
|
||||||
https://domain.org/baikal/cal.php/calendars/username/default
|
https://domain.org/baikal/cal.php/calendars/username/default
|
||||||
|
|
||||||
Be careful to replace "domain.org" by your own domain and the "username" by your user name.
|
Be careful to replace "domain.org" with your own domain and the "username" with your username.
|
||||||
|
|
||||||
### Connection 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.
|
||||||
|
|
||||||
AgenDAV also allows you to create a new calendars very easily.
|
AgenDAV also allows you to create a new calendars very easily.
|
||||||
|
|
||||||
## CardDAV Connection
|
## CardDAV Connection
|
||||||
### Roundcube Connection
|
|
||||||
|
|
||||||
Add new adressbook by navigating to Parameters > Preferences > CardDAV.
|
Using the example with RoundCube Add a new address book by going to Settings > Preferences > CardDAV.
|
||||||
|
|
||||||
Make sure it is filled with:
|
Make sure it is filled with:
|
||||||
* Addressbook name: `default`
|
* Addressbook name: `default`
|
||||||
|
@ -51,3 +65,10 @@ Make sure it is filled with:
|
||||||
Save.
|
Save.
|
||||||
|
|
||||||
Now, the adressbook is accessible.
|
Now, the adressbook is accessible.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.baikal-server.com](http://www.baikal-server.com/)
|
||||||
|
+ Official documentation: [sabre.io - baikal](https://sabre.io/baikal/)
|
||||||
|
+ Apps software repository: [github.com - YunoHost-Apps/bikal](https://github.com/YunoHost-apps/baikal_ynh)
|
||||||
|
+ Fix a bug or suggest an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/baikal/issues](https://github.com/YunoHost-apps/baikal_ynh/issues)
|
||||||
|
|
|
@ -1,24 +1,36 @@
|
||||||
#Baïkal
|
# <img src="/images/baikal_logo.png" height="80px" alt="Baïkal's logo"> Baïkal
|
||||||
|
|
||||||
|
[![Install Baïkal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=baikal) [![Integration level](https://dash.yunohost.org/integration/baikal.svg)](https://dash.yunohost.org/appci/app/baikal)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#Configuration)
|
||||||
|
- [Connexion à l'interface d'administration](#Connexion-à-l-interface-d-administration)
|
||||||
|
- [Création d'un nouvel utilisateur](#Création-d-un-nouvel-utilisateur)
|
||||||
|
- [Connexion CalDAV](#Connexion-CalDAV)
|
||||||
|
- [Connexion de Thunderbird avec Lightning](#Connexion-de-Thunderbird-avec-Lightning)
|
||||||
|
- [Connexion de AgenDAV](#Connexion-de-AgenDAV)
|
||||||
|
- [Connexion CardDAV](#Connexion-CardDAV)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
Baïkal est un serveur de calendriers et de contacts accessible par les protocoles CalDAV (calendriers) et CardDAV (carnets d’adresses), autorisant ainsi la synchronisation avec de nombreux clients (Thunderbird + Lightning par exemple).
|
Baïkal est un serveur de calendriers et de contacts accessible par les protocoles CalDAV (calendriers) et CardDAV (carnets d’adresses), autorisant ainsi la synchronisation avec de nombreux clients (Thunderbird + Lightning par exemple).
|
||||||
|
|
||||||
**AVERTISSEMENT** : Baikal ne fonctionnera pas si vous avez installé un **Nextcloud** ( leurs fonctions cardav/caldav entrent en conflit).
|
**AVERTISSEMENT** : Baïkal ne fonctionnera pas si vous avez installé un **Nextcloud** (leurs fonctions cardav/caldav entrent en conflit).
|
||||||
|
|
||||||
## Connexion à l’interface d’admin
|
## Configuration
|
||||||
Sur le portail SSO, si on clique sur la tuile « Baïkal », on tombe sur une page bien peu conviviale qui explique que le service fonctionne. Pour accéder à l’admin, il faut rajouter `/admin`. Par exemple :
|
|
||||||
|
|
||||||
https://example.com/baikal/admin
|
### Connexion à l’interface d’administration
|
||||||
|
|
||||||
Le nom d’utilisateur à spécifier est « admin » suivi du mot de passe spécifique que vous avez choisi lors de l’installation de Baïkal. Attention, le mot de passe ne doit pas contenir de carractères spéciaux.
|
Pour configurer l'appliation il faut se rendre à l'adresse : `sous.domaine.tld/admin` ou `domaine.tld/baikal/admin`
|
||||||
|
Le nom d’utilisateur à spécifier est `admin` suivi du mot de passe spécifique que vous avez choisi lors de l’installation de Baïkal. Attention, le mot de passe ne doit pas contenir de carractères spéciaux.
|
||||||
|
|
||||||
### Exemple de création d'un nouvel utilisateur :
|
### Authentification LDAP
|
||||||
|
|
||||||
Aller dans l'onglet « settings », sélectionner « Digest » dans « WebDAV authentication type ».
|
Par défaut, Baïkal est configuré pour importer les utilisateurs depuis l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le menu `Users and ressources` après une première authentification.
|
||||||
Ajouter les utilisateurs dans l'onglet « Users and resources ».
|
|
||||||
|
|
||||||
## Connexion CalDAV
|
## Connexion CalDAV
|
||||||
|
|
||||||
### Connexion de Thunderbird + Lightning
|
### Connexion de Thunderbird avec Lightning
|
||||||
|
|
||||||
Ajoutez un nouvel agenda de type « Réseau » puis « CalDAV ».
|
Ajoutez un nouvel agenda de type « Réseau » puis « CalDAV ».
|
||||||
|
|
||||||
|
@ -38,18 +50,23 @@ AgenDAV vous permet également de créer de nouveaux calendriers très simplemen
|
||||||
|
|
||||||
## Connexion CardDAV
|
## Connexion CardDAV
|
||||||
|
|
||||||
### Connexion de Roundcube
|
En utilisant l'exemple avec RoundCube Ajoutez un nouveau carnet d’adresses en allant dans Paramètres > Préférences > CardDAV.
|
||||||
|
|
||||||
Ajoutez un nouveau carnet d’adresses en allant dans Paramètres > Préférences > CardDAV.
|
|
||||||
|
|
||||||
Renseigner :
|
Renseigner :
|
||||||
* Nom du carnet d’adresses : `default`
|
+ Nom du carnet d’adresses : `default`
|
||||||
* Nom d’utilisateur : `username`
|
+ Nom d’utilisateur : `username`
|
||||||
* Mot de passe : `leMotDePasseAssociéAUusername`
|
+ Mot de passe : `leMotDePasseAssociéAUusername`
|
||||||
* URL : `https://example.com/baikal/card.php/addressbooks/username/default`
|
+ URL : `https://example.com/baikal/card.php/addressbooks/username/default`
|
||||||
|
|
||||||
*En prenant soin de remplacer « example.com » par votre domaine et « username » par votre nom d’utilisateur*
|
*En prenant soin de remplacer « example.com » par votre domaine et « username » par votre nom d’utilisateur*
|
||||||
|
|
||||||
Enregistrer
|
Enregistrer
|
||||||
|
|
||||||
Le carnet d’adresses est maintenant accessible.
|
Le carnet d’adresses est maintenant accessible.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.baikal-server.com (en)](http://www.baikal-server.com/)
|
||||||
|
+ Documentation officielle : [sabre.io - baikal (en)](https://sabre.io/baikal/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bikal](https://github.com/YunoHost-apps/baikal_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/baikal/issues](https://github.com/YunoHost-apps/baikal_ynh/issues)
|
||||||
|
|
15
app_bibliogram.md
Normal file
15
app_bibliogram.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/logo-bibliogram.png" height="80px" alt="Bibliogram Logo"> Bibliogram
|
||||||
|
|
||||||
|
[![Install Bibliogram with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bibliogram) [![Integration level](https://dash.yunohost.org/integration/bibliogram.svg)](https://dash.yunohost.org/appci/app/bibliogram)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Bibliogram is a website that takes data from Instagram's public profile views and puts it into a friendlier page that loads faster, gives downloadable images, eliminates ads, generates RSS feeds, and doesn't urge you to sign up.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [git.sr.ht - bibliogram](https://git.sr.ht/~cadence/bibliogram)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/bibliogram](https://github.com/YunoHost-Apps/bibliogram_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/bibliogram/issues](https://github.com/YunoHost-Apps/bibliogram_ynh/issues)
|
15
app_bibliogram_fr.md
Normal file
15
app_bibliogram_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/logo-bibliogram.png" height="80px" alt="Logo Bibliogram"> Bibliogram
|
||||||
|
|
||||||
|
[![Installer Bibliogram avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bibliogram) [![Integration level](https://dash.yunohost.org/integration/bibliogram.svg)](https://dash.yunohost.org/appci/app/bibliogram)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#useful-links)
|
||||||
|
|
||||||
|
Bibliogram est un site Web qui prend les données de profil public d'Instagram et les met dans une page plus conviviale qui se charge plus rapidement, donne des images téléchargeables, élimine les publicités, génère des flux RSS et ne vous invite pas à vous inscrire.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [git.sr.ht - bibliogram](https://git.sr.ht/~cadence/bibliogram)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bibliogram](https://github.com/YunoHost-Apps/bibliogram_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/bibliogram/issues](https://github.com/YunoHost-Apps/bibliogram_ynh/issues)
|
44
app_bitwarden.md
Normal file
44
app_bitwarden.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# <img src="/images/bitwarden_logo.png" width="80px" alt="Bitwarden's logo"> Bitwarden
|
||||||
|
|
||||||
|
[![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) [![Integration level](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Customer Applications](#customer-applications)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Bitwarden is a freemium libre password manager under AGPL license, allowing generation and storage of passwords in a secure way. These are protected by a single password called the "master password". It was created in 2016 by Kyle Spearrin, a software architect.
|
||||||
|
|
||||||
|
The software is available for most operating systems (GNU/Linux, Windows, macOS, iOS, Android and command-line), and as a web browser plug-in. It is also possible to view passwords from a website.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
To configure the app, go to this address: `sub.domain.tld/admin`
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
HTTP and LDAP authentication are not supported.
|
||||||
|
|
||||||
|
## Customer applications
|
||||||
|
|
||||||
|
| Application name [²] | Platform | Multi-account | Source | Play Store | F-Droid | Apple Store |
|
||||||
|
|----------------------|----------|---------------|--------|------------|---------|-------------|
|
||||||
|
| Bitwarden | GNU/Linux / macOS / Windows | Oui | [bitwarden.com - download](https://bitwarden.com/#download) |
|
||||||
|
| Bitwarden | Android / iOS | ? | | [Playstore - Birwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden) | X | [App Store - Bitwarden](https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8) |
|
||||||
|
|
||||||
|
> [²]: (of) : Official / (un) : Unofficial
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [bitwarden.com](https://bitwarden.com/)
|
||||||
|
+ Official documentation: [help.bitwarden.com](https://help.bitwarden.com/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/bitwarden](https://github.com/YunoHost-Apps/bitwarden_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/bitwarden/issues](https://github.com/YunoHost-Apps/bitwarden_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Bitwarden](https://en.wikipedia.org/wiki/Bitwarden)
|
45
app_bitwarden_fr.md
Normal file
45
app_bitwarden_fr.md
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# <img src="/images/bitwarden_logo.png" width="80px" alt="logo de Bitwarden"> Bitwarden
|
||||||
|
|
||||||
|
[![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) [![Integration level](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Applications clientes](#applications-clientes)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Bitwarden est un gestionnaire de mots de passe freemium et open source sous licence AGPL, qui permet de générer et de conserver des mots de passe de manière sécurisée. Ces éléments sont protégés par un seul et unique mot de passe appelé « mot de passe maître ». Il est créé en 2016 par Kyle Spearrin, un architecte logiciel.
|
||||||
|
|
||||||
|
Le logiciel est disponible sur la plupart des systèmes d'exploitation (GNU/Linux, Windows, macOS, iOS, Android ainsi qu'en ligne de commande), et comme module d'extension pour navigateur web. Il est également possible de consulter ses mot de passe depuis un site web.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Pour configurer l'appliation il faut se rendre à l'adresse : `sous.domaine.tld/admin`
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Les authentification HTTP et LDAP ne sont pas pris en charges.
|
||||||
|
|
||||||
|
## Applications clientes
|
||||||
|
|
||||||
|
| Nom de l'application [²] | Plateforme | Multi-comptes | Source | Play Store | F-Droid | Apple Store |
|
||||||
|
|--------------------------|------------|---------------|--------|------------|---------|-------------|
|
||||||
|
| Bitwarden | GNU/Linux / macOS / Windows | Oui | [bitwarden.com - download](https://bitwarden.com/#download) |
|
||||||
|
| Bitwarden | Android / iOS | ? | | [Playstore - Birwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden) | X | [App Store - Bitwarden](https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8) |
|
||||||
|
|
||||||
|
|
||||||
|
> [²]: (of) : Officielle / (no) : non officiel
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [bitwarden.com (en)](https://bitwarden.com/)
|
||||||
|
+ Documentation officielle : [help.bitwarden.com (en)](https://help.bitwarden.com/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bitwarden](https://github.com/YunoHost-Apps/bitwarden_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/bitwarden/issues](https://github.com/YunoHost-Apps/bitwarden_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Bitwarden](https://fr.wikipedia.org/wiki/Bitwarden)
|
|
@ -1,11 +1,38 @@
|
||||||
#BlogoText
|
# <img src="/images/blogotext_logo.png" width="80px" alt="BlogoText's logo"> BlogoText
|
||||||
|
|
||||||
This is BlogoText, the lightweight SQLite Blog-Engine.
|
[![Install BlogoText with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=blogotext) [![Integration level](https://dash.yunohost.org/integration/blogotext.svg)](https://dash.yunohost.org/appci/app/blogotext)
|
||||||
Features
|
|
||||||
|
|
||||||
* Blog with comments and RSS feeds
|
### Index
|
||||||
* Links sharing
|
|
||||||
* RSS Reader
|
- [Features](#features)
|
||||||
* Images/Files uploading and sharing
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
* JSON/ZIP/HTML import-export; WordPress import
|
- [Useful links](#useful-links)
|
||||||
* Support Addons
|
|
||||||
|
BlogoText is not only a blog engine but rather a portal dedicated to writing content. Indeed, the administrator interface offers, in addition to the traditional tools dedicated to the blog, an RSS feed reader, a file host and a tool to share links.
|
||||||
|
|
||||||
|
The advantage of this CMS is that it is very light and will be perfect to take care of the blog or news part of your website. BlogoText is written in PHP, runs a SQLite database and needs only 2MB of disk space.[¹](#sources)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
+ Blog with comments and RSS feeds
|
||||||
|
+ Links sharing
|
||||||
|
+ RSS Reader
|
||||||
|
+ Images/Files uploading and sharing
|
||||||
|
+ JSON/ZIP/HTML import-export; WordPress import
|
||||||
|
+ Support Addons
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
HTTP and LDAP authentication are not supported. The application is not multi-user.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [blogotext.org (fr)](https://blogotext.org)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/blogotext](https://github.com/YunoHost-Apps/blogotext_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/blogotext/issues](https://github.com/YunoHost-Apps/blogotext_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [framalibre.org - BlogoText (fr)](https://framalibre.org/content/blogotext)
|
||||||
|
|
|
@ -1,11 +1,38 @@
|
||||||
#BlogoText
|
# <img src="/images/blogotext_logo.png" width="80px" alt="logo de BlogoText"> BlogoText
|
||||||
|
|
||||||
Ceci est BlogoText, un moteur de blog léger.
|
[![Install BlogoText with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=blogotext) [![Integration level](https://dash.yunohost.org/integration/blogotext.svg)](https://dash.yunohost.org/appci/app/blogotext)
|
||||||
Caractéristiques
|
|
||||||
|
|
||||||
* Blog avec commentaires et flux RSS
|
### Index
|
||||||
* Partage de liens
|
|
||||||
* Lecteur RSS
|
- [Fonctionnalités]( #fonctionnalités)
|
||||||
* Téléversement et partage d'images/fichiers
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
* import-export au format JSON/ZIP/HTML; import WordPress
|
- [Liens utiles](#liens-utiles)
|
||||||
* Support Addons
|
|
||||||
|
BlogoText n'est pas seulement un moteur de blog mais propose plutôt un portail dédié à l'écriture de contenu. En effet, l'interface administrateur propose, en plus des outils traditionnels dédiés au blog, un lecteur de flux RSS, un hébergeur de fichiers et un outil permettant de partager des liens.
|
||||||
|
|
||||||
|
L'avantage de ce CMS est qu'il est très léger et sera parfait pour s'occuper de la partie blog ou actualité de votre site web. BlogoText est écrit en PHP, exploite une base de données SQLite et à seulement besoin de 2Mo d'espace disque. [¹](#sources)
|
||||||
|
|
||||||
|
## Fonctionnalités
|
||||||
|
|
||||||
|
+ Blog avec commentaires et flux RSS
|
||||||
|
+ Partage de liens
|
||||||
|
+ Lecteur RSS
|
||||||
|
+ Téléversement et partage d'images/fichiers
|
||||||
|
+ import-export au format JSON/ZIP/HTML; import WordPress
|
||||||
|
+ Support Addons
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Les authentification HTTP et LDAP ne sont pas pris en charges. L'application n'est pas multi-utilisateurs⋅trices.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [blogotext.org](https://blogotext.org)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/blogotext](https://github.com/YunoHost-Apps/blogotext_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/blogotext/issues](https://github.com/YunoHost-Apps/blogotext_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [framalibre.org - BlogoText](https://framalibre.org/content/blogotext)
|
||||||
|
|
16
app_bludit.md
Normal file
16
app_bludit.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/bludit_logo.png" width="80px" alt="Bludit's logo"> Bludit
|
||||||
|
|
||||||
|
[![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bludit) [![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Bludit is a web application to build your own website or blog in seconds; it's completely free and open source. Bludit is a Flat-File CMS, which (in this case) means that Bludit uses files in the JSON format to store the content. You don't need to install or configure a database; you only need a web server with PHP support.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.bludit.com (en)](https://www.bludit.com/)
|
||||||
|
+ Official documentation: [docs.bludit.com - (en)](https://docs.bludit.com/en/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/bludit](https://github.com/YunoHost-Apps/bludit_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/bludit/issues](https://github.com/YunoHost-Apps/bludit_ynh/issues)
|
16
app_bludit_fr.md
Normal file
16
app_bludit_fr.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/bludit_logo.png" width="80px" alt="logo de Bludit> Bludit
|
||||||
|
|
||||||
|
[![Install Bludit with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bludit) [![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes; c'est totalement gratuit et open source. Bludit est un CMS Flat-File, ce qui (dans ce cas) signifie que Bludit utilise des fichiers au format JSON pour stocker le contenu. Vous n'avez pas besoin d'installer ou de configurer une base de données; vous n'avez besoin que d'un serveur Web prenant en charge PHP.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.bludit.com (en)](https://www.bludit.com/)
|
||||||
|
+ Documentation officielle : [docs.bludit.com - (en)](https://docs.bludit.com/en/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bludit](https://github.com/YunoHost-Apps/bludit_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/bludit/issues](https://github.com/YunoHost-Apps/bludit_ynh/issues)
|
24
app_borg.md
Normal file
24
app_borg.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/borg_logo.svg" height="80px" alt="borg's logo"> Borg
|
||||||
|
|
||||||
|
[![Install Borg with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=borg) [![Integration level](https://dash.yunohost.org/integration/borg.svg)](https://dash.yunohost.org/appci/app/borg)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.
|
||||||
|
|
||||||
|
The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.[¹](#sources)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.borgbackup.org](https://www.borgbackup.org/)
|
||||||
|
+ Official documentation: [borgbackup.readthedocs.io](https://borgbackup.readthedocs.io/en/stable/)
|
||||||
|
+ Application software repository: [github.com - YunoHost- Apps/borg](https://github.com/YunoHost-Apps/borg_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/borg/issues](https://github.com/YunoHost-Apps/borg_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [borgbackup.readthedocs.io](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbackup)
|
24
app_borg_fr.md
Normal file
24
app_borg_fr.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/borg_logo.svg" height="80px" alt="logo de Borg"> Borg
|
||||||
|
|
||||||
|
[![Install Borg with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=borg) [![Integration level](https://dash.yunohost.org/integration/borg.svg)](https://dash.yunohost.org/appci/app/borg)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
BorgBackup (abréviation : Borg) est un programme de sauvegarde par déduplication. En option, il prend en charge la compression et le cryptage authentifié.
|
||||||
|
|
||||||
|
L'objectif principal de Borg est de fournir un moyen efficace et sûr de sauvegarder les données. La technique de déduplication des données utilisée rend Borg adapté aux sauvegardes quotidiennes puisque seules les modifications sont stockées. La technique de cryptage authentifié permet de sauvegarder des données sur des cibles qui ne sont pas totalement fiables.[¹](#sources)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.borgbackup.org (en)](https://www.borgbackup.org/)
|
||||||
|
+ Documentation officielle : [borgbackup.readthedocs.io (en)](https://borgbackup.readthedocs.io/en/stable/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost- Apps/borg](https://github.com/YunoHost-Apps/borg_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/borg/issues](https://github.com/YunoHost-Apps/borg_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [borgbackup.readthedocs.io (en)](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbackup)
|
15
app_bozon.md
Normal file
15
app_bozon.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> BoZoN
|
||||||
|
|
||||||
|
[![Install BoZoN with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bozon) [![Integration level](https://dash.yunohost.org/integration/bozon.svg)](https://ci-apps.yunohost.org/jenkins/job/bozon%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Minimalist Drag & drop file sharing app
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [github.com - broncowdd/BoZoN](https://github.com/broncowdd/BoZoN)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/bozon](https://github.com/YunoHost-Apps/bozon_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/bozon/issues](https://github.com/YunoHost-Apps/bozon_ynh/issues)
|
15
app_bozon_fr.md
Normal file
15
app_bozon_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> BoZoN
|
||||||
|
|
||||||
|
[![Install BoZoN with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bozon) [![Integration level](https://dash.yunohost.org/integration/bozon.svg)](https://ci-apps.yunohost.org/jenkins/job/bozon%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Application minimaliste de partage de fichiers par glisser-déposer
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [github.com - broncowdd/BoZoN (en)](https://github.com/broncowdd/BoZoN)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bozon](https://github.com/YunoHost-Apps/bozon_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/bozon/issues](https://github.com/YunoHost-Apps/bozon_ynh/issues)
|
15
app_calibreweb.md
Normal file
15
app_calibreweb.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Calibre-Web
|
||||||
|
|
||||||
|
[![Install calibreweb with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=calibreweb) [![Integration level](https://dash.yunohost.org/integration/calibreweb.svg)](https://ci-apps.yunohost.org/jenkins/job/calibreweb%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [github.com - janeczku/calibre-web](https://github.com/janeczku/calibre-web)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/calibreweb](https://github.com/YunoHost-Apps/calibreweb_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/calibreweb](https://github.com/YunoHost-Apps/calibreweb_ynh/issues)
|
15
app_calibreweb_fr.md
Normal file
15
app_calibreweb_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Calibre-Web
|
||||||
|
|
||||||
|
[![Install calibreweb with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=calibreweb) [![Integration level](https://dash.yunohost.org/integration/calibreweb.svg)](https://ci-apps.yunohost.org/jenkins/job/calibreweb%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Calibre-Web est une application web fournissant une interface propre pour naviguer, lire et télécharger des livres électroniques en utilisant une base de données Calibre existante.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [github.com - janeczku/calibre-web (en)](https://github.com/janeczku/calibre-web)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/calibreweb](https://github.com/YunoHost-Apps/calibreweb_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/calibreweb](https://github.com/YunoHost-Apps/calibreweb_ynh/issues)
|
21
app_cheky.md
Normal file
21
app_cheky.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Cheky
|
||||||
|
|
||||||
|
[![Install Cheky with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cheky) [![Integration level](https://dash.yunohost.org/integration/cheky.svg)](https://dash.yunohost.org/appci/app/cheky)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Cheky is a software written in PHP allowing you to receive new ads published on the websites Leboncoin.fr and SeLoger.com. You can receive alerts via different communication channels.
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
Updates from the old LBCAlerte package are not possible, the application is only in French. Cheky does not work with [SSO](https://yunohost.org/#/users).
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.cheky.net (fr)](https://www.cheky.net/)
|
||||||
|
+ Official documentation: [www.cheky.net - documentation (fr)](https://www.cheky.net/documentation)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/cheky](https://github.com/YunoHost-Apps/cheky_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/cheky](https://github.com/YunoHost-Apps/cheky_ynh/issues)
|
21
app_cheky_fr.md
Normal file
21
app_cheky_fr.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Cheky
|
||||||
|
|
||||||
|
[![Install Cheky with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cheky) [![Integration level](https://dash.yunohost.org/integration/cheky.svg)](https://dash.yunohost.org/appci/app/cheky)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Cheky est un logiciel écrit en PHP vous permettant de recevoir les nouvelles annonces publiées sur les sites internet Leboncoin.fr et SeLoger.com. Vous pouvez recevoir les alertes via différents canaux de communication.
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Les mises à jour depuis l'ancien package LBCAlerte ne sont pas possibles, l'application est uniquement en français. Cheky ne fonctionne pas avec le [SSO](https://yunohost.org/#/users).
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.cheky.net](https://www.cheky.net/)
|
||||||
|
+ Documentation officielle : [www.cheky.net - documentation](https://www.cheky.net/documentation)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/cheky](https://github.com/YunoHost-Apps/cheky_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/cheky](https://github.com/YunoHost-Apps/cheky_ynh/issues)
|
22
app_civicrm_drupal7.md
Normal file
22
app_civicrm_drupal7.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# <img src="/images/civicrm_logo.png" height="80px" alt="CiviCRM's logo"> CiviCRM
|
||||||
|
|
||||||
|
[![Install CiviCRM on Drupal 7 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=civicrm_drupal7) [![Integration level](https://dash.yunohost.org/integration/civicrm_drupal7.svg)](https://dash.yunohost.org/appci/app/civicrm_drupal7)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
CiviCRM is a web-based suite of internationalized open-source software for constituency relationship management that falls under the broad rubric of customer relationship management. It is specifically designed for the needs of non-profit,non-governmental, and advocacy groups, and serves as an association-management system.[¹](#sources)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [civicrm.org](https://civicrm.org/)
|
||||||
|
+ Official documentation: [docs.civicrm.org](https://docs.civicrm.org/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/civicrm_drupal7](https://github.com/YunoHost-Apps/civicrm_drupal7_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/civicrm_drupal7](https://github.com/YunoHost-Apps/civicrm_drupal7_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - CiviCRM](https://en.wikipedia.org/wiki/CiviCRM)
|
22
app_civicrm_drupal7_fr.md
Normal file
22
app_civicrm_drupal7_fr.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# <img src="/images/civicrm_logo.png" height="80px" alt="logo de CiviCRM"> CiviCRM
|
||||||
|
|
||||||
|
[![Install CiviCRM on Drupal 7 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=civicrm_drupal7) [![Integration level](https://dash.yunohost.org/integration/civicrm_drupal7.svg)](https://dash.yunohost.org/appci/app/civicrm_drupal7)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
CiviCRM est une solution Web Open Source de gestion de la relation client. Elle a été spécialement conçue pour répondre aux besoins des organismes à but non lucratif, des organisations non gouvernementales et des groupes de pression.[¹](#sources)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [civicrm.org (en)](https://civicrm.org/)
|
||||||
|
+ Documentation officielle : [docs.civicrm.org (en)](https://docs.civicrm.org/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/civicrm_drupal7](https://github.com/YunoHost-Apps/civicrm_drupal7_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/civicrm_drupal7](https://github.com/YunoHost-Apps/civicrm_drupal7_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - CiviCRM](https://fr.wikipedia.org/wiki/CiviCRM)
|
18
app_codimd.md
Normal file
18
app_codimd.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/codimd_logo.png" height="80px" alt="CodiMD’s logo"> CodiMD
|
||||||
|
|
||||||
|
[![Install CodiMD with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=codimd) [![Integration level](https://dash.yunohost.org/integration/codimd.svg)](https://dash.yunohost.org/appci/app/codimd)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
CodiMD is a collaborative, real-time word processing web service. It uses Markdown language, which is a simple way to format text.
|
||||||
|
CodiMD offers a wide range of features for all common uses of word processing, including title management, table of contents, insertion of images, tables, footnotes, video overlay, PDF viewers, LaTeX mathematical expressions with MathJax, diagrams, etc.
|
||||||
|
Different levels of permission allow you to choose who can read or edit the document.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Official demo: [https://demo.codimd.org/](https://demo.codimd.org/)
|
||||||
|
+ Official documentation: [github.com/codimd](https://github.com/codimd/server/tree/master/docs/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/codimd](https://github.com/YunoHost-Apps/codimd_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/codimd/issues](https://github.com/YunoHost-Apps/codimd_ynh/issues)
|
18
app_codimd_fr.md
Normal file
18
app_codimd_fr.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/codimd_logo.png" height="80px" alt="logo de CodiMD"> CodiMD
|
||||||
|
|
||||||
|
[![Installer CodiMD avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=codimd) [![Integration level](https://dash.yunohost.org/integration/codimd.svg)](https://dash.yunohost.org/appci/app/codimd)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
CodiMD est un service web de traitement de texte collaboratif en temps réel. Il utilise le langage Markdown, qui est un moyen simple pour formater un texte.
|
||||||
|
CodiMD propose un vaste choix de fonctionnalités pour toutes les utilisations courantes du traitement de texte parmi lesquelles gestion des titres, table de matières, insertion d’images, tableaux, notes de bas de page, incrustation de vidéos, visualisateurs PDF, expressions mathématiques LaTeX avec MathJax, diagrammes, etc.
|
||||||
|
Différents niveaux de permission permettent de choisir qui peut lire ou éditer le document.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Démo officielle : [https://demo.codimd.org/](https://demo.codimd.org/)
|
||||||
|
+ Documentation officielle : [github.com/codimd](https://github.com/codimd/server/tree/master/docs/)
|
||||||
|
+ Dépôt logiciel de l’application : [github.com - YunoHost-Apps/codimd](https://github.com/YunoHost-Apps/codimd_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/codimd/issues](https://github.com/YunoHost-Apps/codimd_ynh/issues)
|
15
app_collabora.md
Normal file
15
app_collabora.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/collabora_logo.png" height="80px" alt="collabora's logo"> Collabora
|
||||||
|
|
||||||
|
[![Install collabora with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=collabora) [![Integration level](https://dash.yunohost.org/integration/collabora.svg)](https://dash.yunohost.org/appci/app/collabora)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Collabora is an online office suite based on LibreOffice and usable with Nextcloud or ownCloud. It allows you to edit text documents, tables, slideshows. The online edition can be done simultaneously and allows you to export and print documents using the generated PDF format.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.collaboraoffice.com](https://www.collaboraoffice.com/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/collabora](https://github.com/YunoHost-Apps/collabora_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/collabora/issues](https://github.com/YunoHost-Apps/collabora_ynh/issues)
|
15
app_collabora_fr.md
Normal file
15
app_collabora_fr.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# <img src="/images/collabora_logo.png" height="80px" alt="logo de collabora"> Collabora
|
||||||
|
|
||||||
|
[![Install collabora with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=collabora) [![Integration level](https://dash.yunohost.org/integration/collabora.svg)](https://dash.yunohost.org/appci/app/collabora)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Collabora est une suite bureautique en ligne basée sur LibreOffice et utilisable avec Nextcloud ou ownCloud. Elle permet d'éditer des documents textes, des tableaux, des diaporamas. L'édition en ligne peut se faire en simultanée et permet d'exporter et d'imprimer des documents grâce au format PDF généré.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.collaboraoffice.com](https://www.collaboraoffice.com/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/collabora](https://github.com/YunoHost-Apps/collabora_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/collabora/issues](https://github.com/YunoHost-Apps/collabora_ynh/issues)
|
|
@ -1,14 +1,16 @@
|
||||||
# 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:**
|
**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.
|
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
|
||||||
|
|
||||||
|
@ -19,10 +21,12 @@ Click on the user icon (top right) > Applications > Desktop & Text > Under th
|
||||||
**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`.
|
||||||
|
|
|
@ -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 d’une 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 d’une 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 d’une 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 d’une 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 l’installer 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 l’installer 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 l’url « 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 l’URL « 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 l’installation de collabora dans yunohost (précédé de « https:// »).
|
Renseigner le « Serveur Collabora en ligne » par le nom de domaine choisi lors de l’installation 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`.
|
||||||
|
|
18
app_concrete5.md
Normal file
18
app_concrete5.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/concrete5_logo.png" height="80px" alt="Concrete5's logo"> Concret5
|
||||||
|
|
||||||
|
[![Install concrete5 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=concrete5) [![Integration level](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
LDAP and HTTP auth are not supported.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [documentation.concrete5.org](https://documentation.concrete5.org/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/concrete5](https://github.com/YunoHost-Apps/concrete5_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/concrete5/issues](https://github.com/YunoHost-Apps/concrete5_ynh/issues)
|
18
app_concrete5_fr.md
Normal file
18
app_concrete5_fr.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/concrete5_logo.png" height="80px" alt="Logo de Concrete5"> Concret5
|
||||||
|
|
||||||
|
[![Install concrete5 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=concrete5) [![Integration level](https://dash.yunohost.org/integration/concrete5.svg)](https://dash.yunohost.org/appci/app/concrete5)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
L'authentification LDAP et HTTP n'est pas prise en charge.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [documentation.concrete5.org (en)](https://documentation.concrete5.org/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/concrete5](https://github.com/YunoHost-Apps/concrete5_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/concrete5](https://github.com/YunoHost-Apps/concrete5_ynh/issues)
|
21
app_cowyo.md
Normal file
21
app_cowyo.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/cowyo_logo.png" height="80px" alt="Cowyo's logo"> Cowyo
|
||||||
|
|
||||||
|
[![Install cowyo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cowyo) [![Integration level](https://dash.yunohost.org/integration/cowyo.svg)](https://ci-apps.yunohost.org/ci/apps/cowyo/)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying.
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
By design, cowyo requires its own domain. He does not support multiple users.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website (demo): [cowyo.com](https://cowyo.com)
|
||||||
|
+ Official documentation: [github.com - schollz/cowyo/README](https://github.com/schollz/cowyo/blob/master/README.md)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/cowyo](https://github.com/YunoHost-Apps/cowyo_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/cowyo/issues](https://github.com/YunoHost-Apps/cowyo_ynh/issues)
|
21
app_cowyo_fr.md
Normal file
21
app_cowyo_fr.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# <img src="/images/cowyo_logo.png" height="80px" alt="Logo de Cowyo"> Cowyo
|
||||||
|
|
||||||
|
[![Install cowyo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cowyo) [![Integration level](https://dash.yunohost.org/integration/cowyo.svg)](https://ci-apps.yunohost.org/ci/apps/cowyo/)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Cowyo est un serveur wiki autonome qui permet de prendre des notes facilement et rapidement. La caractéristique la plus importante ici est la simplicité. Les autres caractéristiques sont le versionnage, le verrouillage des pages, les messages autodestructeurs, le cryptage et la lisibilité.
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
De par sa conception, Cowyo a besoin de son propre domaine dédié. Il ne supporte pas les multiples utilisateurs.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web (demo) : [cowyo.com](https://cowyo.com)
|
||||||
|
+ Documentation officielle : [github.com - schollz/cowyo/README (en)](https://github.com/schollz/cowyo/blob/master/README.md)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/cowyo](https://github.com/YunoHost-Apps/cowyo_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/cowyo](https://github.com/YunoHost-Apps/cowyo_ynh/issues)
|
24
app_diagramsnet.md
Normal file
24
app_diagramsnet.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/diagramsnet_logo.jpg" width="80px" alt="Diagrams.net's logo"> Diagrams.net
|
||||||
|
|
||||||
|
[![Install diagramsnet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=diagramsnet) [![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
diagrams.net lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
|
||||||
|
|
||||||
|
It’s a free, online diagram editor and viewer with a wide variety of shapes, icons, connector and templates to help you get started quickly. It’s also feature-rich–experienced diagrammers will feel at home.[¹](#sources)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.diagrams.net](https://www.diagrams.net/index.html)
|
||||||
|
+ Official documentation: [www.diagrams.net - doc](https://www.diagrams.net/doc/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/diagramsnet](https://github.com/YunoHost-Apps/diagramsnet_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/diagramsnet/issues](https://github.com/YunoHost-Apps/diagramsnet_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [www.diagrams.net - about](https://www.diagrams.net/about.html)
|
24
app_diagramsnet_fr.md
Normal file
24
app_diagramsnet_fr.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/diagramsnet_logo.jpg" width="80px" alt="logo de Diagrams.net"> Diagrams.net
|
||||||
|
|
||||||
|
[![Install diagramsnet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=diagramsnet) [![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
diagrams.net vous permet de créer un large éventail de diagrammes, allant de simples arborescences et organigrammes, à des diagrammes très techniques de réseaux, de baies et d'électricité.
|
||||||
|
|
||||||
|
Il s'agit d'un éditeur et d'un visualiseur de diagrammes en ligne gratuit qui propose une grande variété de formes, d'icônes, de connecteurs et de modèles pour vous aider à démarrer rapidement. Il est également doté de fonctions qui permettent aux utilisateurs expérimentés de se sentir chez eux.[¹](#sources)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.diagrams.net (en)](https://www.diagrams.net/index.html)
|
||||||
|
+ Documentation officielle : [www.diagrams.net - doc (en)](https://www.diagrams.net/doc/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/diagramsnet](https://github.com/YunoHost-Apps/diagramsnet_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/diagramsnet/issues](https://github.com/YunoHost-Apps/diagramsnet_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [www.diagrams.net - about (en)](https://www.diagrams.net/about.html)
|
27
app_discourse.md
Normal file
27
app_discourse.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# <img src="/images/discourse_logo.svg" height="80px" alt="Discourse's logo"> Discourse
|
||||||
|
|
||||||
|
[![Install Discourse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=discourse) [![Integration level](https://dash.yunohost.org/integration/discourse.svg)](https://ci-apps.yunohost.org/jenkins/job/discourse%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Discourse has all the usual features of a discussion forum: users, discussions, search, private messages, etc. The "mailing list" mode allows you to use most of the forum's functionalities via e-mail. Written in Ruby and JavaScript, it requires a PostgreSQL database and a mail server.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
In the administration dashboard, The installed version is shown as unknown (due the fact that we don't use Git for installation); you can safely ignore that as the YunoHost package will be maintained. On ARM devices, default generated avatars are missing the profile initials (they are only a plain discus).
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.discourse.org](https://www.discourse.org/)
|
||||||
|
+ Official documentation: [www.discourse.org - customers](https://www.discourse.org/customers)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/discourse](https://github.com/YunoHost-Apps/discourse_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/discourse/issues](https://github.com/YunoHost-Apps/discourse_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [framalibre.org - Discourse (fr)](https://framalibre.org/content/discourse)
|
27
app_discourse_fr.md
Normal file
27
app_discourse_fr.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# <img src="/images/discourse_logo.svg" height="80px" alt="logo de Discourse"> Discourse
|
||||||
|
|
||||||
|
[![Install Discourse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=discourse) [![Integration level](https://dash.yunohost.org/integration/discourse.svg)](https://ci-apps.yunohost.org/jenkins/job/discourse%20%28Community%29/lastBuild/consoleFull)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Discourse dispose des fonctionnalités usuelles d’un forum de discussion : utilisateurs, discussions, recherche, messages privés, etc. Le mode « liste de diffusion » permet d’utiliser la plupart des fonctionnalités du forum via des courriers électroniques. Écrit en ruby et en JavaScript, il nécessite une base de données PostgreSQL et un serveur d’envoi de courrier électronique.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Dans le tableau de bord de l'administration, la version installée est indiquée comme inconnue (du fait que nous n'utilisons pas Git pour l'installation) ; vous pouvez ignorer cela sans risque car le paquet YunoHost sera maintenu. Sur les appareils ARM, les avatars générés par défaut ne portent pas les initiales du profil (il ne s'agit que d'un simple disque).
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.discourse.org (en)](https://www.discourse.org/)
|
||||||
|
+ Documentation officielle : [www.discourse.org - customers (en)](https://www.discourse.org/customers)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/discourse](https://github.com/YunoHost-Apps/discourse_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/discourse/issues](https://github.com/YunoHost-Apps/discourse_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [framalibre.org - Discourse](https://framalibre.org/content/discourse)
|
17
app_distbin.md
Normal file
17
app_distbin.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Distbin
|
||||||
|
|
||||||
|
[![Install distbin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=distbin) [![Integration level](https://dash.yunohost.org/integration/distbin.svg)](https://dash.yunohost.org/appci/app/distbin)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
A distributed pastebin. i.e. it is a service where anyone can post things on the web, and others can react by posting anywhere else on the web (including here).
|
||||||
|
|
||||||
|
A networked place to store posted web documents. This is meant to allow for distributed social commentary and reaction around these documents using best practices recommended or noted by the W3C Social Web Working Group.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Official documentation: [github.com - gobengo/distbin](https://github.com/gobengo/distbin)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/distbin](https://github.com/YunoHost-Apps/distbin_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/distbin/issues](https://github.com/YunoHost-Apps/distbin_ynh/issues)
|
17
app_distbin_fr.md
Normal file
17
app_distbin_fr.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Distbin
|
||||||
|
|
||||||
|
[![Install Distbin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=distbin) [![Integration level](https://dash.yunohost.org/integration/distbin.svg)](https://dash.yunohost.org/appci/app/distbin)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Un pastebin distribué, c'est-à-dire un service où n'importe qui peut poster des choses sur le Web, et d'autres peuvent réagir en postant n'importe où ailleurs sur le Web (y compris ici).
|
||||||
|
|
||||||
|
Un endroit en réseau pour stocker les documents Web postés. Ceci est destiné à permettre la distribution de commentaires et de réactions sociales autour de ces documents en utilisant les meilleures pratiques recommandées ou notées par le groupe de travail du W3C sur le Web social.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Documentation officielle : [github.com - gobengo/distbin (en)](https://github.com/gobengo/distbin)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/distbin](https://github.com/YunoHost-Apps/distbin_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/distbin/issues](https://github.com/YunoHost-Apps/distbin_ynh/issues)
|
|
@ -1,13 +1,27 @@
|
||||||
DokuWiki
|
# <img src="/images/dokuwiki_logo.svg" height="80px" alt="Dokuwiki's logo"> DokuWiki
|
||||||
========
|
|
||||||
|
|
||||||
Homepage: https://dokuwiki.org
|
[![Installer DokuWiki grâce à YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dokuwiki) [![Niveau d'intégration](https://dash.yunohost.org/integration/dokuwiki.svg)](https://dash.yunohost.org/appci/app/dokuwiki)
|
||||||
|
|
||||||
DokuWiki is a wiki application licensed under GPLv2 and written in the PHP programming language. It works on plain text files and thus does not need a database. Its syntax is similar to the one used by MediaWiki.More at Wikipedia
|
### Index
|
||||||
|
|
||||||
Developer(s):Andreas Gohr, et al.
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
Operating system:Cross-platform
|
DokuWiki is a standards-compliant, easy-to-use, standards-compliant GNU GPL free wiki engine whose main purpose is to create documentation of all kinds. This software is developed in PHP by Andreas Gohr. ...] It has a simple syntax that ensures the readability of data files outside of the wiki, and facilitates the creation of structured texts. All data is stored in text files, so no database is needed. [¹](#sources)
|
||||||
Platform:PHP
|
|
||||||
|
|
||||||
License:GNU General Public License
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
It is currently impossible to add and use internal DokuWiki users, only YunoHost users.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [dokuwiki.org](https://dokuwiki.org)
|
||||||
|
+ Official documentation: [dokuwiki.org - Manual](https://www.dokuwiki.org/manual)
|
||||||
|
+ Application software repository: [github.com - YunoHost-App/dokuwiki](https://github.com/YunoHost-Apps/dokuwiki_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com -YunoHost-Apps/dokuwiki/issues](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dokuwiki (fr)](https://fr.wikipedia.org/wiki/DokuWiki)
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
#New DokuWiki
|
|
||||||
========
|
|
||||||
|
|
||||||
Homepage: https://dokuwiki.org
|
|
||||||
|
|
||||||
DokuWiki ist eine Wiki Anwendung, lizensiert unter der GPLv2, geschrieben in der PHP Programmsprache, arbeitet mit einfachen Textdateien und braucht deshalb keine Datenbank. Die Syntax ähnelt der von Mediawiki. Mehr in der Wikipedia.
|
|
||||||
|
|
||||||
Entwickler: Andreas Gohr, et al.
|
|
||||||
|
|
||||||
Betriebssystem: Cross-platform
|
|
||||||
Plattform:PHP
|
|
||||||
|
|
||||||
Lizenz: GNU General Public License
|
|
27
app_dokuwiki_fr.md
Normal file
27
app_dokuwiki_fr.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# <img src="/images/dokuwiki_logo.svg" height="80px" alt="logo de Dokuwiki"> DokuWiki
|
||||||
|
|
||||||
|
[![Installer DokuWiki grâce à YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dokuwiki) [![Niveau d'intégration](https://dash.yunohost.org/integration/dokuwiki.svg)](https://dash.yunohost.org/appci/app/dokuwiki)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
DokuWiki est un moteur de wiki libre sous licence GNU GPL conforme aux standards, simple à utiliser, dont le but principal est de créer des documentations de toute sorte. Ce logiciel est développé en PHP par Andreas Gohr. [...] Il a une syntaxe simple qui assure la lisibilité des fichiers de données en dehors du Wiki, et facilite la création de textes structurés. Toutes les données sont stockées dans des fichiers texte, et donc aucune base de données n’est nécessaire.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Il est pour le moment impossible d'ajouter et d'utiliser les utilisateurs internes de DokuWiki, seulement ceux de YunoHost.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [dokuwiki.org](https://www.dokuwiki.org/start?id=fr:dokuwiki)
|
||||||
|
+ Documentation officielle : [dokuwiki.org - Manuel Dokuwiki](https://www.dokuwiki.org/start?id=fr:manual)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-App/dokuwiki](https://github.com/YunoHost-Apps/dokuwiki_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/dokuwiki/issues](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dokuwiki](https://fr.wikipedia.org/wiki/DokuWiki)
|
27
app_dolibarr.md
Normal file
27
app_dolibarr.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# <img src="/images/dolibarr_logo.png" width="80px" alt="Dolibarr's logo"> Dolibarr
|
||||||
|
|
||||||
|
[![Install Dolibarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dolibarr) [![Integration level](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Dolibarr ERP CRM is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for enterprise resource planning (ERP) and customer relationship management (CRM) but also other features for different activities.[¹](#sources)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.dolibarr.org](https://www.dolibarr.org/)
|
||||||
|
+ 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)
|
||||||
|
+ 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)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dolibarr](https://en.wikipedia.org/wiki/Dolibarr)
|
27
app_dolibarr_fr.md
Normal file
27
app_dolibarr_fr.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# <img src="/images/dolibarr_logo.png" width="80px" alt="logo de Dolibarr"> Dolibarr
|
||||||
|
|
||||||
|
[![Install Dolibarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dolibarr) [![Integration level](https://dash.yunohost.org/integration/dolibarr.svg)](https://dash.yunohost.org/appci/app/dolibarr)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [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)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.dolibarr.fr](https://www.dolibarr.fr/)
|
||||||
|
+ 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)
|
||||||
|
+ 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)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dolibarr](https://fr.wikipedia.org/wiki/Dolibarr)
|
24
app_dotclear2.md
Normal file
24
app_dotclear2.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/dotclear_logo.png" width="80px" alt="Dotclear's logo"> Dotclear 2
|
||||||
|
|
||||||
|
[![Install dotclear2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dotclear2) [![Integration level](https://dash.yunohost.org/integration/dotclear2.svg)](https://dash.yunohost.org/appci/app/dotclear2)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Dotclear is an open-source blog publishing application distributed under the GNU GPLv2. Developed originally by Olivier Meunier from 2002, Dotclear has now attracted a solid team of developers. It is relatively popular in French speaking countries, where it is used by several major blogging platforms (Gandi Blogs, Marine nationale, etc.).
|
||||||
|
|
||||||
|
Dotclear's proposed aim is to develop a software that fully respects web standards based on open source solutions, with multilingual interface and publishing capabilities. It is written in PHP. [¹](#sources)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [dotclear.org](https://dotclear.org/)
|
||||||
|
+ Official documentation: [dotclear.org - documentation/2.0](https://dotclear.org/documentation/2.0)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/dotclear2](https://github.com/YunoHost-Apps/dotclear2_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/dotclear2/issues](https://github.com/YunoHost-Apps/dotclear2_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dotclear](https://en.wikipedia.org/wiki/Dotclear)
|
24
app_dotclear2_fr.md
Normal file
24
app_dotclear2_fr.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# <img src="/images/dotclear_logo.png" width="80px" alt="Logo de Dotclear"> Dotclear 2
|
||||||
|
|
||||||
|
[![Install dotclear2 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dotclear2) [![Integration level](https://dash.yunohost.org/integration/dotclear2.svg)](https://dash.yunohost.org/appci/app/dotclear2)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Dotclear est une application de publication de blogs à code source libre distribuée sous la licence GNU GPLv2. Développé à l'origine par Olivier Meunier à partir de 2002, Dotclear a maintenant attiré une solide équipe de développeurs. Il est relativement populaire dans les pays francophones, où il est utilisé par plusieurs grandes plateformes de blogs (Gandi Blogs, Marine nationale, etc.).
|
||||||
|
|
||||||
|
L'objectif proposé par Dotclear est de développer un logiciel qui respecte pleinement les standards du web basés sur des solutions open source, avec une interface et des capacités de publication multilingues. Il est écrit en PHP.[¹](#sources)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [dotclear.org](https://fr.dotclear.org/)
|
||||||
|
+ Documentation officielle : [dotclear.org - documentation](https://fr.dotclear.org/documentation/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost- Apps/dotclear2](https://github.com/YunoHost-Apps/dotclear2_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/dotclear2/issues](https://github.com/YunoHost-Apps/dotclear2_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Dotclear (en)](https://en.wikipedia.org/wiki/Dotclear)
|
22
app_drupal.md
Normal file
22
app_drupal.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# <img src="/images/drupal_logo.svg" height="80px" alt="Drupal's logo"> Drupal
|
||||||
|
|
||||||
|
[![Install Drupal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=drupal) [![Integration level](https://dash.yunohost.org/integration/drupal.svg)](https://dash.yunohost.org/appci/app/drupal)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 2.3% of all websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.[¹](#sources)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.drupal.org](https://www.drupal.org/)
|
||||||
|
+ Official documentation: [www.drupal.org - documentation](https://www.drupal.org/documentation)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/drupal](https://github.com/YunoHost-Apps/drupal_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/drupal/issues](https://github.com/YunoHost-Apps/drupal_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Drupal](https://en.wikipedia.org/wiki/Drupal)
|
23
app_drupal7.md
Normal file
23
app_drupal7.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# <img src="/images/drupal_logo.svg" height="80px" alt="Drupal's logo"> Drupal 7
|
||||||
|
|
||||||
|
[![Install Drupal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=drupal) [![Integration level](https://dash.yunohost.org/integration/drupal.svg)](https://dash.yunohost.org/appci/app/drupal)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Drupal is a free and open-source web content management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 2.3% of all websites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration.[¹](#sources)
|
||||||
|
This YunoHost application offers only version 7 of Drupal, if you want the latest version available for YunoHost [see here](/app_drupal)
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.drupal.org](https://www.drupal.org/)
|
||||||
|
+ Official documentation: [www.drupal.fr - docs/7](https://www.drupal.org/docs/7)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/drupal](https://github.com/YunoHost-Apps/drupal_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/drupal/issues](https://github.com/YunoHost-Apps/drupal_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Drupal](https://en.wikipedia.org/wiki/Drupal)
|
23
app_drupal7_fr.md
Normal file
23
app_drupal7_fr.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# <img src="/images/drupal_logo.svg" height="80px" alt="Logo de Drupal"> Drupal 7
|
||||||
|
|
||||||
|
[![Install Drupal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=drupal) [![Integration level](https://dash.yunohost.org/integration/drupal.svg)](https://dash.yunohost.org/appci/app/drupal)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Drupal1 est un système de gestion de contenu (CMS) libre et open-source publié sous la licence publique générale GNU et écrit en PHP.[¹](#sources)
|
||||||
|
Cette application YunoHost propose uniquement la version 7 de Drupal, si vous désirez la dernière version disponible pour YunoHost [voir ici](/app_drupal)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.drupal.fr](https://www.drupal.fr/)
|
||||||
|
+ Documentation officielle : [www.drupal.org - docs/7 (en)](https://www.drupal.org/docs/7)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/drupal7](https://github.com/YunoHost-Apps/drupal7_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/drupal7/issues](https://github.com/YunoHost-Apps/drupal7_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Drupal](https://fr.wikipedia.org/wiki/Drupal)
|
22
app_drupal_fr.md
Normal file
22
app_drupal_fr.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# <img src="/images/drupal_logo.svg" height="80px" alt="Logo de Drupal"> Drupal
|
||||||
|
|
||||||
|
[![Install Drupal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=drupal) [![Integration level](https://dash.yunohost.org/integration/drupal.svg)](https://dash.yunohost.org/appci/app/drupal)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Drupal est un système de gestion de contenu (CMS) libre et open-source publié sous la licence publique générale GNU et écrit en PHP.[¹](#sources)
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.drupal.fr](https://www.drupal.fr/)
|
||||||
|
+ Documentation officielle : [www.drupal.fr - documentation](https://www.drupal.fr/documentation)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/drupal](https://github.com/YunoHost-Apps/drupal_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/drupal/issues](https://github.com/YunoHost-Apps/drupal_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Drupal](https://fr.wikipedia.org/wiki/Drupal)
|
29
app_etherpad_mypads.md
Normal file
29
app_etherpad_mypads.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# <img src="/images/etherpad_mypads_logo.svg" height="80px" alt="Etherpad's logo"> Etherpad (with MyPads's plugin)
|
||||||
|
|
||||||
|
[![Install Etherpad with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=etherpad_mypads) [![Integration level](https://dash.yunohost.org/integration/etherpad_mypads.svg)](https://dash.yunohost.org/appci/app/etherpad_mypads)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Etherpad is an online free text editor working in collaborative mode and in real time. It allows several people to share the simultaneous creation of a text, and to discuss it in parallel, via instant messaging. It can have pedagogical uses, especially for collaborative learning.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Two control panels can be accessed:
|
||||||
|
+ for Etherpad: `domain.tld/admin`.
|
||||||
|
+ for MyPads: `domain.tld/mypads/?/admin`.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [etherpad.org](https://etherpad.org/)
|
||||||
|
+ Official documentation: [etherpad.org - doc](https://etherpad.org/doc/v1.8.4/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-App/etherpad_mypads](https://github.com/YunoHost-Apps/etherpad_mypads_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/etherpad_mypads/issues](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Etherpad (fr)](https://fr.wikipedia.org/wiki/Etherpad)
|
29
app_etherpad_mypads_fr.md
Normal file
29
app_etherpad_mypads_fr.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# <img src="/images/etherpad_mypads_logo.svg" height="80px" alt="logo de Etherpad"> Etherpad (avec plugin MyPads)
|
||||||
|
|
||||||
|
[![Installer Etherpad avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=etherpad_mypads) [![Niveau d'intégration](https://dash.yunohost.org/integration/etherpad_mypads.svg)](https://dash.yunohost.org/appci/app/etherpad_mypads)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Etherpad est un éditeur de texte libre en ligne fonctionnant en mode collaboratif et en temps réel. Il permet à plusieurs personnes de partager l'élaboration simultanée d'un texte, et d'en discuter en parallèle, via une messagerie instantanée. Il peut avoir des usages pédagogiques, notamment pour l'apprentissage collaboratif.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Il est possible d'accéder à deux panneaux de configurations :
|
||||||
|
+ pour Etherpad : `domaine.tld/admin`
|
||||||
|
+ pour MyPads : `domaine.tld/mypads/?/admin`
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [etherpad.org (en)](https://etherpad.org/)
|
||||||
|
+ Documentation officielle : [etherpad.org - doc (en)](https://etherpad.org/doc/v1.8.4/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-App/etherpad_mypads](https://github.com/YunoHost-Apps/etherpad_mypads_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/etherpad_mypads/issues](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Etherpad](https://fr.wikipedia.org/wiki/Etherpad)
|
20
app_fallback.md
Normal file
20
app_fallback.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Fallback
|
||||||
|
|
||||||
|
[![Install Fallback with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fallback) [![Integration level](https://dash.yunohost.org/integration/fallback.svg)](https://dash.yunohost.org/appci/app/fallback)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Fallback is a special app, only by command line interface, which provide a way to have a secondary server which you can used if your main server goes down.
|
||||||
|
This other server will allow you to deploy a copy of your server to bring back you to internet during your break down.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
After the installation, you should not have anything else to configure. If you want anyway, you can find the list of app to backup in the file `/home/yunohost.app/fallback/app_list` and a global configuration in this other file `/home/yunohost.app/fallback/config.conf`
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/fallback](https://github.com/YunoHost-Apps/fallback_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/fallback/issues](https://github.com/YunoHost-Apps/fallback_ynh/issues)
|
20
app_fallback_fr.md
Normal file
20
app_fallback_fr.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# <img src="/images/yunohost_package.png" height="80px" alt="Package"> Fallback
|
||||||
|
|
||||||
|
[![Install fallback with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fallback) [![Integration level](https://dash.yunohost.org/integration/fallback.svg)](https://dash.yunohost.org/appci/app/fallback)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Fallback est une application spéciale, uniquement par interface de ligne de commande, qui permet d'avoir un serveur secondaire que vous pouvez utiliser si votre serveur principal tombe en panne.
|
||||||
|
Cet autre serveur vous permettra de déployer une copie de votre serveur pour vous ramener sur internet pendant votre panne.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Après l'installation, vous ne devriez plus avoir rien à configurer. Si vous le souhaitez quand même, vous pouvez trouver la liste des applications à sauvegarder dans le fichier `/home/yunohost.app/fallback/app_list` et une configuration globale dans cet autre fichier `/home/yunohost.app/fallback/config.conf`
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/fallback](https://github.com/YunoHost-Apps/fallback_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/fallback/issues](https://github.com/YunoHost-Apps/fallback_ynh/issues)
|
|
@ -1,15 +1,38 @@
|
||||||
# Firefox Sync
|
# <img src="/images/ffsync_logo.png" width="80px" alt="Firefox Sync's logo"> Firefox Sync
|
||||||
|
|
||||||
|
[![Install Firefox Sync with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ffsync) [![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Firefox desktop](#firefox-desktop)
|
||||||
|
- [Firefox mobile](#firefox-mobile)
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
Firefox Sync permits synchronize plugins, tabs, bookmarks, favorites, history over many Firefox instances.
|
Firefox Sync permits synchronize plugins, tabs, bookmarks, favorites, history over many Firefox instances.
|
||||||
|
|
||||||
### Firefox configuration
|
## Configuration
|
||||||
#### Firefox desktop
|
|
||||||
In Firefox URL bar put: `about:config`.
|
|
||||||
|
|
||||||
Search for: `identity.sync.tokenserver.uri`.
|
Once installed, the `domain.tld/path` site should display a page explaining how to configure it.
|
||||||
|
To use your personal Firefox sync server, you will need to configure your [Firefox](https://www.mozilla.org/fr/firefox/new/) web browser.
|
||||||
|
|
||||||
Replace the URL by: https://mydomain.tld/path/token/1.0/sync/1.5
|
### Firefox desktop
|
||||||
|
|
||||||
Create an account at Mozilla: https://accounts.firefox.com/signup
|
1. In Firefox URL bar put: `about:config`.
|
||||||
|
2. Search for: `identity.sync.tokenserver.uri`.
|
||||||
|
3. Replace the URL by: https://mydomain.tld/path/token/1.0/sync/1.5
|
||||||
|
4. Create an account at Mozilla: https://accounts.firefox.com/signup
|
||||||
|
|
||||||
|
### Firefox mobile
|
||||||
|
|
||||||
#### Firefox mobile
|
|
||||||
With the last version of firefox mobile it's same than for desktop.
|
With the last version of firefox mobile it's same than for desktop.
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
By default, a configured server will report authentication to the account server hosted by Mozilla at https://accounts.firefox.com. You will still need to authenticate to Mozilla, but your information will be stored on your host.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/ffsync](https://github.com/YunoHost-Apps/ffsync_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/ffsync/issues](https://github.com/YunoHost-Apps/ffsync_ynh/issues)
|
||||||
|
|
|
@ -1,17 +1,38 @@
|
||||||
# Firefox Sync
|
# <img src="/images/ffsync_logo.png" width="80px" alt="logo de Firefox Sync"> Firefox Sync
|
||||||
|
|
||||||
|
[![Install Firefox Sync with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ffsync) [![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Firefox bureau](#firefox-bureau)
|
||||||
|
- [Firefox mobile](#firefox-mobile)
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
Firefox Sync permet la synchronisation des favoris, des marques-pages, de l’historique, des onglets, des extensions entre plusieurs instances du navigateur web Firefox.
|
Firefox Sync permet la synchronisation des favoris, des marques-pages, de l’historique, des onglets, des extensions entre plusieurs instances du navigateur web Firefox.
|
||||||
|
|
||||||
### Configuration de Firefox
|
## Configuration
|
||||||
Configurer Firefox pour utiliser votre serveur pour la synchronisation.
|
|
||||||
|
|
||||||
#### Firefox bureau
|
Une fois installé, le site `domain.tld/path` devrait afficher une page expliquant comment le configurer.
|
||||||
Tapez `about:config` dans la barre d’URL.
|
Pour utiliser votre serveur personnel de synchronisation Firefox, vous allez devoir configurer votre explorateur internet [Firefox](https://www.mozilla.org/fr/firefox/new/).
|
||||||
|
|
||||||
Recherchez : `identity.sync.tokenserver.uri`.
|
### Firefox bureau
|
||||||
|
|
||||||
Remplacez l’URL par la vôtre : https://mondomaine.tld/adresse/token/1.0/sync/1.5
|
1. Une fois Firefox lancé ouvrer cette adresse URL : `about:config`
|
||||||
|
2. Recherchez : `identity.sync.tokenserver.uri`
|
||||||
|
3. Remplacez l’URL par la vôtre : `https://mondomaine.tld/adresse/token/1.0/sync/1.5`
|
||||||
|
4. Créez un compte chez Mozilla : https://accounts.firefox.com/signup
|
||||||
|
|
||||||
Créez un compte chez Mozilla : https://accounts.firefox.com/signup
|
### Firefox mobile
|
||||||
|
|
||||||
#### Firefox mobile
|
Avec les versions récentes de Firefox pour mobile la démarche est identique à la version bureau.
|
||||||
Avec la dernière version de firefox mobile c'est identique à firefox pour le bureau.
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Par défaut, un serveur configuré reportera l'authentification sur le serveur de comptes hébergé par Mozilla à l'adresse https://accounts.firefox.com. Vous devrez donc toujours vous authentifier sur Mozilla, mais le stockage de vos informations se fera sur votre hôte.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/APPLICATION](https://github.com/YunoHost-Apps/ffsync_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/ffsync/issues](https://github.com/YunoHost-Apps/ffsync_ynh/issues)
|
||||||
|
|
16
app_firefly-iii.md
Normal file
16
app_firefly-iii.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/firefly_iii_logo.png" width="80px" alt="Firefly III's logo"> Firefly III
|
||||||
|
|
||||||
|
[![Install Firefly III with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=firefly-iii) [![Integration level](https://dash.yunohost.org/integration/firefly-iii.svg)](https://dash.yunohost.org/appci/app/firefly-iii)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. It can import data from external sources and it has many neat financial reports available.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.firefly-iii.org](https://www.firefly-iii.org/)
|
||||||
|
+ Official documentation: [docs.firefly-iii.org](https://docs.firefly-iii.org/about-firefly-iii/introduction)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/firefly-iii](https://github.com/YunoHost-Apps/firefly-iii_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/firefly-iii/issues](https://github.com/YunoHost-Apps/firefly-iii_ynh/issues)
|
16
app_firefly-iii_fr.md
Normal file
16
app_firefly-iii_fr.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/firefly_iii_logo.png" width="80px" alt="logo de Firefly III"> Firefly III
|
||||||
|
|
||||||
|
[![Install Firefly III with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=firefly-iii) [![Integration level](https://dash.yunohost.org/integration/firefly-iii.svg)](https://dash.yunohost.org/appci/app/firefly-iii)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
"Firefly III" est un gestionnaire (auto-hébergé) de vos finances personnelles. Il peut vous aider à suivre vos dépenses et vos revenus, afin que vous puissiez dépenser moins et épargner plus. Firefly III permet d'utiliser des budgets, des catégories et des étiquettes. Il peut importer des données provenant de sources externes et il dispose de nombreux rapports financiers soignés.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.firefly-iii.org (en)](https://www.firefly-iii.org/)
|
||||||
|
+ Documentation officielle : [docs.firefly-iii.org (en)](https://docs.firefly-iii.org/about-firefly-iii/introduction)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/firefly-iii](https://github.com/YunoHost-Apps/firefly-iii_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/firefly-iii/issues](https://github.com/YunoHost-Apps/firefly-iii_ynh/issues)
|
|
@ -1,6 +0,0 @@
|
||||||
# Firefly III
|
|
||||||
|
|
||||||
For support and notes regarding the installation and use of Firefly III on YunoHost, please see these pages:
|
|
||||||
|
|
||||||
* [The official documentation](http://firefly-iii.readthedocs.io/en/latest/)
|
|
||||||
* [The pages on YunoHost specifically](http://firefly-iii.readthedocs.io/en/latest/installation/yunohost.html)
|
|
16
app_flarum.md
Normal file
16
app_flarum.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/flarum_logo.png" width="80px" alt="Flarum's logo"> Flarum
|
||||||
|
|
||||||
|
[![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=flarum) [![Integration level](https://dash.yunohost.org/integration/flarum.svg)](https://dash.yunohost.org/appci/app/flarum)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Flarum is a forum system, it is possible to add multiple plugins to it.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [flarum.org](https://flarum.org/)
|
||||||
|
+ Official documentation: [flarum.org - docs](https://flarum.org/docs/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/flarum](https://github.com/YunoHost-Apps/flarum_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/flarum/issues](https://github.com/YunoHost-Apps/flarum_ynh/issues)
|
16
app_flarum_fr.md
Normal file
16
app_flarum_fr.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# <img src="/images/flarum_logo.png" width="80px" alt="logo de Flarum"> Flarum
|
||||||
|
|
||||||
|
[![Install Flarum with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=flarum) [![Integration level](https://dash.yunohost.org/integration/flarum.svg)](https://dash.yunohost.org/appci/app/flarum)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Flarum est un système de forum, il est possible de lui adjoindre de multiples plugins.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [flarum.org (en)](https://flarum.org/)
|
||||||
|
+ Documentation officielle : [flarum.org - docs (en)](https://flarum.org/docs/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/flarum](https://github.com/YunoHost-Apps/flarum_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/flarum/issues](https://github.com/YunoHost-Apps/flarum_ynh/issues)
|
|
@ -1,7 +1,21 @@
|
||||||
#FluxBB
|
# <img src="/images/fluxbb_logo.png" height="80px" alt="FluxBB's logo"> FluxBB
|
||||||
|
|
||||||
FluxBB is fast, light, user-friendly forum software for your website.
|
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fluxbb) [![Integration level](https://dash.yunohost.org/integration/fluxbb.svg)](https://dash.yunohost.org/appci/app/fluxbb)
|
||||||
|
|
||||||
FluxBB is designed as a lighter, faster alternative to some of the traditional feature heavy forum applications. It is easy to use and has a proven track record of stability and security making it an ideal choice of forum for your website.
|
### Index
|
||||||
|
|
||||||
[Website](https://fluxbb.org/)
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
FluxBB is fast, light, user-friendly forum software for your website. FluxBB is designed as a lighter, faster alternative to some of the traditional feature heavy forum applications. It is easy to use and has a proven track record of stability and security making it an ideal choice of forum for your website.
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
HTTP and LDAP authentication are not supported.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [fluxbb.org](https://fluxbb.org/)
|
||||||
|
+ Official documentation: [fluxbb.org - docs](https://fluxbb.org/docs/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/fluxbb](https://github.com/YunoHost-Apps/fluxbb_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/fluxbb/issues](https://github.com/YunoHost-Apps/fluxbb_ynh/issues)
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
#FluxBB
|
# <img src="/images/fluxbb_logo.png" height="80px" alt="logo de FluxBB"> FluxBB
|
||||||
|
|
||||||
FluxBB est un forum de discussions écrit en PHP rapide et léger.
|
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fluxbb) [![Integration level](https://dash.yunohost.org/integration/fluxbb.svg)](https://dash.yunohost.org/appci/app/fluxbb)
|
||||||
|
|
||||||
[Site internet](https://fluxbb.org/)
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
FluxBB est un logiciel de forum rapide, léger et convivial pour votre site web. FluxBB est conçu comme une alternative plus légère et plus rapide à certaines des applications de forum traditionnelles lourdes en fonctionnalités. Il est facile à utiliser et a fait ses preuves en matière de stabilité et de sécurité, ce qui en fait un choix idéal de forum pour votre site web.
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Les authentification HTTP et LDAP ne sont pas pris en charges.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [fluxbb.org (en)](https://fluxbb.org/)
|
||||||
|
+ Documentation officielle : [fluxbb.org - docs (en)](https://fluxbb.org/docs/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/fluxbb](https://github.com/YunoHost-Apps/fluxbb_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/fluxbb/issues](https://github.com/YunoHost-Apps/fluxbb_ynh/issues)
|
||||||
|
|
18
app_framaforms.md
Normal file
18
app_framaforms.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/framaforms_logo.png" height="80px" alt="framaforms's logo"> Framaforms
|
||||||
|
|
||||||
|
[![Install framaforms with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=framaforms) [![Integration level](https://dash.yunohost.org/integration/framaforms.svg)](https://dash.yunohost.org/appci/app/framaforms)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Framaforms is an online forms and survey service. Registered users are allowed to create forms, share them, collect and view the results through a simple interface.
|
||||||
|
It is possible to be notified of each response, retrieve responses in graphical or tabular form. Questionnaires can also be developed on several pages and have conditional or mandatory fields.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [framaforms.org](https://framaforms.org/)
|
||||||
|
+ Official documentation: [docs.framasoft.org/fr/framaforms](https://docs.framasoft.org/fr/framaforms/)
|
||||||
|
+ Demonstration: [Demo](https://framaforms.org/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/framaforms](https://github.com/YunoHost-Apps/framaforms_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/framaforms/issues](https://github.com/YunoHost-Apps/framaforms_ynh/issues)
|
18
app_framaforms_fr.md
Normal file
18
app_framaforms_fr.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# <img src="/images/framaforms_logo.png" height="80px" alt="logo de framaforms"> Framaforms
|
||||||
|
|
||||||
|
[![Install framaforms with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=framaforms) [![Integration level](https://dash.yunohost.org/integration/framaforms.svg)](https://dash.yunohost.org/appci/app/framaforms)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Framaforms est un service de formulaires et d'enquêtes en ligne. Les utilisateurs enregistrés sont autorisés à créer des formulaires, à les partager, à collecter et à visualiser les résultats par le biais d'une interface simple.
|
||||||
|
Il est possible d'être notifié de chaque réponse, de récupérer les réponses sous forme graphiques ou de tableaux. Les questionnaires peuvent être aussi élaborés sur plusieurs pages et présenter des champs conditionnels ou obligatoires.
|
||||||
|
|
||||||
|
Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [framaforms.org](https://framaforms.org/)
|
||||||
|
+ Documentation officielle : [docs.framasoft.org/fr/framaforms](https://docs.framasoft.org/fr/framaforms/)
|
||||||
|
+ Démonstration: [Démo](https://framaforms.org/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/framaforms](https://github.com/YunoHost-Apps/framaforms_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/framaforms/issues](https://github.com/YunoHost-Apps/framaforms_ynh/issues)
|
37
app_freshrss.md
Normal file
37
app_freshrss.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# <img src="/images/freshrss_logo.svg" height="80px" alt="APPLICATION's FreshRSS"> FreshRSS
|
||||||
|
|
||||||
|
[![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss) [![Integration level](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Customer Applications](#customer-applications)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
FreshRSS is an RSS aggregator and reader. It allows you to read and follow several news websites at a glance without the need to browse from one website to another.
|
||||||
|
|
||||||
|
FreshRSS has a lot of features including.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
API (mini) How To
|
||||||
|
1. Into your user profile: `Settings > profil`
|
||||||
|
2. Setup an API password
|
||||||
|
3. Check the API is working: https://exemple.tld/rss/api/greader.php
|
||||||
|
4. Setup your client with:
|
||||||
|
+ username: ynh user
|
||||||
|
+ password: the password you just setup
|
||||||
|
+ URL: https://exemple.tld/rss/api/greader.php
|
||||||
|
|
||||||
|
## Customer applications
|
||||||
|
|
||||||
|
| Application name | Platform | Multi-account | Play Store | F-Droid | Play Store |
|
||||||
|
|------------------|----------|---------------|------------|---------|------------|
|
||||||
|
| Fresh RSS | Android | ? | | [f-droid.org - Fresh RSS](https://f-droid.org/fr/packages/fr.chenry.android.freshrss/) | X |
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [www.freshrss.org](https://www.freshrss.org/)
|
||||||
|
+ Official documentation: [freshrss.github.io - FreshRSS](https://freshrss.github.io/FreshRSS/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/freshrss](https://github.com/YunoHost-Apps/freshrss_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/freshrss/issues](https://github.com/YunoHost-Apps/freshrss_ynh/issues)
|
37
app_freshrss_fr.md
Normal file
37
app_freshrss_fr.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# <img src="/images/freshrss_logo.svg" height="80px" alt="logo de FreshRSS"> FreshRSS
|
||||||
|
|
||||||
|
[![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss) [![Integration level](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Applications clientes](#applications-clientes)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
FreshRSS est un agrégateur et lecteur de flux RSS. Il permet de regrouper l’actualité de plusieurs sites différents dans un endroit unique pour que vous puissiez la lire sans devoir aller de site en site.
|
||||||
|
|
||||||
|
FreshRSS a été conçu comme un agrégateur puissant et propose des tas de fonctionnalités.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
API (mini) Comment faire :
|
||||||
|
1. Dans votre profil utilisateur `Paramètres > profil`
|
||||||
|
2. Définir un mot de passe API
|
||||||
|
3. Vérifiez que l'API fonctionne : https://exemple.tld/rss/api/greader.php
|
||||||
|
4. Configurez votre client avec :
|
||||||
|
+ username : ynh user
|
||||||
|
+ password : le mot de passe que vous venez de configurer
|
||||||
|
+ URL : https://exemple.tld/rss/api/greader.php
|
||||||
|
|
||||||
|
## Applications clientes
|
||||||
|
|
||||||
|
| Nom de l'applications | Plateforme | Multi-comptes | F-Droid | Play Store |
|
||||||
|
|-----------------------|------------|---------------|---------|------------|
|
||||||
|
| Fresh RSS | Android | ? | [f-droid.org - Fresh RSS](https://f-droid.org/fr/packages/fr.chenry.android.freshrss/) | X |
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [www.freshrss.org (en)](https://www.freshrss.org/)
|
||||||
|
+ Documentation officielle : [freshrss.github.io - FreshRSS](https://freshrss.github.io/FreshRSS/fr/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/freshrss](https://github.com/YunoHost-Apps/freshrss_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/freshrss/issues](https://github.com/YunoHost-Apps/freshrss_ynh/issues)
|
35
app_friendica.md
Normal file
35
app_friendica.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# <img src="/images/friendica_logo.svg" height="80px" alt="friendica's logo"> Friendica
|
||||||
|
|
||||||
|
[![Install friendica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=friendica) [![Integration level](https://dash.yunohost.org/integration/friendica.svg)](https://dash.yunohost.org/appci/app/friendica)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Friendica is a decentralized communication platform that integrates social communication. The platform is linked to independent social projects and business services.
|
||||||
|
|
||||||
|
Its aim is to free up friends, family and colleagues from companies that collect data; Friendica aims to make social communication free and open, while circulating between all providers as easily as email.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Before installing, read the Friendica installation instructions for important information about
|
||||||
|
|
||||||
|
SSL certificate validation requirement (now with support for Let's Encrypt!). See Installation section below.
|
||||||
|
Dedicated domain (must install under web root like https://hub.example.com/ not https://example.com/hub/ )
|
||||||
|
|
||||||
|
Note: You can use accounts from YunoHost's LDAP. There are not yet active SSO.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website : [friendi.ca](http://friendi.ca/)
|
||||||
|
+ Official documentation : [github.com/friendica/friendica/wiki](https://github.com/friendica/friendica/wiki)
|
||||||
|
+ Demonstration : [Demo](http://dir.friendica.social/servers)
|
||||||
|
+ Application software repository : [github.com - YunoHost-Apps/friendica](https://github.com/YunoHost-Apps/friendica_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue) : [github.com - YunoHost-Apps/friendica/issues](https://github.com/YunoHost-Apps/friendica_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [github.com - friendica/friendica](https://github.com/friendica/friendica)
|
35
app_friendica_fr.md
Normal file
35
app_friendica_fr.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# <img src="/images/friendica_logo.svg" height="80px" alt="logo de friendica"> Friendica
|
||||||
|
|
||||||
|
[![Install friendica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=friendica) [![Integration level](https://dash.yunohost.org/integration/friendica.svg)](https://dash.yunohost.org/appci/app/friendica)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Friendica est une plateforme de communication décentralisée qui intègre la communication sociale. La plate-forme est liée à des projets sociaux indépendants et à des services aux entreprises.
|
||||||
|
|
||||||
|
Son objectif est de libérer les amis, la famille et les collègues des entreprises qui récoltent des données ; Friendica vise à ce que la communication sociale soit libre et ouverte, tout en circulant entre tous les fournisseurs aussi facilement que le courrier électronique.[¹](#sources)
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Avant l'installation, lisez les instructions d'installation de Friendica pour obtenir des informations à propos de l'installation
|
||||||
|
|
||||||
|
Exigence de validation du certificat SSL (maintenant avec le support de Let's Encrypt !). Voir la section Installation ci-dessous.
|
||||||
|
Domaine dédié (doit être installé sous la racine web comme https://hub.example.com/ et non https://example.com/hub/ )
|
||||||
|
|
||||||
|
Note : Vous pouvez utiliser les comptes du LDAP de YunoHost. Il n'y a pas encore de SSO actif.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [friendi.ca](http://friendi.ca/)
|
||||||
|
+ Documentation officielle : [github.com/friendica/friendica/wiki](https://github.com/friendica/friendica/wiki)
|
||||||
|
+ Démonstration : [Démo](http://dir.friendica.social/servers)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/friendica](https://github.com/YunoHost-Apps/friendica_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/friendica/issues](https://github.com/YunoHost-Apps/friendica_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [github.com - friendica/friendica (en)](https://github.com/friendica/friendica)
|
32
app_funkwhale.md
Normal file
32
app_funkwhale.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# <img src="/images/funkwhale_logo.png" width="80px" alt="Funkwhale's logo"> Funkwhale
|
||||||
|
|
||||||
|
[![Install Funkwhale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=funkwhale) [![Integration level](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Administration](#administration)
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Funkwhale is a self-hosted, federated free music streaming server. Each utilisateur⋅trice has a library in which he/she can add the titles he/she wants, and which he/she can share with other users, whether they are on the same instance or not. [¹](#sources)
|
||||||
|
|
||||||
|
## Administration
|
||||||
|
|
||||||
|
The administration page is available at: `my.domain.tld/api/admin`
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
To install Funkwhale on your YunoHost server it is necessary to have a domain name dedicated to Funkwhale.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [funkwhale.audio](https://funkwhale.audio/)
|
||||||
|
+ Official documentation: [docs.funkwhale.audio](https://docs.funkwhale.audio/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/funkwhale](https://github.com/YunoHost-Apps/funkwhale_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/funkwhale/issues](https://github.com/YunoHost-Apps/funkwhale_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Funkwhale](https://fr.wikipedia.org/wiki/Funkwhale)
|
32
app_funkwhale_fr.md
Normal file
32
app_funkwhale_fr.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# <img src="/images/funkwhale_logo.png" width="80px" alt="logo de Funkwhale"> Funkwhale
|
||||||
|
|
||||||
|
[![Install Funkwhale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=funkwhale) [![Integration level](https://dash.yunohost.org/integration/funkwhale.svg)](https://dash.yunohost.org/appci/app/funkwhale)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Administration](#administration)
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Funkwhale est un serveur de flux continu de musique libre, auto-hébergé et fédéré. Chaque utilisateur⋅trice dispose d'une bibliothèque dans laquelle il/elle peut ajouter les titres qu'il/elle souhaite, et qu'il/elle peut partager avec d'autres utilisateurs, qu'ils soient sur la même instance ou non.[¹](#sources)
|
||||||
|
|
||||||
|
## Administration
|
||||||
|
|
||||||
|
La page d'admimnistration est disponible à l'adresse : `mon.domaine.tld/api/admin`
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Pour installer Funkwhale sur votre serveur YunoHost il est nécessaire d'avoir un nom de domaine dédié à Funkwhale.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [funkwhale.audio](https://funkwhale.audio/)
|
||||||
|
+ Documentation officielle : [docs.funkwhale.audio (en)](https://docs.funkwhale.audio/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/funkwhale](https://github.com/YunoHost-Apps/funkwhale_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com -YunoHost-Apps/funkwhale/issues](https://github.com/YunoHost-Apps/funkwhale_ynh/issues)
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [wikipedia.org - Funkwhale](https://fr.wikipedia.org/wiki/Funkwhale)
|
29
app_garradin.md
Normal file
29
app_garradin.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# <img src="/images/garradin_logo.svg" height="80px" alt="Garradin's logo"> Garradin
|
||||||
|
|
||||||
|
[![Install Garradin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=garradin) [![Integration level](https://dash.yunohost.org/integration/garradin.svg)](https://dash.yunohost.org/appci/app/garradin)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Garradin (a word meaning silver in an Aboriginal dialect of northern Australia, pronounced "gar-a-dine "em) is a software program for associative management. It is the tool of choice to manage an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: membership management, accounting, website, note-taking at meetings, archiving and sharing of the association's operating documents, discussion between members, etc.¹](#sources)
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
the SSO system is not implemented, nor direct installation. The admin user will have to create his account with the account creation form that he will find at the end of the installation. Several reasons led me not to implement SSO. [More information (fr)](https://github.com/YunoHost-Apps/garradin_ynh#probl%C3%A8mes--avertissements-)
|
||||||
|
|
||||||
|
Applications available exclusively in French.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [garradin.eu (fr)](https://garradin.eu)
|
||||||
|
+ Official documentation: [fossil.kd2.org - garradin (fr)](https://fossil.kd2.org/garradin/wiki?name=Garradin)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/garradin](https://github.com/YunoHost-Apps/garradin_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/garradin/issues](https://github.com/YunoHost-Apps/garradin_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [garradin.eu - a-propos (fr)](https://garradin.eu/a-propos/)
|
29
app_garradin_fr.md
Normal file
29
app_garradin_fr.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# <img src="/images/garradin_logo.svg" height="80px" alt="logo de Garradin"> Garradin
|
||||||
|
|
||||||
|
[![Install Garradin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=garradin) [![Integration level](https://dash.yunohost.org/integration/garradin.svg)](https://dash.yunohost.org/appci/app/garradin)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Garradin (mot signifiant argent dans un dialecte aborigène du nord de l'Australie, prononcé « gar-a-dine ») est un logiciel de gestion associative. Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc. Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille : gestion des adhérents, comptabilité, site Web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents, etc.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
le système SSO n'est pas implémenté, ni l'installation directe. L'utilisateur admin devra créer son compte avec le formulaire de création de compte qu'il trouvera à la fin de l'installation. Plusieurs raisons m'ont poussé à ne pas implémenter le SSO. [Plus d'informations](https://github.com/YunoHost-Apps/garradin_ynh#probl%C3%A8mes--avertissements-)
|
||||||
|
|
||||||
|
Applications disponible exclusivement en français.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [garradin.eu](https://garradin.eu)
|
||||||
|
+ Documentation officielle : [fossil.kd2.org - garradin](https://fossil.kd2.org/garradin/wiki?name=Garradin)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/garradin](https://github.com/YunoHost-Apps/garradin_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/garradin/issues](https://github.com/YunoHost-Apps/garradin_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [garradin.eu - a-propos](https://garradin.eu/a-propos/)
|
36
app_gitea.md
Normal file
36
app_gitea.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# <img src="/images/gitea_logo.png" width="80px" alt="Gitea's logo"> Gitea
|
||||||
|
|
||||||
|
[![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitea) [![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Customer Applications](#customer-applications)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
If you want to use Git commands (like `git clone`, `git pull`, `git push`), you need to set this app as public.
|
||||||
|
|
||||||
|
## Customer applications
|
||||||
|
|
||||||
|
| Application name [²] | Platform | Multi-account |Source | Play Store | F-Droid | Apple Store |
|
||||||
|
|----------------------|----------|---------------|-------|------------|---------|-------------|
|
||||||
|
| GitNex (un) | Android | ? | [gitnex.com (en)](https://gitnex.com/) | [GitNex - PlayStore](https://play.google.com/store/apps/details?id=org.mian.gitnex) | [GitNex - F-Droid](https://f-droid.org/fr/packages/org.mian.gitnex/) | X |
|
||||||
|
|
||||||
|
> [²]: (of) : Official / (un) : Unofficial
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [gitea.io](https://gitea.io/en-us/)
|
||||||
|
+ Official documentation: [docs.gitea.io](https://docs.gitea.io/en-us/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/gitea](https://github.com/YunoHost-Apps/gitea_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/gitea/issues](https://github.com/YunoHost-Apps/gitea_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [docs.gitea.io](https://docs.gitea.io/en-us/)
|
36
app_gitea_fr.md
Normal file
36
app_gitea_fr.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# <img src="/images/gitea_logo.png" width="80px" alt="logo de Gitea"> Gitea
|
||||||
|
|
||||||
|
[![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitea) [![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations avec YunoHost](#limitations-avec-yunohost)
|
||||||
|
- [Applications clientes](#applications-clients)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
Gitea est un service Git auto-hébergé très simple à installer et à utiliser. Il est similaire à GitHub, Bitbucket ou GitLab. Le développement initial provient sur Gogs, mais il a été forké puis renommé Gitea.[¹](#sources)
|
||||||
|
|
||||||
|
## Limitations avec YunoHost
|
||||||
|
|
||||||
|
Si vous voulez utiliser les commandes Git (comme `git clone`, `git pull`, `git push`), vous devez rendre cette application publique.
|
||||||
|
|
||||||
|
## Applications clientes
|
||||||
|
|
||||||
|
| Nom de l'application [²] | Plateforme | Multi-comptes | Source | Play Store | F-Droid | Apple Store |
|
||||||
|
|:------------------------:|:----------:|:-------------:|:------:|:----------:|:-------:|:-----------:|
|
||||||
|
| GitNex (no) | Android | ? | [gitnex.com (en)](https://gitnex.com/) | [GitNex - PlayStore](https://play.google.com/store/apps/details?id=org.mian.gitnex) | [GitNex - F-Droid](https://f-droid.org/fr/packages/org.mian.gitnex/) | X |
|
||||||
|
|
||||||
|
> [²]: (of) : Officielle / (no) : non officiel
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Site web : [gitea.io (en)](https://gitea.io/en-us/)
|
||||||
|
+ Documentation officielle : [docs.gitea.io](https://docs.gitea.io/fr-fr/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/gitea](https://github.com/YunoHost-Apps/gitea_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/gitea/issues](https://github.com/YunoHost-Apps/gitea_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [docs.gitea.io](https://docs.gitea.io/fr-fr/)
|
20
app_gitlab-runner.md
Normal file
20
app_gitlab-runner.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# <img src="/images/gitlab-runner_logo.png" height="80px" alt="GitLab Runner's logo"> GitLab Runner
|
||||||
|
|
||||||
|
[![Install GitLab Runner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitlab-runner) [![Integration level](https://dash.yunohost.org/integration/gitlab-runner.svg)](https://dash.yunohost.org/appci/app/gitlab-runner)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
By the admin panel of GitLab or the settings "CI/CD" of your project.
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Official documentation: [docs.gitlab.com - runner](https://docs.gitlab.com/runner/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/APPLICATION](https://github.com/YunoHost-Apps/gitlab-runner_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/APPLICATION/issues](https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues)
|
20
app_gitlab-runner_fr.md
Normal file
20
app_gitlab-runner_fr.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# <img src="/images/gitlab-runner_logo.png" height="80px" alt="logo de GitLab Runner"> GitLab Runner
|
||||||
|
|
||||||
|
[![Install GitLab Runner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitlab-runner) [![Integration level](https://dash.yunohost.org/integration/gitlab-runner.svg)](https://dash.yunohost.org/appci/app/gitlab-runner)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Liens utiles](#liens-utiles)
|
||||||
|
|
||||||
|
GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non).
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Via le panneau d'administration de GitLab ou les paramettres "CI/CD" de votre projet.
|
||||||
|
|
||||||
|
## Liens utiles
|
||||||
|
|
||||||
|
+ Documentation officielle : [docs.gitlab.com - runner (en)](https://docs.gitlab.com/runner/)
|
||||||
|
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/gitlab-runner](https://github.com/YunoHost-Apps/gitlab-runner_ynh)
|
||||||
|
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/gitlab-runner/issues](https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues)
|
34
app_gitlab.md
Normal file
34
app_gitlab.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# <img src="/images/gitlab_logo.svg" height="80px" alt="GitLab's logo"> GitLab
|
||||||
|
|
||||||
|
[![Install GitLab with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=gitlab) [![Integration level](https://dash.yunohost.org/integration/gitlab.svg)](https://dash.yunohost.org/appci/app/gitlab)
|
||||||
|
|
||||||
|
### Index
|
||||||
|
|
||||||
|
- [Limitations with YunoHost](#limitations-with-yunohost)
|
||||||
|
- [Customer Applications](#customer-applications)
|
||||||
|
- [Useful links](#useful-links)
|
||||||
|
|
||||||
|
GitLab is a Git web app forge very complete whith a dynamic development (a new version is released every 22nd of the month). GitLab is an open core software with two versions: A free community version and a proprietary enterprise version with more features. [¹](#sources)
|
||||||
|
|
||||||
|
## Limitations with YunoHost
|
||||||
|
|
||||||
|
The GitLab application is not compatible with 32-bit architectures.
|
||||||
|
|
||||||
|
## Customer applications
|
||||||
|
|
||||||
|
| Application name | Platform | Multi-account | Play Store | F-Droid | Apple Store |
|
||||||
|
|:----------------:|:--------:|:-------------:|:----------:|:-------:|:-----------:|
|
||||||
|
| LabCoat avec Deep Links for LabCoat | Android | ? | [play.google.com - LabCoat](https://play.google.com/store/apps/details?id=com.commit451.gitlab) / [play.google.com - Deep Links for LabCoat](https://play.google.com/store/apps/details?id=com.nomadlabs.labcoat.deeplinks) | [f-droid.org - LabCoat](https://f-droid.org/fr/packages/com.commit451.gitlab/) / [f-droid.org - Deep Links for LabCoat](https://f-droid.org/fr/packages/com.nomadlabs.labcoat.deeplinks/) | ? |
|
||||||
|
|
||||||
|
## Useful links
|
||||||
|
|
||||||
|
+ Website: [about.gitlab.com](https://about.gitlab.com/)
|
||||||
|
+ Official documentation: [docs.gitlab.com](https://docs.gitlab.com/)
|
||||||
|
+ Application software repository: [github.com - YunoHost-Apps/gitlab](https://github.com/YunoHost-Apps/gitlab_ynh)
|
||||||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com -YunoHost-Apps/gitlab/issues](https://github.com/YunoHost-Apps/gitlab_ynh/issues)
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
### Sources
|
||||||
|
|
||||||
|
¹ [framalibre.org - GitLab (fr)](https://framalibre.org/content/gitlab)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue