{"id":16573727,"url":"https://github.com/dkarter/live_rss","last_synced_at":"2026-05-10T15:38:29.020Z","repository":{"id":145096777,"uuid":"589418307","full_name":"dkarter/live_rss","owner":"dkarter","description":"WIP!!!","archived":false,"fork":false,"pushed_at":"2024-01-09T04:13:28.000Z","size":72,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T13:54:52.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/dkarter.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":"2023-01-16T03:55:56.000Z","updated_at":"2023-01-16T04:00:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"76dc42ac-a4c0-48fc-aef9-8506fdfcae0a","html_url":"https://github.com/dkarter/live_rss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Flive_rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Flive_rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Flive_rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkarter%2Flive_rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkarter","download_url":"https://codeload.github.com/dkarter/live_rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242050706,"owners_count":20063826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T21:42:56.630Z","updated_at":"2026-05-10T15:38:23.999Z","avatar_url":"https://github.com/dkarter.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveRSS\n\nA lightweight, self-hosted RSS Reader.\nRuns on a single container and uses SQLite3 as the database.\n\n\u003e THIS IS STILL A WIP!\n\nTo start your Phoenix server:\n\n- Run `mix setup` to install and setup dependencies\n- Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`\n\n# Running with Docker\n\nFirst build an image:\n\n```bash\ndocker build -f Dockerfile . -t live_rss\n```\n\nThen create a local database file:\n\n```bash\ntouch prod.db\n```\n\nMap the database to your local file and run migration:\n\n```bash\ndocker run -it \\\n  -e DATABASE_PATH=/app/prod.db \\\n  -e SECRET_KEY_BASE=$(mix phx.gen.secret) \\\n  -v $(pwd)/prod.db:/app/prod.db \\\n  live_rss bin/migrate\n```\n\nRun the server:\n\n```bash\ndocker run -it -d \\\n  -p 4000:4000 \\\n  -e DATABASE_PATH=/app/prod.db \\\n  -e SECRET_KEY_BASE=$(mix phx.gen.secret) \\\n  -v $(pwd)/prod.db:/app/prod.db \\\n  live_rss\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Flive_rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkarter%2Flive_rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkarter%2Flive_rss/lists"}