RedditChatBridge

RedditChatBridge

Docker app from mmenanno's Repository

Overview

Self-hosted bridge between Reddit Chat and a private Discord server. Reddit DMs land in per-conversation #dm-* channels with the sender's snoovatar; replies relay back under your Reddit identity. All config happens in the bcrypt-protected admin web UI after first run.

Runtime arguments

Web UI
http://[IP]:[PORT:4567]/
Network
bridge
Shell
bash
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

WebUIPorttcp

Bridge web UI.

Target
4567
Default
4567
Value
4567
Data PathPathrw

Persistent SQLite database (admin account, Discord IDs, Reddit cookies encrypted at rest, journal, sync checkpoint).

Target
/app/state
Default
/mnt/user/appdata/reddit_chat_bridge
Value
/mnt/user/appdata/reddit_chat_bridge
PORTVariable

Web UI bind port inside the container. Only change this if you also remap the WebUI port above to match.

Default
4567
Value
4567
SESSION_SECRETVariable

Optional. Master secret used to derive the encryption key for the Reddit cookie jar at rest. Leave blank and the bridge auto-generates one on first boot and persists it in the database. Changing it after first boot will fail to decrypt previously-stored cookies.

PUIDVariable

Host user id the container should run as. Default 99 matches Unraid's `nobody`.

Default
99
Value
99
PGIDVariable

Host group id the container should run as. Default 100 matches Unraid's `users`.

Default
100
Value
100
UMASKVariable

File-mode creation mask. 022 (default) = files 644, dirs 755.

Default
022
Value
022

Details

Repository
ghcr.io/mmenanno/reddit_chat_bridge:latest
Last Updated2026-06-02
First Seen2026-05-04

Run RedditChatBridge on Unraid.

RedditChatBridge is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.