mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
83 lines
No EOL
3.4 KiB
Markdown
Executable file
83 lines
No EOL
3.4 KiB
Markdown
Executable file
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# Castopod pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/castopod)  
|
||
[](https://install-app.yunohost.org/?app=castopod)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Castopod rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
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.
|
||
|
||
### Status
|
||
|
||
Castopod is currently in beta but already quite stable and used by podcasters around the world!
|
||
|
||
|
||
### Features
|
||
|
||
- Focused on data sovereignty: your content, audience, and analytics belong to you, and you only
|
||
- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites…
|
||
- Built-in social network, analytics, marketing tools
|
||
- Monetization
|
||
- Publish your episodes everywhere with RSS:
|
||
- Podcast import: move your existing podcast into Castopod
|
||
- Move your podcast out of Castopod
|
||
- Multi-tenant: host as many podcasts as you want
|
||
- Multi-user: add contributors and set roles
|
||
- i18n support: translated in English, French & Polish with more to come!
|
||
|
||
**Version incluse :** 1.1.2~ynh1
|
||
|
||
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||
|
||
## Captures d’écran
|
||
|
||

|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## 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.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://castopod.org/>
|
||
* Documentation officielle de l’admin : <https://docs.castopod.org/>
|
||
* Dépôt de code officiel de l’app : <https://code.castopod.org/adaures/castopod>
|
||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_castopod>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/castopod_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |