{"id":19712189,"url":"https://github.com/fmstrat/docker-ttrss","last_synced_at":"2026-03-05T13:02:07.105Z","repository":{"id":76612601,"uuid":"168566168","full_name":"Fmstrat/docker-ttrss","owner":"Fmstrat","description":"Tiny Tiny RSS in Docker with LDAP and International Support.","archived":false,"fork":false,"pushed_at":"2019-01-31T18:12:35.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T19:59:51.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Fmstrat.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}},"created_at":"2019-01-31T17:28:17.000Z","updated_at":"2020-06-03T10:38:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"62c6ec28-dd99-4696-ad09-8b620674fe5a","html_url":"https://github.com/Fmstrat/docker-ttrss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fmstrat/docker-ttrss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fdocker-ttrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fdocker-ttrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fdocker-ttrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fdocker-ttrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fmstrat","download_url":"https://codeload.github.com/Fmstrat/docker-ttrss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fmstrat%2Fdocker-ttrss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-11T22:16:00.165Z","updated_at":"2026-03-05T13:02:07.087Z","avatar_url":"https://github.com/Fmstrat.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-ttrss\nTiny Tiny RSS in Docker with LDAP and International Support.\n\nThis container runs off the official PHP container with apache. It adds supervisord to handle running apache and feed updates in the same container.\n\n## Usage\nThe below will set up the containers required for tt-rss. You should seperatly set up an nginx instance proxying to `ttrss:80`, or you could open ports to the host.\n\nIn your `docker-compose.yml`:\n```\nversion: '2.1'\n\nservices:\n\n  ttrss-mariadb:\n    image: mariadb\n    container_name: ttrss-mariadb\n    environment:\n      - MYSQL_ROOT_PASSWORD=ttrss\n      - MYSQL_PASSWORD=ttrss\n      - MYSQL_DATABASE=ttrss\n      - MYSQL_USER=ttrss\n    volumes:\n      - /etc/localtime:/etc/localtime:ro\n      - ./ttrss/mariadb/data/:/var/lib/mysql\n    restart: always\n\n  ttrss:\n    image: nowsci/docker-ttrss\n    container_name: ttrss\n    volumes:\n      - /etc/localtime:/etc/localtime:ro\n      - ./ttrss/apache/data:/data\n    depends_on:\n      - ttrss-mariadb\n    restart: always\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmstrat%2Fdocker-ttrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmstrat%2Fdocker-ttrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmstrat%2Fdocker-ttrss/lists"}