File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,15 @@ Automatically publishes Reddit moderation logs to a subreddit wiki page with mod
1818* 🆔 ** Unique content IDs** - comments show comment IDs, posts show post IDs for precise tracking
1919* ✅ ** Multi-subreddit database support** - single database handles multiple subreddits safely
2020
21- ## Quick Start
21+ ## Deployment Options
22+
23+ Choose your preferred deployment method:
24+
25+ - ** 🐳 Docker** (Recommended) - Containerized deployment with s6-overlay init system. See [ Docker Deployment] ( #docker-deployment )
26+ - ** ⚙️ Systemd** (Production) - Native Linux service with automatic restart and log rotation. See [ Systemd Service] ( #systemd-service-production )
27+ - ** 🐍 Python Native** (Development/Testing) - Direct Python execution. See [ Quick Start] ( #quick-start ) below
28+
29+ ## Quick Start (Python Native)
2230
23311 . ** Install dependencies**
2432
You can’t perform that action at this time.
0 commit comments