mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
cleaning
This commit is contained in:
parent
96893e6b5b
commit
a05237c52c
3 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue