mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
commit
c7cb3b6588
4 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ 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.7.1~ynh1
|
||||
**Shipped version:** 0.7.1~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ 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.7.1~ynh1
|
||||
**Version incluse :** 0.7.1~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@ type = "select"
|
|||
[main.instance.instance_expose_suspended_web]
|
||||
ask.en = "API: Expose suspended on Web (/about/suspended)?"
|
||||
ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?"
|
||||
bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml"
|
||||
bind = "instance-expose-suspended-web:__FINALPATH__/config.yaml"
|
||||
choices = ["true", "false"]
|
||||
default = "false"
|
||||
help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends."
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "ActivityPub social network server",
|
||||
"fr": "Serveur de réseau social basé sur ActivityPub"
|
||||
},
|
||||
"version": "0.7.1~ynh1",
|
||||
"version": "0.7.1~ynh2",
|
||||
"url": "https://github.com/superseriousbusiness/gotosocial",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Reference in a new issue