Initial source: RAPPORT Server-App v0.1.0
- Tauri-2-Admin-UI fuer den Rapport-Compose-Stack - React-Frontend (JSX, kein TS) mit Material-Symbols-Icons - Service-Cards mit Live-Stats (CPU/RAM), Logs, Restart/Stop - Backup-/Restore-System mit pg_dumpall + Retention - Container-Auto-Updates mit Pre-Backup - App-Auto-Updater (Tauri signiert) gegen latest.json im Repo-Root - HTTPS-WebUI (axum/rustls) mit Basic-Auth, CSRF, Rate-Limit, Security-Headers - Setup-Wizard: lädt Docker+Colima+Lima direct von GitHub/docker.com nach ~/.rapport/bin/ - Tray-Modus + macOS-Notifications + Auto-Recovery - Login-Item via tauri-plugin-autostart
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
.vite/
|
||||
|
||||
# Rust / Tauri
|
||||
src-tauri/target/
|
||||
src-tauri/gen/
|
||||
|
||||
# Binaries (download via scripts/download-binaries.sh)
|
||||
binaries/macos-aarch64/*
|
||||
binaries/macos-x86_64/*
|
||||
binaries/linux-x86_64/*
|
||||
binaries/windows-x86_64/*
|
||||
!binaries/*/.gitkeep
|
||||
!binaries/README.md
|
||||
!binaries/manifest.json
|
||||
|
||||
# Local app data (only relevant when running outside the bundle)
|
||||
data/
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
|
||||
# Signing keys (per-developer, never commit)
|
||||
.rapport-signing/
|
||||
*.key
|
||||
*.key.pub
|
||||
Reference in New Issue
Block a user