1
0
Fork 0
mirror of https://github.com/CardinalApps/self-hosted.git synced 2026-04-16 22:54:05 -07:00
No description
  • TypeScript 48.1%
  • SCSS 30%
  • CSS 21.3%
  • JavaScript 0.4%
  • MDX 0.1%
  • Other 0.1%
Find a file
briiian 66bfef4779 docs: add env vars docs to help home page
Signed-off-by: briiian <brian@cardinalapps.io>

internal-repo-sha: 79da858196be1ec291cb30888c077a5c9be80328
2026-03-29 14:40:02 -04:00
.github chore: remove files no longer in OSS_PATHS 2026-03-28 22:15:11 -04:00
.vscode Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
apps Publish self-hosted code [main] [e3dd595] [2026-03-28T01:37:14] 2026-03-27 21:54:40 -04:00
compose Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
config Publish self-hosted code [main] [8b2fc0e] [2026-03-21T05:18:28] 2026-03-21 01:20:33 -04:00
docs docs: upate readme and contributors 2026-03-28 22:15:11 -04:00
libraries feat: add large-scale seed service and fix UUID generation 2026-03-29 14:40:02 -04:00
servers/media docs: add env vars docs to help home page 2026-03-29 14:40:02 -04:00
.dockerignore Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
.gitignore Publish self-hosted code [main] [3811be9] [2026-03-27T00:49:32] 2026-03-26 21:29:37 -04:00
.npmrc Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
CLAUDE.md feat: add large-scale seed service and fix UUID generation 2026-03-29 14:40:02 -04:00
Dockerfile.media-server Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
LICENSE Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
package.json fix: tweaks transcoding params 2026-03-28 22:15:11 -04:00
pnpm-lock.yaml chore: use .env file for media-server instead of inline vars in the npm launch scripts 2026-03-28 22:15:11 -04:00
pnpm-workspace.yaml Publish self-hosted code [main] [0ee49f9] [2026-03-10T05:54:38] 2026-03-10 18:17:43 -04:00
README.md docs: udpdate desc 2026-03-29 14:40:02 -04:00
turbo.json feat: add large-scale seed service and fix UUID generation 2026-03-29 14:40:02 -04:00

Self-Hosted Cardinal Apps

This monorepo contains the source code for all self-hosted Cardinal apps.

Made with:

  • TypeScript
  • React (Vite)
  • Redux (RTK)
  • Node.js (Nest.js)

Quick start

See Quick Start for instructions on how to run this code.

Packages

These are the packages in this monorepo.

Package Directory Dev Port Description
admin-web /apps 3090 Cardinal Media Server Admin web app
cinema-web /apps 3096 Cardinal Cinema web app
music-web /apps 3094 Cardinal Music web app
photos-web /apps 3092 Cardinal Photos web app
eslint /config - ESLint configurations
typescript /config - TypeScript configurations
access-control /libraries - Access Control (RBAC) core
app-settings /libraries - App settings and utils
products /libraries - Data about Cardinal's products
topology /libraries - Infrastructure topology
types /libraries - Not used
ui /libraries 3099 UI layer & React component library with Storybook
media /servers 3080, 24800 Monolithic Media Server

About This Repository

How do I use this as someone that wants to build an app that uses Cardinal's APIs?

You should develop against the beta or latest release available on Docker Hub instead.

How do I build the apps?

The official builds that are on Docker Hub are built and published by Cardinal's CI. While you can definitely build and use Docker images using this repository, doing so is out of scope of this repository and there is no orchestration available for it beyond running the pnpm commands yourself one by one.

Running self-built containers is not offically supported, and this repository may change at any time in ways that break self-build setups.

Can I use this to verify the integrity of the public builds?

Sort of? The Media Server binary that you can build with this repository will exactly match the one that is shipped in the public Docker builds.

But, like other CI things, this is out of scope of this repository.

Is this made with AI?

Guidelines for working with AI coding assistants can be found in the Contributors docs. The first AI code was added in 2026. All code prior to that was pure human.

About the commit history

This repository was created in March 2026. Prior to that, this project was closed source.

This project began in 2023, in pure JavaScript in separate repositories, and by 2026 it had become the fully TypeScript monorepo that is seen here. During those years the code went through a few different repositories, so there is unfortunately no single linear history of commits.

The second commit in this repository is a squashed commit containing all the self-hosted code since the beginning. That one commit adds 270k lines of code, and it is also the last commit before AI coding assistants were allowed to contribute.

Contributing
  • Suggestions: Create a post on the forums or create a GitHub issue.
  • Bug Reports: Create a GitHub issue. For a serious vulnerability, please disclose responsibly using the email on the Contact page.
  • Code Contributions: Public contributions are currently closed. If you particularly like this project then come say hello in the Forums or on Reddit.

License

Elastic License 2.0

Copyright Cardinal Apps Inc. 2023 - 2026