From f0c74ec3aa07c9c48ede9dce0acf13cf89c32aac Mon Sep 17 00:00:00 2001 From: engels74 <141435164+engels74@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:46:51 +0200 Subject: [PATCH] README.md update [skip ci] --- README.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 93b50e254..4d0ce217b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,67 @@ -# Documentation +# Overseerr (with Anime Instance support) -All our documentation is located at [hotio.dev](https://hotio.dev). +

+ Overseerr +

-# Support +

+ GitHub tag (SemVer) + License (Image) + License (Source) + Docker Pulls + GitHub Stars +

-If you need some assistance, please join our [discord](https://hotio.dev/discord) server. +## 📖 Documentation -# Source +All the documentation for the "Oveerseerr (Anime Support)" is located at the active [Pull Request](https://github.com/sct/overseerr/pull/3664) page. -The source is hosted at [GitHub](https://github.com/hotio). If you can't find it in the `master` branch, it's probably located in another branch. +For more information about the Docker image itself, you can visit [engels74.net](https://engels74.net/containers/overseerr-anime). -# Show your support +## 🐋 Docker Image -You can show your support by giving us a star on Docker Hub or/and GitHub, it's also possible to make a [donation](https://hotio.dev/donate). + +### Docker Compose + +To get started with Overseerr (with Anime Instance Support) using Docker, follow these steps: + +1. **Use this Docker Compose example** + ```yaml + services: + overseerr-anime: + container_name: overseerr-anime + image: ghcr.io/engels74/overseerr-anime + ports: + - "5055:5055" + environment: + - PUID=1000 + - PGID=1000 + - UMASK=002 + - TZ=Etc/UTC + - WEBUI_PORTS=5055/tcp,5055/udp + volumes: + - /:/config + ``` + +2. **Run the Docker container using `docker compose`:** + ```sh + docker compose -f /choose/path/to/docker-compose.overseerr-anime.yml up -d + ``` + +## 🆘 Support + +If you need assistance, please write in the active pull request. It can be [found here](https://github.com/sct/overseerr/pull/3664). + +## 💻 Source Code + +- **Project Source Code**: The source code for the "Overseerr (Anime Support)" project is hosted at [engels74/overseerr-anime-source](https://github.com/engels74/overseerr-anime-source). + +- **Docker Image Source**: The source files for building the Docker image are hosted at [engels74/overseerr-anime](https://github.com/engels74/overseerr-anime). If you can't find what you're looking for in the `master` branch, check other branches. + +## 🌟 Show your support + +You can show your support by: +- Giving us a star on Docker Hub or GitHub +- Making a [donation](https://hotio.dev/donate) to hotio, as he's the genius behind the Docker images + +Your support is greatly appreciated!