not tested
Find a file
rottenwheel 2f6f879c19
Merge pull request #13 from cowingtonpost1/cow5
use upstream go-nostrss docker image
2025-07-17 17:45:03 -05:00
.dockerignore IRC, Twitter: simplify code, make it more modular and add SASL authentication 2025-03-20 19:28:47 -07:00
.gitignore IRC, Twitter: simplify code, make it more modular and add SASL authentication 2025-03-20 19:28:47 -07:00
config.example.py IRC, Twitter: simplify code, make it more modular and add SASL authentication 2025-03-20 19:28:47 -07:00
docker-compose.yml use upstream go-nostrss docker image 2025-07-14 17:32:45 -07:00
Dockerfile rewrite IRC notifier 2025-07-04 12:14:46 -07:00
irc_notifier.py rewrite IRC notifier 2025-07-04 12:14:46 -07:00
lemmy_notifier.py fix rexex in lemmy_notifier.py 2025-04-08 08:51:36 -07:00
main.py add extra_hosts for nostr and add delay in main.py to give IRC time to 2025-03-27 18:08:58 -07:00
notifier.py IRC, Twitter: simplify code, make it more modular and add SASL authentication 2025-03-20 19:28:47 -07:00
readme.md readme: switch nostr config with running positions, remove logging docker line 2025-03-20 22:18:45 -05:00
reddit_notifier.py add reddit notifier 2025-06-05 16:17:58 -07:00
twitter_notifier.py IRC, Twitter: simplify code, make it more modular and add SASL authentication 2025-03-20 19:28:47 -07:00

irc-msg-for-revuo-feed

cd /usr/local/src # or wherever
sudo git clone https://github.com/rottenwheel/irc-msg-for-revuo-feed.git
cd irc-msg-for-revuo-feed
docker compose pull
docker compose build

Configuration

Put your configuration variables in config.py, which won't be committed to VCS.

sudo cp config.example.py config.py
sudo vim config.py

Nostr Configuration

Run the container interactively and answer the prompts to configure it.

docker run -v ./nostr-config:/config/ -it ghcr.io/cowingtonpost1/go-nostrss:latest

Running

docker compose up -d