https://github.com/pilotmoon/backend
Backend API server (node)
https://github.com/pilotmoon/backend
Last synced: over 1 year ago
JSON representation
Backend API server (node)
- Host: GitHub
- URL: https://github.com/pilotmoon/backend
- Owner: pilotmoon
- Created: 2023-02-03T10:14:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T19:48:02.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:17:38.700Z (over 1 year ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend
Back-end components for Pilotmoon's apps and websites.
Current capabilities:
- Generate license keys
Planned capabilities:
- Manage downloads & release notes
- Generate Sparkle feeds
- Collect anonymous app analytics
- Sign and store extensions
- Synchronise extensions and settings
## Components
There are two server components, running as separate apps:
- `src/rolo/`: **Rolo**, the main API server.
- `src/twix/`: **Twix**, a companion server that acts as an adapter interface
for external services.
## Infrastructure
The components are deployed on DigitalOcean App Platform under Node 18.x,
fronted by an nginx reverse proxy.