mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
1fad9e54d6
11 changed files with 43 additions and 21 deletions
|
@ -17,10 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Hosting platform made for podcasters
|
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
|
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@ -39,7 +43,6 @@ Hosting platform made for podcasters
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://podlibre.org/
|
* 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/
|
* Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
|
||||||
* Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host
|
* Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_castopod
|
* YunoHost documentation for this app: https://yunohost.org/app_castopod
|
||||||
|
|
19
README_fr.md
19
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
|
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
|
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## 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**
|
* Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non**
|
||||||
* Can the app be used by multiple users? **Yes**
|
* 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
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://podlibre.org/
|
* 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/
|
* 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
|
* 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
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_castopod
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#1.0.0 alpha.41
|
#1.0.0 alpha.41
|
||||||
upgrade=1 from_commit=a43b9e3d66163252d1ea83a2924179ec777056f3
|
upgrade=1 from_commit=63d63028833538443fcfbd0ea2cf0523582fcc24
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
change_url=1
|
change_url=1
|
||||||
|
@ -22,6 +22,6 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=a43b9e3d66163252d1ea83a2924179ec777056f3
|
; commit=63d63028833538443fcfbd0ea2cf0523582fcc24
|
||||||
name=Merge pull request #24 from YunoHost-Apps/testing
|
name=Merge pull request #27 from YunoHost-Apps/testing
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/5efeda3a8aeaa60f8c0b62ba7d1683c7/castopod-host-1.0.0-alpha.57.zip
|
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/c5c188541b6541160a642789bb50acc1/castopod-host-.zip
|
||||||
SOURCE_SUM=392d14816d505020708102fb0bb9a3fc77c6f65c0412e5175b3c97b6a44970e5
|
SOURCE_SUM=be02026187a33664413ab4ea37f6d617ab675698b6f273a5ffd0c49931e7b58f
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
12
doc/DISCLAIMER_fr.md
Normal file
12
doc/DISCLAIMER_fr.md
Normal file
|
@ -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.
|
BIN
doc/screenshots/activity-feed.png
Normal file
BIN
doc/screenshots/activity-feed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 KiB |
|
@ -6,14 +6,13 @@
|
||||||
"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-57~ynh2",
|
"version": "1.0.0-60~ynh1",
|
||||||
"url": "https://podlibre.org/",
|
"url": "https://podlibre.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"website": "https://podlibre.org/",
|
"website": "https://podlibre.org/",
|
||||||
"demo": "https://podcast.podlibre.org/@podlibre_fr",
|
"demo": "https://podcast.podlibre.org/@podlibre_fr",
|
||||||
"admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/",
|
"admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://code.podlibre.org/podlibre/castopod-host"
|
"code": "https://code.podlibre.org/podlibre/castopod-host"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# 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"
|
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"
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
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
|
# DECLARE DATA AND CONF FILES TO BACKUP
|
||||||
|
|
|
@ -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)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||||
db_user=$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
|
# CHECK IF THE APP CAN BE RESTORED
|
||||||
|
@ -75,7 +75,11 @@ chown -R $app:www-data "$final_path"
|
||||||
# RESTORE THE PHP-FPM CONFIGURATION
|
# 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
|
# REINSTALL DEPENDENCIES
|
||||||
|
|
|
@ -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)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||||
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
|
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
|
||||||
|
phpversion=$YNH_PHP_VERSION
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK VERSION
|
# CHECK VERSION
|
||||||
|
|
Loading…
Add table
Reference in a new issue