├── LICENSE ├── README.md ├── docker-compose.yml └── organizr └── reanimate ├── 70-reanimate └── www └── organizr └── api ├── classes └── organizr.class.php ├── config └── default.php ├── functions └── sso-functions.php └── v2 └── routes └── root.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /organizr/reanimate/70-reanimate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/organizr/reanimate/70-reanimate -------------------------------------------------------------------------------- /organizr/reanimate/www/organizr/api/classes/organizr.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/organizr/reanimate/www/organizr/api/classes/organizr.class.php -------------------------------------------------------------------------------- /organizr/reanimate/www/organizr/api/config/default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/organizr/reanimate/www/organizr/api/config/default.php -------------------------------------------------------------------------------- /organizr/reanimate/www/organizr/api/functions/sso-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/organizr/reanimate/www/organizr/api/functions/sso-functions.php -------------------------------------------------------------------------------- /organizr/reanimate/www/organizr/api/v2/routes/root.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rowra44/organizr-jellyfin-sso/HEAD/organizr/reanimate/www/organizr/api/v2/routes/root.php --------------------------------------------------------------------------------