Go to file
Yassine Doghri 7a276764e6 feat(themes): add ViewThemes library to set views in root themes folder
app, admin, install and authentication views are now located in root themes/ folder
2021-12-29 11:54:52 +00:00
.devcontainer feat: replace slug field with interactive permalink component 2021-12-29 11:37:16 +00:00
.gitlab/issue_templates fix: rename issue_templates labels 2020-10-15 14:42:18 +00:00
.husky ci(git-hooks): add verbose param to commitlint command 2021-06-11 09:35:13 +00:00
app feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
docs refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure 2021-12-29 11:54:22 +00:00
modules feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
public fix(persons): set person picture as optional for better ux 2021-12-29 11:37:16 +00:00
scripts feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
tests refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
themes feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
writable feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
.browserslistrc refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00
.editorconfig refactor: add php_codesniffer to define castopod's coding style based on psr-1 2020-10-15 14:41:22 +00:00
.env.example refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure 2021-12-29 11:54:22 +00:00
.eslintrc.json ci: add phpstan static analysis to .gitlabci.yml 2021-05-12 15:23:50 +00:00
.gitignore feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2 2021-12-29 11:54:50 +00:00
.gitlab-ci.yml ci: increase artifacts expire_in for dependencies + reorganise bundle & release jobs 2021-06-11 09:35:15 +00:00
.prettierrc.json style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +00:00
.releaserc.json fix(release): add missing version number to castopod-host package 2021-06-23 13:34:58 +00:00
.rsync-filter docs: add UPDATE.md for updating instructions + update README.md 2021-06-11 09:35:06 +00:00
.stylelintrc.json feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
.svgo.icons.js feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
.svgo.js feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
AUTHORS.md docs(authors): set authors info as list 2020-10-15 14:05:37 +00:00
CHANGELOG.md chore(release): 1.0.0-alpha.80 [skip ci] 2021-12-29 10:08:43 +00:00
CODE_OF_CONDUCT.md docs: add gitlab issue templates, code of conduct and contributing files 2020-10-15 14:42:18 +00:00
CONTRIBUTING.md refactor: replace castopod ➡ castopod-host 2021-05-03 15:32:55 +00:00
DEPENDENCIES.md fix(rss): do not escape podcast and episode titles in the xml 2021-12-29 11:37:16 +00:00
Dockerfile build(docker): optimize Dockerfile and setup vscode devcontainer with all required dependencies 2021-06-11 09:35:09 +00:00
INSTALL.md refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
LICENSE.md feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
README.md docs: add UPDATE.md for updating instructions + update README.md 2021-06-11 09:35:06 +00:00
UPDATE.md feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
builds feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00
captainhook.json style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +00:00
commitlint.config.js feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +00:00
composer.json feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2 2021-12-29 11:54:50 +00:00
composer.lock feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2 2021-12-29 11:54:50 +00:00
crontab feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
docker-compose.yml build(docker): optimize Dockerfile and setup vscode devcontainer with all required dependencies 2021-06-11 09:35:09 +00:00
ecs.php feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2 2021-12-29 11:54:50 +00:00
env refactor: update app starter files to CI4 4.1.2 2021-06-11 09:35:16 +00:00
package-lock.json chore: update php dependencies to latest 2021-12-29 11:54:20 +00:00
package.json feat: add codemirror to display xml editor for custom rss field 2021-12-29 11:37:16 +00:00
phpstan.neon feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
phpunit.xml.dist refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +00:00
postcss.config.js feat: enhance ui using javascript in admin area 2020-10-15 14:41:09 +00:00
rector.php feat(components): add custom view renderer with ComponentRenderer adapted from bonfire2 2021-12-29 11:54:50 +00:00
spark refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
tailwind.config.js feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
tsconfig.json fix(rss): do not escape podcast and episode titles in the xml 2021-12-29 11:37:16 +00:00
vite-manifest-css.ts feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
vite.config.ts feat: add js audio player on podcast, admin and embeddable player pages + fix admon episodes ux 2021-12-29 11:37:16 +00:00

README.md

Castopod Host

⚠️ Castopod Host is in alpha version. It is still under heavy development and may not be 100% stable as new features are being worked on.

Castopod Host is a free and open-source podcast hosting solution made for podcasters who want engage and interact with their audience.

Create, upload, publish, interact with your followers and get comprehensive audience measurements that respect your listeners privacy.

Whether you choose to install it on your own server or have it hosted by a professional, all your data and analytics belong to you and you only!

Castopod Mascot

You may find Castopod Host's source code on the original repository or, alternatively, on the github repository (mirror).

Install / Update

To install or update Castopod Host on your PHP/MySQL server:

Documentation

You can check Castopod Host's documentation for setting up a development environment.

Contributing

Love Castopod Host and would like to help? Check out the contribution guidelines for this project, everything should be there!

⚠️ Note that any contribution made on a repository other than the original repository will not be accepted.

Support

You may reach us for help or ask any question you have on:

  • Discord (for direct interaction with developers and the community)

Alternatively, you can follow us on social media platforms to get news about Castopod:

Sponsors

Castopod was funded through the NGI0 Discovery Fund under grant agreement Nº 825322.

The fund was established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology.