{"id":49889884,"url":"https://github.com/sergiomarquezdev/acestream-docker-home","last_synced_at":"2026-05-15T20:11:04.794Z","repository":{"id":231863745,"uuid":"782897196","full_name":"sergiomarquezdev/acestream-docker-home","owner":"sergiomarquezdev","description":"Integrated solution for running Acestream in Docker containers, optimized for Ubuntu.","archived":false,"fork":false,"pushed_at":"2026-04-21T20:10:26.000Z","size":146527,"stargazers_count":46,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-21T22:16:51.371Z","etag":null,"topics":["acestream","docker","ubuntu"],"latest_commit_sha":null,"homepage":"https://github.com/sergiomarquezdev/acestream-docker-home","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergiomarquezdev.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-04-06T10:59:46.000Z","updated_at":"2026-04-21T20:10:31.000Z","dependencies_parsed_at":"2024-05-01T22:24:00.721Z","dependency_job_id":"83c9fdbe-a3e0-4a47-ad2c-bd083df3fcdc","html_url":"https://github.com/sergiomarquezdev/acestream-docker-home","commit_stats":null,"previous_names":["marquezpsergio/docker-acestream-linux","marquezpsergio/docker-acestream-ubuntu","marquezpsergio/acestream-docker","marquezpsergio/acestream-docker-home","sergiomarquezdev/acestream-docker-home"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/sergiomarquezdev/acestream-docker-home","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Facestream-docker-home","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Facestream-docker-home/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Facestream-docker-home/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Facestream-docker-home/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiomarquezdev","download_url":"https://codeload.github.com/sergiomarquezdev/acestream-docker-home/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Facestream-docker-home/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["acestream","docker","ubuntu"],"created_at":"2026-05-15T20:11:03.957Z","updated_at":"2026-05-15T20:11:04.784Z","avatar_url":"https://github.com/sergiomarquezdev.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized Acestream\n\n[Leer documentación en Español](README_es.md)\n\nRun Acestream inside a Docker container on Ubuntu 22.04 + Python 3.10. One script, one command, and you have a private streaming engine ready on your machine.\n\n## What's new in v8.1.0\n\n- **Smaller image** — ~40% slimmer (1.19 GB → 729 MB).\n- **SHA256 integrity check** — bundled Acestream tarball is verified at build time.\n- **Unified setup script** — `SetupAcestream.bat` asks your language at launch (default Spanish after 5s). Pass `--lang=en` or `--lang=es` to skip the prompt.\n- Single-source `HEALTHCHECK` and LF line endings via `.gitattributes`.\n\n## Prerequisites\n\n- **Docker Desktop** installed and running. \u003chttps://www.docker.com/products/docker-desktop\u003e\n\n## Quick start on Windows (recommended)\n\n1. Download `SetupAcestream.bat` from the [Releases page](https://github.com/sergiomarquezdev/acestream-docker-home/releases).\n2. Right-click → **Run as administrator**.\n3. Pick your language (`1` Spanish, `2` English; wait 5s for Spanish default).\n4. Confirm your internal IP (press ENTER to use auto-detected).\n5. The script pulls the image, starts the container, and opens the web player.\n\n### Flags\n\n| Flag | Effect |\n|------|--------|\n| `--lang=en` | Force English UI |\n| `--lang=es` | Force Spanish UI |\n| `--auto-clean` | Remove obsolete images after pull |\n\n## Manual run (Linux / macOS / advanced)\n\n```bash\ndocker build --no-cache -t acestream-engine .\ndocker run --name acestream-engine -d -p 6878:6878 -e INTERNAL_IP=127.0.0.1 --restart unless-stopped acestream-engine\n```\n\nOr use Docker Compose:\n\n```bash\ndocker-compose up -d\n```\n\nSee [`.env.example`](.env.example) for all environment variables.\n\n## Cache modes\n\n| Mode | Command |\n|------|---------|\n| Disk (default) | `docker-compose up -d` |\n| RAM (tmpfs, Linux/WSL2) | `docker-compose --profile ram up -d acestream-ram` |\n| Memory (cross-platform) | `docker-compose --profile memory up -d acestream-memory` |\n\n## Documentation\n\n- [docs/BUILD.md](docs/BUILD.md) — How the image is built\n- [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) — Startup flow and design decisions\n- [docs/TESTING.md](docs/TESTING.md) — How to run smoke tests\n\n## Verifying Container Health\n\n```bash\ndocker inspect --format='{{json .State.Health}}' acestream-engine\n```\n\nOr via web: `http://\u003cINTERNAL_IP\u003e:\u003cPORT\u003e/webui/api/service?method=get_version`\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomarquezdev%2Facestream-docker-home","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiomarquezdev%2Facestream-docker-home","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomarquezdev%2Facestream-docker-home/lists"}