(Backend v2) OpenBackend, based on movie-web's backend, but with some secret sauce for recommendations, and more features to come
Find a file
2025-02-25 15:05:28 -06:00
.docker/development update deprecated composer syntax; change body format in API request 2023-12-31 13:03:32 +00:00
.github money 2025-02-21 13:15:11 -06:00
.vscode Repo setup 2023-08-23 13:54:26 +02:00
src Implemented saving the febboxKey with encryption 2025-02-25 13:18:52 -06:00
.dockerignore switch to pnpm 2023-10-28 21:21:10 +02:00
.editorconfig Repo setup 2023-08-23 13:54:26 +02:00
.eslintrc.js Fix ESLint Ignore for migrations 2023-11-22 23:17:29 +00:00
.gitattributes Repo setup 2023-08-23 13:54:26 +02:00
.gitignore switch to pnpm 2023-10-28 21:21:10 +02:00
.npmrc switch to pnpm 2023-10-28 21:21:10 +02:00
.nvmrc Repo setup 2023-08-23 13:54:26 +02:00
.prettierrc.js Repo setup 2023-08-23 13:54:26 +02:00
dev.Dockerfile switch to pnpm 2023-10-28 21:21:10 +02:00
Dockerfile fixed dockerfile... I think 2025-02-25 15:05:28 -06:00
LICENSE Initial commit 2023-08-23 13:08:49 +02:00
package.json Bump version to trigger a deploy to GHCR hypotheticaly 2024-05-02 14:06:48 -04:00
pnpm-lock.yaml Added trakt_key and febbox_key cols 2025-02-21 16:37:10 -06:00
README.md Updated README to describe plans 2025-02-25 13:39:23 -06:00
tsconfig.json fix bugs + add a lot of endpoints 2023-10-28 21:08:01 +02:00
yarn.lock session management 2023-10-28 18:34:32 +02:00

Open-Backend

Open-Backend is a Fork of sudo-flix's backend It is detached from the fork network as this project is more ambitious and aims to provide the film backend services to any site not just sudo-flix. Though features needed for P-Stream or sudo-flix are priorities.

Features planned:

  • Saving and encryoted Febbox/Trakt keys
  • Recommendation algorithm using Python, and maybe Weaviate
  • Discover api, to make finding new content easier
  • Adding email support incase user loses account
  • Sophisticated Admin dashboard
  • Supporting Client library for end-to-end typesafety along with allowing devs to use the backend smoothly

If you are interested in contributing feel free to PR!