diff --git a/README.md b/README.md index e271e5d..e9e0b9b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). -**Shipped version:** 0.3.8~ynh1 +**Shipped version:** 0.3.8~ynh2 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3be8f91..8715564 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,8 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org). -**Version incluse :** 0.3.8~ynh1 +**Version incluse :** 0.3.8~ynh2 + ## Captures d'écran diff --git a/config_panel.toml b/config_panel.toml index 4f68eb0..1494197 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -176,7 +176,7 @@ name = "Instance config" help = "Config pertaining to instance federation settings, pages to hide/expose, etc." -[gotosocial.instance.expose-peers] +[gotosocial.instance.instance_expose_peers] ask.en = "API: Expose peers?" ask.fr = "API : Exposer les pairs ?" bind = "instance-expose-peers:__FINALPATH__/config.yaml" @@ -186,7 +186,7 @@ help.en = "Allow unauthenticated users to make queries to /api/v1/instance/peers help.fr = "Permet aux utilisateurs non authentifiés d'effectuer des requêtes API sur /api/v1/instance/peers?filter=open afin d'afficher la liste des instances avec lesquelles votre instance est en relation. Même s'il est défini à 'false', les utilisateurs authentifiés (membres de l'instance) seront toujours en mesure d'interroger l'API." type = "select" -[gotosocial.instance.expose-suspended] +[gotosocial.instance.instance_expose_suspended] ask.en = "API: Expose suspended?" ask.fr = "API : Exposer les instances bloquées ?" bind = "instance-expose-suspended:__FINALPATH__/config.yaml" diff --git a/manifest.json b/manifest.json index 1ff01ef..1731a0f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An ActivityPub social network server, written in Golang.", "fr": "Un serveur de réseau social basé sur ActivityPub écrit en Golang." }, - "version": "0.3.8~ynh1", + "version": "0.3.8~ynh2", "url": "https://github.com/superseriousbusiness/gotosocial", "upstream": { "license": "AGPL-3.0-only", @@ -22,7 +22,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.1.8" + "yunohost": ">= 11.0.6" }, "multi_instance": true, "services": [ @@ -114,4 +114,4 @@ } ] } -} +} \ No newline at end of file