mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
99 lines
No EOL
4.3 KiB
JSON
99 lines
No EOL
4.3 KiB
JSON
{
|
|
"name": "GoToSocial",
|
|
"id": "gotosocial",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "GoToSocial is an ActivityPub social network server, written in Golang. With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!",
|
|
"fr": "GoToSocial est un serveur de réseau social basé sur ActivityPub écrit en Golang. Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et partager des images et des articles. Tout cela sans être pisté ni subir de publicité !"
|
|
},
|
|
"version": "0.2.1~ynh1",
|
|
"url": "https://github.com/superseriousbusiness/gotosocial",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://docs.gotosocial.org/",
|
|
"demo": "",
|
|
"admindoc": "https://docs.gotosocial.org/en/latest/",
|
|
"userdoc": "https://docs.gotosocial.org/en/latest/",
|
|
"code": "https://github.com/superseriousbusiness/gotosocial"
|
|
},
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "OniriCorpe",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"postgresql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"help": {
|
|
"en": "The domain name on which your instance will be installed.",
|
|
"fr": "Le nom de domaine sur lequel sera installé votre instance."
|
|
},
|
|
"example": "gotosocial.example.com"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"help": {
|
|
"en": "The username of your admin account.",
|
|
"fr": "Le nom d'utilisateur de votre compte admin."
|
|
},
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "email",
|
|
"type": "email",
|
|
"help": {
|
|
"en": "The email adress of your admin account.",
|
|
"fr": "L'adresse e-mail de votre compte admin."
|
|
},
|
|
"example": "johndoe@example.com"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "The password for your administrator account. Must contain: upper case, lower case, number and special character.",
|
|
"fr": "Le mot de passe de votre compte administrateur. Doit contenir : majuscule, minuscule, chiffre et caractère spécial."
|
|
},
|
|
"example": "Choose a strong password"
|
|
},
|
|
{
|
|
"name": "registration",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Do you want people to be able to just submit sign up requests (true), or do you want invite only (false)?",
|
|
"fr": "Voulez-vous que les gens puissent envoyer des demandes d'inscription (true) ou voulez-vous que les inscriptions soient uniquement sur invitation (false) ?"
|
|
},
|
|
"default": false
|
|
},
|
|
{
|
|
"name": "registration-approval",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?",
|
|
"fr": "Les demandes d'inscription doivent-elles être approuvées par un-e administrateur-ice/modérateur-ice avant qu'un compte puisse se connecter et utiliser le serveur ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "registration-reason",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?",
|
|
"fr": "Les demandes d'inscription doivent-elles être accompagnée d'un motif (par exemple, une explication de la raison pour laquelle la personne veut rejoindre l'instance) ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |