mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
43d57643b4
1 changed files with 2 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 11.2"
|
"yunohost": ">= 11.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"type": "select",
|
"type": "string",
|
||||||
"ask": {
|
"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.",
|
"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."
|
"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."
|
||||||
|
@ -87,10 +87,8 @@
|
||||||
"2g",
|
"2g",
|
||||||
"5g",
|
"5g",
|
||||||
"10g",
|
"10g",
|
||||||
"15g",
|
|
||||||
"20g",
|
"20g",
|
||||||
"40g",
|
"40g",
|
||||||
"60g",
|
|
||||||
"80g",
|
"80g",
|
||||||
"150g"
|
"150g"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue