1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00
akkoma_ynh/manifest.json
2023-01-13 17:50:33 +01:00

99 lines
3.3 KiB
JSON

{
"name": "Akkoma",
"id": "akkoma",
"packaging_format": 1,
"description": {
"en": "Federated social networking server built on ActivityPub open protocol",
"fr": "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub"
},
"version": "3.5.0~ynh3",
"url": "https://akkoma.social/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://akkoma.social/",
"demo": "https://otp.akkoma.dev",
"admindoc": "https://docs.akkoma.dev/stable/",
"code": "https://akkoma.dev/AkkomaGang/akkoma/"
},
"license": "AGPL-3.0-only",
"maintainer": [
{
"name": "Lapineige"
}
],
"requirements": {
"yunohost": ">= 11.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
},
{
"name": "name",
"type": "string",
"ask": {
"en": "Choose a name for your Akkoma instance",
"fr": "Choisissez un nom pour votre instance Akkoma"
},
"example": "My_akkoma",
"default": "My_akkoma"
},
{
"name": "registration",
"type": "boolean",
"ask": {
"en": "Should registration be open to users who do not have a YunoHost account on the system?",
"fr": "L'inscription doit-elle être ouverte aux utilisateurs qui n'ont pas de compte YunoHost sur le système ?"
},
"default": false
},
{
"name": "cache",
"type": "boolean",
"ask": {
"en": "Enable media-cache for your instance: downloaded media won't be downloaded twice, at the price of storage capacity.",
"fr": "Activer le cache média pour votre instance : les médias téléchargés le seront pas deux fois, au prix d'un plus grande utilisation de l'espace de stockage."
},
"default": true
},
{
"name": "size",
"type": "string",
"ask": {
"en": "Select the media-cache size (in GB). If you did not enabled media-cache in above option then this option will have no effect.",
"fr": "Sélectionner la taille du cache média (en Go). Si vous n'avez pas activé le cache média ci-dessus, cette option n'aura aucun effet."
},
"choices": [
"1g",
"2g",
"5g",
"10g",
"20g",
"40g",
"80g",
"150g"
],
"default": "5g"
}
]
}
}