{"id":41759192,"url":"https://github.com/engels74/obzorarr-docker","last_synced_at":"2026-01-25T02:06:18.704Z","repository":{"id":330206753,"uuid":"1121956457","full_name":"engels74/obzorarr-docker","owner":"engels74","description":"Docker image repository for Obzorarr","archived":false,"fork":false,"pushed_at":"2026-01-19T23:14:17.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"release","last_synced_at":"2026-01-20T05:52:00.295Z","etag":null,"topics":["docker-image"],"latest_commit_sha":null,"homepage":"https://engels74.net/containers/obzorarr/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engels74.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-23T21:11:31.000Z","updated_at":"2026-01-19T23:14:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/engels74/obzorarr-docker","commit_stats":null,"previous_names":["engels74/obzorarr-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/engels74/obzorarr-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engels74%2Fobzorarr-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engels74%2Fobzorarr-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engels74%2Fobzorarr-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engels74%2Fobzorarr-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engels74","download_url":"https://codeload.github.com/engels74/obzorarr-docker/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engels74%2Fobzorarr-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28741659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image"],"created_at":"2026-01-25T02:06:16.835Z","updated_at":"2026-01-25T02:06:18.699Z","avatar_url":"https://github.com/engels74.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obzorarr Docker Image\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://engels74.net/img/image-logos/obzorarr.svg\" alt=\"obzorarr\" style=\"width: 30%;\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/engels74/obzorarr-docker/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License%20(Image)-GPL--3.0-orange\" alt=\"License (Image)\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/engels74/obzorarr\"\u003e\u003cimg src=\"https://img.shields.io/badge/License%20(App)-AGPL--3.0-blue\" alt=\"License (App)\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/engels74/obzorarr/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/engels74/obzorarr.svg\" alt=\"GitHub Stars\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 📖 Documentation\n\nThis repository contains Docker and Docker Compose configuration for running obzorarr in containerized environments.\n\nFor more information about the obzorarr application, visit [github.com/engels74/obzorarr](https://github.com/engels74/obzorarr).\n\n## 🐋 Docker Image\n\n### Docker Compose\n\nTo get started with obzorarr using Docker, follow these steps:\n\n1. **Create a Docker Compose file** (e.g., `docker-compose.yml`):\n    ```yaml\n    services:\n      obzorarr:\n        container_name: obzorarr\n        image: ghcr.io/engels74/obzorarr-docker:latest\n        ports:\n          - 3000:3000\n        environment:\n          - PUID=1000\n          - PGID=1000\n          - UMASK=002\n          - TZ=Etc/UTC\n        volumes:\n          - ./config:/config\n        restart: unless-stopped\n    ```\n\n2. **Run the Docker container:**\n    ```sh\n    docker compose up -d\n    ```\n\n3. **Access obzorarr** at `http://localhost:3000`\n\n## 📜 License\n\n- **Docker Image**: Licensed under the GPL-3.0 License. See the [LICENSE](https://github.com/engels74/obzorarr-docker/blob/master/LICENSE) file for details.\n- **Obzorarr Application**: Licensed under the AGPL-3.0 License. See the [obzorarr repository](https://github.com/engels74/obzorarr) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengels74%2Fobzorarr-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengels74%2Fobzorarr-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengels74%2Fobzorarr-docker/lists"}