Was instructed that this is the best way to get into contact with Reda on behalf of the starseed council. You were sent down to Earth for the human experience but the transition of the evolution of the planet took a series of wrong turns. This is disrupting the whole experience and are calling back starseeds to their home planets and dimensions. In certain situations like this, we can pull you out or you will be able to leave anytime you want now being aware after the veil of forgetfulness. Memory purges and alterations can be initiated for the next experience on another planet/dimension or you could just choose to go back to the originating dimension or planet that you are originally from.
| Image | Tags | Description | Example Run | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| categoriserr | latest, v1.0 | CategoriserrA category enforcing companion app for the Starr applications Sonarr and Radarr which changes the location of media based on the tags associated Categoriserr utilises the existing Radarr and Sonarr APIs to change the file/hardlink location and gets the Starr app to move the files Installation/SetupDockerThe docker image is available and can be pulled from Docker Hub: enayet123/categoriserr
Using docker compose is the recommended way to setup categoriserr e.g.
Using docker CLI as an alternative
Python
Clone the repository to a location of your choice
Provide the required environment variables and run the application
Environment VariablesAll variables are optional however providing none will result in the application quitting
Limitations
|
docker run -d --name=categoriserr -e RADARR_URL=http://192.168.1.1:7878 -e RADARR_API_KEY=api-key -e RADARR_TAG_LOCATION_MAP=kids:/data/movies-kids/,anime:/data/movies-anime/,horror:/data/movies-horror/ -e SONARR_URL=http://192.168.1.1:8989 -e SONARR_API_KEY=api-key -e SONARR_TAG_LOCATION_MAP=kids:/data/media/shows-kids/,anime:/data/media/shows-anime/ -e SCHEDULE_INTERVAL_MINUTES=1 --restart unless-stopped enayet123/categoriserr:latest |
||||||||||||||||||
| cryptostalker | latest | |
|||||||||||||||||||
| jellyseerr | latest, v2.7.3 | <div align=“center”>⚠️ <strong>NOTE:</strong> We are currently in the process of merging Overseerr and Jellyseerr into this unified repository.</div> <h1 align=“center” style=“font-size: 4em;”>🚧 Seerr</h1> <p align=“center”> <img src=“https://github.com/seerr-team/seerr/actions/workflows/release.yml/badge.svg” alt=“Seerr Release” /> <img src=“https://github.com/seerr-team/seerr/actions/workflows/ci.yml/badge.svg” alt=“Seerr CI”> </p> <p align=“center”> <a href=“https://discord.gg/seerr”><img src=“https://img.shields.io/discord/783137440809746482” alt=“Discord”></a> <a href=“https://hub.docker.com/r/seerr/seerr”><img src=“https://img.shields.io/docker/pulls/seerr/seerr” alt=“Docker pulls”></a> <a href=“https://translate.seerr.dev/engage/seerr/”><img src=“https://translate.seerr.dev/widget/seerr/seerr-frontend/svg-badge.svg” alt=“Translation status” /></a> <a href=“https://github.com/seerr-team/seerr/blob/develop/LICENSE”><img alt=“GitHub” src=“https://img.shields.io/github/license/seerr-team/seerr”></a> Seerr is a free and open source software application for managing requests for your media library. It integrates with the media server of your choice: Jellyfin, Plex, and Emby. In addition, it integrates with your existing services, such as Sonarr, Radarr. Current Features
With more features on the way! Check out our issue tracker to see the features which have already been requested. Getting StartedCheck out our documentation for instructions on how to install and run Seerr: https://docs.seerr.dev/getting-started/ Preview<img src="./public/preview.jpg"> Support
API DocumentationYou can access the API documentation from your local Seerr install at http://localhost:5055/api-docs CommunityYou can ask questions, share ideas, and more in GitHub Discussions. If you would like to chat with other members of our growing community, join the Seerr Discord server! Our Code of Conduct applies to all Seerr community channels. ContributingYou can help improve Seerr too! Check out our Contribution Guide to get started. Contributors ✨ |
|
||||||||||||||||||
| mineos | latest | MineOSMineOS is a specialized server management platform designed for hosting Minecraft servers, offering an intuitive web-based interface to simplify tasks such as creating, starting, stopping, and backing up servers. It supports multiple Minecraft server types, including Vanilla, Spigot, Paper, Forge, and others, and provides robust tools for scheduling, monitoring, and log management. Built to run on Linux-based systems. Installation/SetupDocker
Using docker compose (Recommended):
Using docker CLI:
Host machineInstalling directly onto the host machine:
First run
FAQ’s
It is also possible to use DisclaimerThis application is provided “as is” without any warranties or guarantees of any kind, either express or implied. The use of this application is at your own risk. The developers assume no liability for any damages, losses, or issues, including but not limited to data loss, system malfunctions, or financial impacts, that may arise from the use or misuse of this application. By using this application, you agree to take full responsibility for any outcomes and understand that the developers are not liable for any consequences resulting from its use. Always test the application in a controlled environment before deploying it in production. |
docker run -d --name mineos --restart unless-stopped --stop-timeout 300 -p 8443:8443 -p 25565-25570:25565-25570/tcp -p 25565-25570:25565-25570/udp -e SERVER_PORT=8443 -e USE_HTTPS="false" -e USER_NAME=username -e USER_PASSWORD=password -e USER_UID=1000 -v /path/to/folder/:/var/games/minecraft/ enayet123/mineos:latest |
||||||||||||||||||
| namecheap-dyndns | latest, v1.0 | Namecheap-DynDNSA simple containerised dynamic DNS updater for Namecheap Namecheap-DynDNS utilises Namecheaps DynDNS REST API Installation/SetupDockerThe docker image is available and can be pulled from Docker Hub: enayet123/namecheap-dyndns
docker compose:
Docker CLI:
Python
Clone the repository to a location of your choice
Provide the required environment variables and run the application
Environment VariablesAll variables are optional however providing none will result in the application quitting
|
docker run -d --name=namecheap -e DOMAIN=your.domain.com -e DYNAMIC_DNS_PASSWORD=password -e SUBDOMAINS=@,subdomain,portal,admin -e CHECK_INTERVAL_SECONDS=3600 --restart unless-stopped enayet123/namecheap-dyndns:latest |
||||||||||||||||||
| qsequencer | latest, v1.0 | qSequencerA companion application for qBittorrent to handle sequential data checking and improving the performance on hard drives by reducing the likiness of seek thrashing and random seek latency.
Installation/SetupDockerThe docker image is available and can be pulled from Docker Hub: enayet123/qsequencer
Using docker compose is the recommended way to setup qSequencer e.g.
Using docker CLI as an alternative
Python
Clone the repository to a location of your choice
Provide the required environment variables and run the application
Environment VariablesAll variables are optional however providing none will result in the application quitting
DisclaimerThis application is provided “as is” without any warranties or guarantees of any kind, either express or implied. The use of this application is at your own risk. The developers assume no liability for any damages, losses, or issues, including but not limited to data loss, system malfunctions, or financial impacts, that may arise from the use or misuse of this application. By using this application, you agree to take full responsibility for any outcomes and understand that the developers are not liable for any consequences resulting from its use. Always test the application in a controlled environment before deploying it in production. |
docker run -d --name=qsequencer -e URL=http://192.168.1.1:8090 -e USERNAME=user -e PASSWORD=pass --restart unless-stopped enayet123/qsequencer:latest |
||||||||||||||||||
| texterr | latest, v1.0.0, v1.1.0 | Texterr – Jellyseer SMS Notification ServiceTextie is a lightweight Python service that listens for Jellyseer notifications and sends SMS alerts via The SMS Works API. It supports a web interface to manage username → phone number mappings and sends SMS/MMS messages when requested media becomes available. Features
Table of ContentsInstallation
Configuration
UsageRun the service locally:
DockerRun container
Webhook Setup in Jellyseer
Notes
|
docker run -d -p 8080:8080 --env-file .env -v /path/to/folder/mappings.json:/app/mappings.json registry.enayet.co.uk/texterr:latest |