Add pending apps and frontend components
- apps/captain-mobile: Mobile API service - apps/flow-ui: Flow UI application - apps/mindlink: Mindlink application - apps/storage: Storage API and workers - apps/tzzr-cli: TZZR CLI tool - deck-frontend/backups: Historical TypeScript versions - hst-frontend: Standalone HST frontend Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
20
apps/storage/storage-api.service
Normal file
20
apps/storage/storage-api.service
Normal file
@@ -0,0 +1,20 @@
|
||||
[Unit]
|
||||
Description=Storage API Server
|
||||
After=network.target postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/opt/storage
|
||||
ExecStart=/opt/storage/venv/bin/python storage_api.py
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
Environment=R2_ENDPOINT=https://7dedae6030f5554d99d37e98a5232996.r2.cloudflarestorage.com
|
||||
Environment=R2_BUCKET=deck
|
||||
Environment=DATABASE_URL=postgresql://tzzr:tzzr@localhost:5432/tzzr
|
||||
Environment=AWS_ACCESS_KEY_ID=
|
||||
Environment=AWS_SECRET_ACCESS_KEY=
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user