Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyhopp/t-rss-reader
Personal RSS reader you can self-host at no cost
https://github.com/tyhopp/t-rss-reader
aws rss rss-reader self-hosted svelte swift
Last synced: about 2 hours ago
JSON representation
Personal RSS reader you can self-host at no cost
- Host: GitHub
- URL: https://github.com/tyhopp/t-rss-reader
- Owner: tyhopp
- License: mit
- Created: 2023-02-10T08:53:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:37:07.000Z (6 months ago)
- Last Synced: 2024-05-02T07:08:07.947Z (6 months ago)
- Topics: aws, rss, rss-reader, self-hosted, svelte, swift
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 36
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# t-rss-reader
A personal [RSS](https://en.wikipedia.org/wiki/RSS) reader you can self-host at no cost.
## Project
The project is arranged in three parts:
- Backend [infrastructure](./infra/README.md) built with Terraform and AWS
- Frontend clients that run natively on each platform:- [Web](./web/README.md)
- [iOS, iPadOS, and macOS](./apple/README.md) (WIP)
- CLI (TBD)
- Windows (TBD)- A [Figma design file](./design/README.md) that you can view or duplicate
## Usage
1. Set up the backend [infrastructure](./infra/README.md). The output will show the invoke URLs for the endpoints.
2. Set up and run one of the clients. Provide the invoke URLs as environment variables to each client you run.