1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Merge pull request #39 from YunoHost-Apps/testing

Testing 0.3.8~ynh2 : correction of the variable names in config_panel
This commit is contained in:
OniriCorpe 2022-08-13 05:42:52 +02:00 committed by GitHub
commit 4dea8cdef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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 @@
}
]
}
}
}