mirror of
https://github.com/rottenwheel/irc-msg-for-revuo-feed.git
synced 2026-05-03 23:24:26 -04:00
not tested
- Python 98.2%
- Dockerfile 1.8%
|
|
||
|---|---|---|
| .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