mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
f71f4d505a
5 changed files with 6 additions and 7 deletions
|
@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
|
|||
- Multi-user: add contributors and set roles
|
||||
- i18n support: translated in English, French & Polish with more to come!
|
||||
|
||||
**Shipped version:** 1.0.2~ynh1
|
||||
**Shipped version:** 1.0.3~ynh1
|
||||
|
||||
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
|
|||
- Multi-user: add contributors and set roles
|
||||
- i18n support: translated in English, French & Polish with more to come!
|
||||
|
||||
**Version incluse :** 1.0.2~ynh1
|
||||
**Version incluse :** 1.0.3~ynh1
|
||||
|
||||
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/55a64bc49012b0cb710dc7a91b467391/castopod-1.0.2.zip
|
||||
SOURCE_SUM=f02847260eb12708c11a41adddc73d4b111df9aff80866295af84eb5fdb7e465
|
||||
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d174ec288b04d4b3071ec89591ae185b/castopod-1.0.3.zip
|
||||
SOURCE_SUM=595c939104ce4c522a74a329c22773e2c4e40a90635b69147d3d5164c3345ec8
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Hosting platform made for podcasters",
|
||||
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||
},
|
||||
"version": "1.0.2~ynh1",
|
||||
"version": "1.0.3~ynh1",
|
||||
"url": "https://castopod.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
|
|
@ -22,7 +22,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
|||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
|
||||
redis_db=$(ynh_app_setting_get --app=$app --key=redis_db)
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
phpversion=$YNH_PHP_VERSION
|
||||
|
||||
fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
|
||||
fpm_free_footprint=$(ynh_app_setting_get --app=$app --key=fpm_free_footprint)
|
||||
|
@ -140,7 +140,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
|
|||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue