{"id":38729833,"url":"https://github.com/lucasheld/telerising-api-docker","last_synced_at":"2026-01-17T11:24:47.057Z","repository":{"id":72847407,"uuid":"381019085","full_name":"lucasheld/telerising-api-docker","owner":"lucasheld","description":"Docker container for telerising-api based on alpine","archived":false,"fork":false,"pushed_at":"2025-07-26T16:33:09.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T21:22:45.386Z","etag":null,"topics":["docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasheld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-06-28T12:12:48.000Z","updated_at":"2025-07-26T16:33:12.000Z","dependencies_parsed_at":"2025-04-02T20:24:53.528Z","dependency_job_id":"b82ae26b-407a-47e5-ae1c-c53b82a2d839","html_url":"https://github.com/lucasheld/telerising-api-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasheld/telerising-api-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheld%2Ftelerising-api-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheld%2Ftelerising-api-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheld%2Ftelerising-api-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheld%2Ftelerising-api-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasheld","download_url":"https://codeload.github.com/lucasheld/telerising-api-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasheld%2Ftelerising-api-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28507141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","docker-image"],"created_at":"2026-01-17T11:24:46.953Z","updated_at":"2026-01-17T11:24:47.038Z","avatar_url":"https://github.com/lucasheld.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![docker build](https://github.com/lucasheld/telerising-api-docker/actions/workflows/main.yml/badge.svg)](https://github.com/lucasheld/telerising-api-docker/actions/workflows/main.yml)\n[![latest version](https://ghcr-badge.deta.dev/lucasheld/telerising-api/latest_tag?trim=major\u0026label=latest%20version)](https://github.com/lucasheld/telerising-api-docker/pkgs/container/telerising-api/versions)\n[![image size](https://ghcr-badge.deta.dev/lucasheld/telerising-api/size)](https://github.com/lucasheld/telerising-api-docker/pkgs/container/telerising-api)\n\ntelerising-api-docker\n=====================\nDocker container for [telerising-api](https://github.com/sunsettrack4/telerising-api) based on alpine.\n\n## Usage\n\n### docker-compose\n```yaml\n---\nversion: \"2.1\"\nservices:\n  telerising-api:\n    image: ghcr.io/lucasheld/telerising-api\n    container_name: telerising-api\n    restart: unless-stopped\n    ports:\n      - 5000:5000\n    environment:\n      - PUID=1000\n      - PGID=1000\n    volumes:\n      - /etc/localtime:/etc/localtime:ro\n      - /path/to/config:/config\n```\n\n### docker cli\n\n```bash\ndocker run -d \\\n  --name=telerising-api \\\n  --restart unless-stopped \\\n  -p 5000:5000 \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -v /etc/localtime:/etc/localtime:ro \\\n  -v /path/to/config:/config \\\n  ghcr.io/lucasheld/telerising-api\n```\n\n## Parameters\n\n| Parameter | Explanation |\n| ---- | --- |\n| `-p 5000` | The webinterface port |\n| `-e PUID` | The user id that executes the application |\n| `-e PGID` | The group Id that executes the application |\n| `-v /config` | The application config folder |\n| `-v /etc/localtime` | The container localtime |\n\nThe /config volume is primarily used to store the `settings.json` file. However, it can also be used to replace any files in the application folder. All files in /config are automatically symlinked to the application folder. This allows you to overwrite the `providers.json` file, for example:\n```\n/config\n├── app\n│   └── static\n│       └── json\n│           └── providers.json\n└── settings.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasheld%2Ftelerising-api-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasheld%2Ftelerising-api-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasheld%2Ftelerising-api-docker/lists"}