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 2023-04-22 20:02:49 +02:00
parent 96893e6b5b
commit a05237c52c
3 changed files with 0 additions and 7 deletions

View file

@ -1,7 +1,6 @@
Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience.
Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP framework with a very small footprint.
### Features
- Focused on data sovereignty: your content, audience, and analytics belong to you, and you only

View file

@ -1,6 +1,5 @@
Castopod est une plate-forme d'hébergement gratuite et open source conçue pour les podcasteurs qui souhaitent interagir avec leur public.
### Caractéristiques
- Axé sur la souveraineté des données : votre contenu, votre audience et vos analyses vous appartiennent, et vous seul

View file

@ -17,11 +17,6 @@ fpm_footprint="low"
fpm_free_footprint=0
fpm_usage="low"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=fpm_footprint --value=$fpm_footprint
ynh_app_setting_set --app=$app --key=fpm_free_footprint --value=$fpm_free_footprint
ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage