diff --git a/README.md b/README.md index 9ce7b64..549d005 100755 --- a/README.md +++ b/README.md @@ -17,10 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Hosting platform made for podcasters -**Shipped version:** 1.0.0-57~ynh2 +**Shipped version:** 1.0.0-60~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr +## Screenshots + +![](./doc/screenshots/activity-feed.png) + ## Disclaimers / important information ## Configuration @@ -39,7 +43,6 @@ Hosting platform made for podcasters ## Documentation and resources * Official app website: https://podlibre.org/ -* Official user documentation: https://yunohost.org/apps * Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ * Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host * YunoHost documentation for this app: https://yunohost.org/app_castopod diff --git a/README_fr.md b/README_fr.md index e115e03..78be2b4 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,29 +13,32 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'hébergement conçue pour les podcasteurs -**Version incluse :** 1.0.0-57~ynh2 +**Version incluse :** 1.0.0-60~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr +## Captures d'écran + +![](./doc/screenshots/activity-feed.png) + ## Avertissements / informations importantes ## Configuration - * How to configure this app: Go to `domain.ltd/cp-admin` to connect to the administration panel. + * Comment configurer cette application : Accédez à `domain.ltd/cp-admin` pour vous connecter au panneau d'administration. -#### Multi-user support +#### Prise en charge multi-utilisateurs - * Are LDAP and HTTP auth supported? **No** - * Can the app be used by multiple users? **Yes** + * Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non** + * L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** -## Limitations +## Limites -* :warning: Installation possible only on a root domain or subdomain. +* :warning : Installation possible uniquement sur un domaine racine ou un sous-domaine. ## Documentations et ressources * Site officiel de l'app : https://podlibre.org/ -* Documentation officielle utilisateur : https://yunohost.org/apps * Documentation officielle de l'admin : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ * Dépôt de code officiel de l'app : https://code.podlibre.org/podlibre/castopod-host * Documentation YunoHost pour cette app : https://yunohost.org/app_castopod diff --git a/check_process b/check_process index 6846c14..b6ee7f7 100755 --- a/check_process +++ b/check_process @@ -14,7 +14,7 @@ setup_public=1 upgrade=1 #1.0.0 alpha.41 - upgrade=1 from_commit=a43b9e3d66163252d1ea83a2924179ec777056f3 + upgrade=1 from_commit=63d63028833538443fcfbd0ea2cf0523582fcc24 backup_restore=1 multi_instance=1 change_url=1 @@ -22,6 +22,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=a43b9e3d66163252d1ea83a2924179ec777056f3 - name=Merge pull request #24 from YunoHost-Apps/testing + ; commit=63d63028833538443fcfbd0ea2cf0523582fcc24 + name=Merge pull request #27 from YunoHost-Apps/testing manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass& diff --git a/conf/app.src b/conf/app.src index adaa0b4..3eaa1cd 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/5efeda3a8aeaa60f8c0b62ba7d1683c7/castopod-host-1.0.0-alpha.57.zip -SOURCE_SUM=392d14816d505020708102fb0bb9a3fc77c6f65c0412e5175b3c97b6a44970e5 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/c5c188541b6541160a642789bb50acc1/castopod-host-.zip +SOURCE_SUM=be02026187a33664413ab4ea37f6d617ab675698b6f273a5ffd0c49931e7b58f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..df72b05 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,12 @@ +## Configuration + + * Comment configurer cette application : Accédez à `domain.ltd/cp-admin` pour vous connecter au panneau d'administration. + +#### Prise en charge multi-utilisateurs + + * Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non** + * L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** + +## Limites + +* :warning : Installation possible uniquement sur un domaine racine ou un sous-domaine. diff --git a/doc/screenshots/activity-feed.png b/doc/screenshots/activity-feed.png new file mode 100644 index 0000000..3e098a4 Binary files /dev/null and b/doc/screenshots/activity-feed.png differ diff --git a/manifest.json b/manifest.json index b7db24a..405a55e 100755 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,13 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-57~ynh2", + "version": "1.0.0-60~ynh1", "url": "https://podlibre.org/", "upstream": { "license": "GPL-3.0-only", "website": "https://podlibre.org/", "demo": "https://podcast.podlibre.org/@podlibre_fr", "admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/", - "userdoc": "https://yunohost.org/apps", "code": "https://code.podlibre.org/podlibre/castopod-host" }, "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 83aebb9..dba399b 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="8.0" extra_php_dependencies="php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd" diff --git a/scripts/backup b/scripts/backup index 35163de..e05640a 100755 --- a/scripts/backup +++ b/scripts/backup @@ -26,7 +26,7 @@ app=$YNH_APP_INSTANCE_NAME final_path=$(ynh_app_setting_get --app=$app --key=final_path) domain=$(ynh_app_setting_get --app=$app --key=domain) db_name=$(ynh_app_setting_get --app=$app --key=db_name) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +phpversion=$YNH_PHP_VERSION #================================================= # DECLARE DATA AND CONF FILES TO BACKUP diff --git a/scripts/restore b/scripts/restore index ce267f6..51f8653 100755 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +phpversion=$YNH_PHP_VERSION #================================================= # CHECK IF THE APP CAN BE RESTORED @@ -75,7 +75,11 @@ chown -R $app:www-data "$final_path" # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +#ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" + + +# Create a dedicated PHP-FPM config +ynh_add_fpm_config --package="$extra_php_dependencies" #================================================= # REINSTALL DEPENDENCIES diff --git a/scripts/upgrade b/scripts/upgrade index 1f2c614..91f8f16 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,6 +21,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path) 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) +phpversion=$YNH_PHP_VERSION #================================================= # CHECK VERSION