Add Telegram Archive, GenieACS, and LynxPrompt examples#128
Open
GeiserX wants to merge 1 commit intoHaxxnet:mainfrom
Open
Add Telegram Archive, GenieACS, and LynxPrompt examples#128GeiserX wants to merge 1 commit intoHaxxnet:mainfrom
GeiserX wants to merge 1 commit intoHaxxnet:mainfrom
Conversation
Three new self-hosted compose examples: - Telegram Archive: automated Telegram backup with web viewer (SQLite/PostgreSQL) - GenieACS: TR-069 ACS for remote ISP device management with MongoDB - LynxPrompt: AI IDE config management platform with multi-database architecture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three new self-hosted compose examples for projects not currently in the collection:
Telegram Archive (100+ stars) — Automated, incremental Telegram backups with a local web viewer that mirrors the Telegram UI. Supports SQLite and PostgreSQL backends, media downloads, real-time listening, and granular chat filtering. → Archiving and Digital Preservation
GenieACS (110+ stars) — Open-source TR-069 remote management platform for ISP customer-premises equipment (routers, ONTs, set-top boxes). Includes web UI, NBI API, and file server with MongoDB backend. → Automation and Monitoring
LynxPrompt (25+ stars) — Self-hosted platform for managing and sharing AI IDE configuration files (AGENTS.md, CLAUDE.md, .cursorrules) with web UI, CLI, and federation. Uses a multi-database PostgreSQL architecture for data isolation. → LLM & AI
All compose files follow the skeleton conventions (
${DOCKER_VOLUME_STORAGE}, commented Traefik labels,restart: unless-stopped). All three passdocker compose config --quietvalidation.Checklist
docker-compose.yml+README.mdunderexamples/README.mdupdated with entries in correct categoriesdrumsergio/*)docker compose config --quietpasses for all three