1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
ericgaspar 2021-09-20 22:27:30 +02:00
parent c50274de6a
commit 52f8989fe5
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 10 deletions

View file

@ -1,7 +1,6 @@
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d979ccf46d8426ccdbb838d460698f7d/castopod-host-1.0.0-alpha.70.zip
SOURCE_SUM=5628536dd692893a33ac09a1e46b90f59a9303f31bf0d2b42b15102ee2f51ef5
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/e41f0aae05da572c98237d1ddfc823ec/castopod-host-1.0.0-alpha.72.tar.gz
SOURCE_SUM=4f7b31ddfc4e34b6a2d4c7253151c5b91c1d4fc4a4a986e2a9d510edb6e37261
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -6,7 +6,7 @@
"en": "Hosting platform made for podcasters",
"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/",
"upstream": {
"license": "GPL-3.0-only",
@ -37,13 +37,11 @@
"help": {
"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é."
},
"example": "podcast.example.com"
}
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "is_public",
@ -56,8 +54,7 @@
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
"type": "password"
}
]
}