Go to file
semantic-release-bot 3a0a76d705 chore(release): 1.0.0-alpha.80 [skip ci]
# [1.0.0-alpha.80](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.79...v1.0.0-alpha.80) (2021-12-29)

### Bug Fixes

* add application/octet-stream mimetype to mp3 and m4a extensions to prevent ext_in error ([339bef8](339bef878e)), closes [#145](https://code.podlibre.org/podlibre/castopod-host/issues/145)
2021-12-29 10:08:43 +00:00
.devcontainer feat(rss): add podcast:comments tag to link to episode comments 2021-07-24 08:49: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 chore(release): 1.0.0-alpha.80 [skip ci] 2021-12-29 10:08:43 +00:00
docs feat(rss): add podcast:comments tag to link to episode comments 2021-07-24 08:49:16 +00:00
public refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +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
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: replace castopod ➡ castopod-host 2021-05-03 15:32:55 +00:00
.eslintrc.json ci: add phpstan static analysis to .gitlabci.yml 2021-05-12 15:23:50 +00:00
.gitignore refactor: replace castopod ➡ castopod-host 2021-05-03 15:32:55 +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 refactor: replace castopod ➡ castopod-host 2021-05-03 15:32:55 +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 chore(release): 1.0.0-alpha.80 [skip ci] 2021-12-29 10:08:43 +00:00
composer.lock fix(import): set episode and season numbers to null when not present in item tag 2021-12-20 16:31:03 +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 style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +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(release): 1.0.0-alpha.80 [skip ci] 2021-12-29 10:08:43 +00:00
package.json chore(release): 1.0.0-alpha.80 [skip ci] 2021-12-29 10:08:43 +00:00
phpstan.neon build: update php dependencies, especially myth-auth and update phpstan config 2021-06-11 09:35:23 +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 refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +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: build hashed static files to renew browser cache 2021-07-12 17:47:56 +00:00
tsconfig.json feat: build hashed static files to renew browser cache 2021-07-12 17:47:56 +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(map): display geolocated episodes on a map page 2021-09-17 15:50:55 +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.