Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 840 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 840 Bytes

💌 tegami

Warning Tegami is in a development-status. Nothing is guaranteed to be working. Use at your own risk.

Tegami enables you to set up RSS-feed scraping and reading.

  • Hostable anywhere you can run a docker image.
  • History-keeping of read items.
  • Feed updates via a CRON-job.
  • Protected by a username/password authentication system.

Quickstart

The recommended deployment route is Docker.

# docker-compose.yaml
version: "3"
services:
  app:
    image: ghcr.io/jakehwll/tegami
    environment:
      - NEXTAUTH_URL=http://CHANGE_ME
      - NEXTAUTH_SECRET=CHANGE_ME
      - DATABASE_URL="file:./prod.db"
    ports:
      - 3000:3000
    restart: unless-stopped

Contributions

Contributions are welcome!

Find our list of contributors here.