Upgrade your daily browsing habits with a highly customizable, open-source web client designed specifically for Reddit users. Whether you prefer a visual-heavy layout or a clean, text-focused interface, this tool adapts to your preferences seamlessly. Key features include: Customizable Layouts: Choose between dynamic grid views, a focused single-column mode, or immersive galleries to suit the type of content you are viewing. Multiple Post Styles: Adjust how individual posts are displayed to maximize readability and visual appeal. Secure Account Integration: Log in directly with your existing account to access your personalized feed, view your subscribed communities, cast votes, and leave comments just as you normally would. Open Source: Built with transparency in mind, allowing community contributions and ensuring a secure environment. Enjoy a tailored, distraction-free way to consume your favorite online communities.
services:
troddit:
build: https://github.com/burhan-syed/troddit.git
container_name: troddit
ports:
- "3000:3000"
environment:
- REDDIT_CLIENT_ID=${REDDIT_CLIENT_ID}
- REDDIT_CLIENT_SECRET=${REDDIT_CLIENT_SECRET}
- REDDIT_CALLBACK_URI=${REDDIT_CALLBACK_URI}
restart: unless-stoppedREDDIT_CLIENT_ID=your_reddit_app_client_id
REDDIT_CLIENT_SECRET=your_reddit_app_client_secret
REDDIT_CALLBACK_URI=http://localhost:3000/auth/callbackAuto-fetched about 13 hours ago
Auto-fetched about 13 hours ago