Nextcloud app jocor_hero — part of cloud.jo-cor.com
  • CSS 43.2%
  • JavaScript 32.6%
  • PHP 24.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
root 05d91843ff README: keep connection details out of the public page
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 19:51:20 +02:00
appinfo Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
css Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
fonts Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
img Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
js Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
lib/AppInfo Import jocor_hero 1.8.5 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
.gitignore Import jocor_hero 1.8.5 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:20 +02:00

Jo Cor Hero

Jo Cor logo + WebGL2 starfield background with mouse-gravity lens

Replaces the Nextcloud logo (login + header) with the Jo Cor logo and renders an enhanced WebGL2 starfield with a black-hole gravitational pull toward the cursor. Visible on login and every authenticated page.

Nextcloud app id jocor_hero
Version 1.8.5
Nextcloud 3034
Licence AGPL-3.0-or-later

See it running

Open the cloud.jo-cor.com login page — the starfield is this app.

Run it on your own Nextcloud

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

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.