Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.48 KB

Discord RSS Feed Manager (Forked)

Self-hosted RSS feed fetching and posting to Discord webhooks with web a management UI.

Usage

Development

  • Install Node 18+ and npm, and run yarn install.
  • For the web interface run yarn run check and yarn run dev.
  • For the RSS poller run yarn run build:runner and yarn run runner.

Configuration

The service can be configured using environment variables:

  • INTERVAL (default 15) minutes between checks
  • REDIS_URL (required) redis connect url
  • AUTH_SECRET (required) random generated secret
  • AUTH_TRUST_HOST (required) boolean
  • AUTH_DISCORD_CLIENT_ID (required) https://discord.com/developers/applications
    • Make sure to add http://localhost:5173/auth/callback/discord, or the production equivalant, to your OAuth2 redirects section.
  • AUTH_DISCORD_CLIENT_SECRET (required) https://discord.com/developers/applications
  • DISCORD_AUTHORIZED_USERS (required) comma-separated list of Discord user IDs for users allowed to access and modify the configuration

Railway

Deploy on Railway

Screenshots

Credits