mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
commit
3b4bb04a6b
4 changed files with 17 additions and 15 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Epicyon for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/epicyon)  
|
||||
[](https://dash.yunohost.org/appci/app/epicyon)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=epicyon)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
ActivityPub server implementing S2S and C2S protocols, suitable for single board computers. Includes features such as moderation tools, post expiry, content warnings, and image descriptions
|
||||
|
||||
|
||||
**Shipped version:** 2022.08.02~ynh1
|
||||
**Shipped version:** 2023.03.17~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,29 +5,30 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Epicyon pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/epicyon)  
|
||||
[](https://dash.yunohost.org/appci/app/epicyon)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=epicyon)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Epicyon rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Epicyon rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Serveur ActivityPub mettant en œuvre les protocoles S2S et C2S, adapté aux ordinateurs monocartes. Comprend des fonctionnalités telles que des outils de modération, l'expiration des messages, des avertissements sur le contenu et des descriptions d'images.
|
||||
|
||||
|
||||
**Version incluse :** 2022.08.02~ynh1
|
||||
**Version incluse :** 2023.03.17~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://epicyon.net>
|
||||
* Dépôt de code officiel de l'app : <https://gitlab.com/bashrc2/epicyon/>
|
||||
* Site officiel de l’app : <https://epicyon.net>
|
||||
* Dépôt de code officiel de l’app : <https://gitlab.com/bashrc2/epicyon/>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_epicyon>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/epicyon_ynh/issues>
|
||||
|
||||
|
@ -43,4 +44,4 @@ ou
|
|||
sudo yunohost app upgrade epicyon -u https://github.com/YunoHost-Apps/epicyon_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://gitlab.com/bashrc2/epicyon/-/archive/9d7856f9c0434b1587ae90ce19739ece6db6c206/epicyon-9d7856f9c0434b1587ae90ce19739ece6db6c206.tar.gz
|
||||
SOURCE_SUM=6171f537792b67fff24eaf495ea791dd7d153739990764d8be8d09722b03291c
|
||||
SOURCE_URL=https://gitlab.com/bashrc2/epicyon/-/archive/90a31c45ee2fc1c4c160f029c94be0911d14a8f5/epicyon-90a31c45ee2fc1c4c160f029c94be0911d14a8f5.tar.gz
|
||||
SOURCE_SUM=7807065c6d68073e6f8b4370297b22c659d5ea9e4a8609dbfb2332d0eb4e990d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Federated social network server",
|
||||
"fr": "Serveur de réseau social fédéré"
|
||||
},
|
||||
"version": "2022.08.02~ynh1",
|
||||
"version": "2023.03.17~ynh1",
|
||||
"url": "https://epicyon.net/",
|
||||
"upstream": {
|
||||
"license": "AGPL-1.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue