Go to file
Yassine Doghri cfd29d84e6
ci: merge husky and captainhook git hooks into .husky configuration
- hooks are installed automatically with npm install command
- add commit-msg, pre-commit and
pre-push hooks
- integrate captainhook commands into the created git hooks
2021-06-11 09:35:09 +00:00
.devcontainer style(ecs): add easy-coding-standard to enforce coding style rules for php 2021-06-11 09:34:48 +00:00
.gitlab/issue_templates fix: rename issue_templates labels 2020-10-15 14:42:18 +00:00
.husky ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
app ci: fix PersonModel issues with static analysis 2021-06-11 09:35:08 +00:00
docs refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +00:00
public ci: fix rector issues for code-review job to pass 2021-06-11 09:35:07 +00:00
scripts ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
tests ci: fix rector issues for code-review job to pass 2021-06-11 09:35:07 +00:00
writable feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
.babelrc refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +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: fix artifact path name for bundle_app job 2021-06-11 09:35:08 +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 ci(gitlabci): add easy-coding-standard check for code-style + fix quality scripts 2021-06-11 09:35:06 +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.57 [skip ci] 2021-05-12 10:32:49 +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 ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
INSTALL.md refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +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 docs: add UPDATE.md for updating instructions + update README.md 2021-06-11 09:35:06 +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 ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
composer.lock ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
crontab feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
docker-compose.yml refactor: add rector to enforce type declarations, code quality + style and remove dead code 2021-05-12 10:48:30 +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 feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
package-lock.json ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
package.json ci: merge husky and captainhook git hooks into .husky configuration 2021-06-11 09:35:09 +00:00
phpstan.neon refactor: remove all empty declarations + add missing type declarations 2021-05-18 17:16:36 +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
rollup.config.js refactor: update js files to typescript and replace parcel with rollup 2020-10-15 14:41:12 +00:00
spark refactor: update code base to php 8 and set phpstan lvl to 6 2021-05-14 17:59:35 +00:00
tailwind.config.js feat(fediverse): implement activitypub protocols + update user interface 2021-04-02 17:20:02 +00:00
tsconfig.json feat(episodes): schedule episode with future publication_date by using cache expiration time 2020-10-22 17:41:59 +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.