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",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Mastodon",
|
"en": "Choose a path for Mastodon (don't use subdir ex: /mastodon)",
|
||||||
"fr": "Choisissez un chemin pour Mastodon"
|
"fr": "Choisissez un chemin pour Mastodon (ne pas utiliser de répertoire ex: /mastodon)"
|
||||||
},
|
},
|
||||||
"example": "/mastodon",
|
"example": "/",
|
||||||
"default": "/mastodon"
|
"default": "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
|
Loading…
Reference in a new issue