From 1715f207d733c89e3e362fd8d4b4f7737c5c780f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 May 2021 08:05:54 +0200 Subject: [PATCH 1/2] Update install --- scripts/install | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/install b/scripts/install index 92bce99..c4ed278 100755 --- a/scripts/install +++ b/scripts/install @@ -109,6 +109,16 @@ ynh_script_progression --message="Setuping a cron..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" +#================================================= +# GENERIC FINALIZATION +#================================================= +# SECURE FILES AND DIRECTORIES +#================================================= + +# Set permissions to app files +chown -R $app: $final_path +chmod 600 $final_path/.env + #================================================= # SETUP APPLICATION WITH CURL #================================================= @@ -130,16 +140,6 @@ ynh_local_curl "/cp-install/create-superadmin" "email=$email" "username=$admin" ynh_permission_update --permission="main" --remove="visitors" -#================================================= -# GENERIC FINALIZATION -#================================================= -# SECURE FILES AND DIRECTORIES -#================================================= - -# Set permissions to app files -chown -R $app: $final_path -chmod 600 $final_path/.env - #================================================= # SETUP SSOWAT #================================================= From d9daebb7635839f49a909fd8db222fe1a998b50f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 May 2021 08:15:16 +0200 Subject: [PATCH 2/2] Upgrade to alpha 57 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8759fbe..fdf5e33 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Castopod Server is an open-source hosting platform made for podcasters who want engage and interact with their audience. Please note that Castopod is still under heavy development: it may not be 100% stable and some features are still being developed. -**Shipped version:** 1.0.0 alpha.55 +**Shipped version:** 1.0.0 alpha.57 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0d79bd9..b7f5cc1 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Castopod Server est une plate-forme d'hébergement open source conçue pour les podcasteurs qui souhaitent s'engager et interagir avec leur public. Veuillez noter que Castopod est toujours en développement: il n'est peut-être pas stable à 100% et certaines fonctionnalités sont encore en développement. -**Version incluse :** 1.0.0 alpha.55 +**Version incluse :** 1.0.0 alpha.57 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 771edf8..adaa0b4 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d2a79e2d52dea0525cd2f9c37299580f/castopod-host-1.0.0-alpha.55.zip -SOURCE_SUM=ae75de08209ed7b4ce3b24967ef716a27881bcaff8e19e780dab45dce4d789d6 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/5efeda3a8aeaa60f8c0b62ba7d1683c7/castopod-host-1.0.0-alpha.57.zip +SOURCE_SUM=392d14816d505020708102fb0bb9a3fc77c6f65c0412e5175b3c97b6a44970e5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d2ad1b4..d233dcd 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-55~ynh1", + "version": "1.0.0-57~ynh1", "url": "https://podlibre.org/", "license": "GPL-3.0-only", "maintainer": {