|
All checks were successful
Deploy Docker Images / Build, push, and deploy (push) Successful in 19m10s
Add standalone invoice create/poll flow with unique subaddresses, a public /pay/monero page, Oban poller, and optional Docker wallet-rpc sidecar. No product unlock hooks—payments only. |
||
|---|---|---|
| .. | ||
| arblarg | ||
| atomine | ||
| elektrine | ||
| elektrine_dns | ||
| elektrine_email | ||
| elektrine_nerve | ||
| elektrine_social | ||
| elektrine_uptime | ||
| elektrine_vpn | ||
| elektrine_web | ||
| kairo | ||
| paige | ||
| README.md | ||
Umbrella Apps
Elektrine is organized as an Elixir umbrella project.
Apps
elektrine- Core domain logic, persistence, runtime serviceselektrine_web- Phoenix endpoint, router, shared layout, and common componentsarblarg- Chat facade, LiveViews, JSON APIs, and PAT APIselektrine_email- Mailbox domain, mail protocols, JMAP, WKD, and web routeselektrine_social- Social/timeline featureselektrine_vpn- VPN featureselektrine_nerve- Password nerve domain and route macroselektrine_dns- Managed DNS runtime, PAT API, and DNS LiveViewselektrine_uptime- Uptime monitors, check history, incidents, and dashboard routesatomine- Proofs, personhood, account trust, and credit policy domain logickairo- Capture, indexing, and graph-oriented knowledge featurespaige- Search provider integration and ranking support
Running app-focused tests
From the umbrella root:
mix test apps/elektrine/test
mix test apps/elektrine_web/test
mix test apps/elektrine_email/test
mix test apps/elektrine_social/test
mix test apps/elektrine_vpn/test
mix test apps/elektrine_nerve/test
mix test apps/elektrine_dns/test
mix test apps/elektrine_uptime/test
mix test apps/atomine/test
mix test apps/kairo/test
mix test apps/paige/test
Protocol docs
The current Arblarg messaging federation spec lives at ../docs/arblarg-1.0.md.
License
All umbrella apps are covered by the root repository LICENSE.