Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.6 KB

File metadata and controls

56 lines (36 loc) · 1.6 KB

Telegram RSS Bot

Feature

  • Self-hosted RSSHub
  • No expose port (No default listening port)

Prerequisite

Software

Tokens

Tech Stack

Start

# Prepare the config file
cp flowerss/config.yml.sample flowerss/config.yml

# Complete the config file
vim flowerss/config.yml

# Start the services
$ sudo docker-compose run --rm wait_for_rsshub_service && \
sudo docker-compose up -d flowerss

Note

You can setting the http://rsshub:1200 as the domain in RSSHub-Radar directly. Docker compose auto creates the mapping of the service name and IP address in containers within same service. Therefore, the flowerss can access the host (i.e.: rsshub) via internal network.