RedditChatBridge

RedditChatBridge

Docker 应用程序 from mmenanno's Repository

概述

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.

运行时参数

网络用户界面
http://[IP]:[PORT:4567]/
网络
bridge
外壳
bash
特权
false
额外参数
--restart=unless-stopped

模板配置

WebUIPorttcp

Bridge web UI.

目标
4567
默认值
4567
价值
4567
Data PathPathrw

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

目标
/app/state
默认值
/mnt/user/appdata/reddit_chat_bridge
价值
/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.

默认值
4567
价值
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`.

默认值
99
价值
99
PGIDVariable

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

默认值
100
价值
100
UMASKVariable

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

默认值
022
价值
022

详细信息

存储库
ghcr.io/mmenanno/reddit_chat_bridge:latest
最后更新2026-06-01
初见2026-05-04

在Unraid 上运行 RedditChatBridge 。

RedditChatBridge 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。