mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
72
This commit is contained in:
parent
c50274de6a
commit
52f8989fe5
2 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d979ccf46d8426ccdbb838d460698f7d/castopod-host-1.0.0-alpha.70.zip
|
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/e41f0aae05da572c98237d1ddfc823ec/castopod-host-1.0.0-alpha.72.tar.gz
|
||||||
SOURCE_SUM=5628536dd692893a33ac09a1e46b90f59a9303f31bf0d2b42b15102ee2f51ef5
|
SOURCE_SUM=4f7b31ddfc4e34b6a2d4c7253151c5b91c1d4fc4a4a986e2a9d510edb6e37261
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Hosting platform made for podcasters",
|
"en": "Hosting platform made for podcasters",
|
||||||
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||||
},
|
},
|
||||||
"version": "1.0.0-70~ynh1",
|
"version": "1.0.0-72~ynh1",
|
||||||
"url": "https://podlibre.org/",
|
"url": "https://podlibre.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
@ -37,13 +37,11 @@
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Castopod needs to be installed in a dedicated domain or sub-domain.",
|
"en": "Castopod needs to be installed in a dedicated domain or sub-domain.",
|
||||||
"fr": "Castopod doit être installé dans un domaine ou sous-domaine dédié."
|
"fr": "Castopod doit être installé dans un domaine ou sous-domaine dédié."
|
||||||
},
|
}
|
||||||
"example": "podcast.example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -56,8 +54,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password"
|
||||||
"example": "Choose a password"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue