Skip to content

Add CashPilot, GenieACS, Pumperly, and LynxPrompt apps#907

Open
GeiserX wants to merge 6 commits intoIceWhaleTech:mainfrom
GeiserX:add-cashpilot-genieacs
Open

Add CashPilot, GenieACS, Pumperly, and LynxPrompt apps#907
GeiserX wants to merge 6 commits intoIceWhaleTech:mainfrom
GeiserX:add-cashpilot-genieacs

Conversation

@GeiserX
Copy link
Copy Markdown

@GeiserX GeiserX commented Mar 31, 2026

New Apps

CashPilot

Category: Utilities
Architectures: amd64, arm64
Website: https://github.com/GeiserX/CashPilot
Docker Hub: https://hub.docker.com/r/drumsergio/cashpilot

Self-hosted passive income orchestrator. Deploy, manage, and monitor 40+ passive income services (bandwidth sharing, DePIN, storage, GPU compute) from a single web interface with a guided setup wizard.

  • Two-container stack: UI (port 8080) + Docker Worker (But only UI really needed)
  • Worker requires Docker socket access to deploy service containers
  • SQLite-based, no external database needed

GenieACS

Category: Network
Architectures: amd64, arm64
Website: https://genieacs.com
Docker Hub: https://hub.docker.com/r/drumsergio/genieacs

Open-source TR-069 Auto Configuration Server for remote management of routers, modems, gateways, and other CPE devices. Used by ISPs and network administrators for device provisioning, firmware management, and diagnostics.

  • Two-container stack: GenieACS (ports 3000, 7547, 7557, 7567) + MongoDB
  • Web UI on port 3000, CWMP endpoint on port 7547
  • Based on upstream genieacs/genieacs v1.2.16

Pumperly

Category: Utilities
Architectures: amd64, arm64
Website: https://pumperly.com
Docker Hub: https://hub.docker.com/r/drumsergio/pumperly

Open-source fuel and EV route planner covering 36 countries across Europe, Latin America, and Oceania. Combines route planning with real-time fuel prices and EV charging station data.

  • Two-container stack: App (port 3000) + PostGIS
  • Route planning (Valhalla) and geocoding (Photon) are optional add-ons
  • 16 languages, multi-currency, privacy-first (no tracking, no cookies)

LynxPrompt

Category: Developer
Architectures: amd64, arm64
Website: https://lynxprompt.com
Docker Hub: https://hub.docker.com/r/drumsergio/lynxprompt

Self-hosted AI IDE configuration hub. Create, share, and discover configuration blueprints for 20+ AI coding assistants (Cursor, Claude Code, GitHub Copilot, Windsurf, Aider, etc.).

  • Two-container stack: App (port 3100) + PostgreSQL
  • Template variables, blueprint marketplace, instant project bootstrapping
  • CLI available: npm install -g lynxprompt

Checklist

  • All apps use specific image version tags (no :latest)
  • All apps support amd64 and arm64 architectures
  • Bind mount volumes under /DATA/AppData/$AppID/
  • name: fields match ^[a-z0-9][a-z0-9_-]*$
  • Icons: 192x192 PNG
  • Screenshots: 1280x720 PNG
  • Multi-locale descriptions (en_US, zh_CN, de_DE, fr_FR, es_ES, pt_PT, it_IT, ja_JP, ko_KR)
  • Memory reservations configured
  • Health checks included where applicable

CashPilot: Self-hosted passive income orchestrator with web UI + Docker worker (amd64/arm64)
GenieACS: Open-source TR-069 ACS for remote CPE management with MongoDB (amd64/arm64)
@GeiserX
Copy link
Copy Markdown
Author

GeiserX commented Mar 31, 2026

LMK if you need a PR per service addition, didn't want to flood with PRs. Thanks for your work!

Pumperly: Open-source fuel & EV route planner for 36 countries with PostGIS (amd64/arm64)
LynxPrompt: Self-hosted AI IDE configuration hub with PostgreSQL (amd64/arm64)
@GeiserX GeiserX changed the title Add CashPilot and GenieACS apps Add CashPilot, GenieACS, Pumperly, and LynxPrompt apps Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant