mirror of
https://github.com/rottenwheel/irc-msg-for-revuo-feed.git
synced 2025-07-23 05:45:29 +00:00
not tested
|
||
---|---|---|
.dockerignore | ||
.gitignore | ||
config.example.py | ||
docker-compose.yml | ||
Dockerfile | ||
irc_notifier.py | ||
lemmy_notifier.py | ||
main.py | ||
notifier.py | ||
readme.md | ||
reddit_notifier.py | ||
twitter_notifier.py |
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