mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] don't use subdir
This commit is contained in:
parent
40e39fcfbb
commit
382deeb253
1 changed files with 4 additions and 4 deletions
|
@ -35,11 +35,11 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Mastodon",
|
||||
"fr": "Choisissez un chemin pour Mastodon"
|
||||
"en": "Choose a path for Mastodon (don't use subdir ex: /mastodon)",
|
||||
"fr": "Choisissez un chemin pour Mastodon (ne pas utiliser de répertoire ex: /mastodon)"
|
||||
},
|
||||
"example": "/mastodon",
|
||||
"default": "/mastodon"
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
|
|
Loading…
Reference in a new issue