Nextcloud app flix — part of cloud.jo-cor.com
  • PHP 46.8%
  • JavaScript 36.6%
  • CSS 16.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
root 0700ca76af README: keep connection details out of the public page
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 19:51:18 +02:00
appinfo Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
css Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
img Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
js Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
lib Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
templates Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
.gitignore Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
package.json Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
README.md README: keep connection details out of the public page 2026-09-14 19:51:18 +02:00
vite.config.js Import flix 3.6.3 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00

Flix

Flix — movies, series, and anime in Nextcloud.

Movies, series and anime inside Nextcloud: a home page with artwork, search, a player with language choice per title, continue-watching and an up-next card when an episode ends.

Nextcloud app id flix
Version 3.6.3
Nextcloud 2835
Licence AGPL-3.0-or-later

See it running

It runs on cloud.jo-cor.com. Ask Jo for an account (or register at cloud.jo-cor.com/apps/registration and wait for approval).

Run it on your own Nextcloud

cd /path/to/nextcloud/custom_apps
git clone https://git.jo-cor.com/jocor/nextcloud-flix.git flix
sudo -u www-data php ../occ app:enable flix

The built JavaScript in js/ is committed, so it runs as cloned. Only when you change the sources:

npm ci && npm run build

Contribute

  1. Sign in at git.jo-cor.com with Sign in with jo-cor-cloud (your cloud.jo-cor.com account).
  2. Fork this repository, make your change on a branch, and open a pull request.

Invited contributors can also push over SSH; the connection details come with the invite.

Changes reach cloud.jo-cor.com only after review: the live server deploys from git, never from hand edits.