feat: v0.8.3 + git.kgva.ch → git.openbureau.ch
- Alle Git-Links auf git.openbureau.ch umgestellt - Version 0.8.3: Download-Links, Badges, FAQ, Changelog-Eintrag - Changelog: 0.8.3 Neu (PWA, Desktop-Verhalten, Testmodus), 0.8.2 als Vorversion Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+12
-12
@@ -5,18 +5,18 @@ weight: 3
|
||||
toc: true
|
||||
---
|
||||
|
||||
Aktuelle Builds von Rapport. Quellcode und ältere Versionen auf [Gitea](https://git.kgva.ch/karim/RAPPORT/releases).
|
||||
Aktuelle Builds von Rapport. Quellcode und ältere Versionen auf [Gitea](https://git.openbureau.ch/karim/RAPPORT/releases).
|
||||
|
||||
Rapport besteht aus zwei Komponenten:
|
||||
|
||||
| Komponente | Für wen | Aktuelle Version |
|
||||
|---|---|---|
|
||||
| **Desktop-App** | Solo-Büro, lokale Datenhaltung | 0.8.2 |
|
||||
| **Desktop-App** | Solo-Büro, lokale Datenhaltung | 0.8.3 |
|
||||
| **Rapport Server** | Team / Multi-User / Selfhost | 0.1.0 |
|
||||
|
||||
---
|
||||
|
||||
## Desktop-App — Pre-Release 0.8.2
|
||||
## Desktop-App — Pre-Release 0.8.3
|
||||
|
||||
<span class="rapport-status new">Aktuelle Version</span>
|
||||
|
||||
@@ -26,14 +26,14 @@ Rapport besteht aus zwei Komponenten:
|
||||
|
||||
| Architektur | Download |
|
||||
|---|---|
|
||||
| **Apple Silicon (M1–M4)** | [RAPPORT_0.8.2_aarch64.dmg](https://git.kgva.ch/karim/RAPPORT/releases/download/0.8.2/RAPPORT%20PRE-RELEASE_0.8.2_aarch64.dmg) |
|
||||
| **Intel (x86_64)** | [auf Anfrage](https://git.kgva.ch/karim/RAPPORT/issues/new) |
|
||||
| **Apple Silicon (M1–M4)** | [RAPPORT_0.8.3_aarch64.dmg](https://git.openbureau.ch/karim/RAPPORT/releases/download/0.8.3/RAPPORT%20PRE-RELEASE_0.8.3_aarch64.dmg) |
|
||||
| **Intel (x86_64)** | [auf Anfrage](https://git.openbureau.ch/karim/RAPPORT/issues/new) |
|
||||
|
||||
> **Erstinstallation:** *Systemeinstellungen → Datenschutz & Sicherheit* öffnen und Rapport zulassen. Die Builds sind über Tauri signiert, aber (noch) nicht Apple-notarisiert.
|
||||
|
||||
### Linux & Windows
|
||||
|
||||
**Geplant.** Rapport basiert auf Tauri 2 — eine Portierung ist möglich, sobald der Bedarf besteht. [Issue erstellen](https://git.kgva.ch/karim/RAPPORT/issues/new), wenn du eine Plattform brauchst.
|
||||
**Geplant.** Rapport basiert auf Tauri 2 — eine Portierung ist möglich, sobald der Bedarf besteht. [Issue erstellen](https://git.openbureau.ch/karim/RAPPORT/issues/new), wenn du eine Plattform brauchst.
|
||||
|
||||
---
|
||||
|
||||
@@ -49,8 +49,8 @@ GUI zum Starten, Stoppen und Verwalten der Server-Instanz auf einem Mac (Mac Min
|
||||
|
||||
| Architektur | Download |
|
||||
|---|---|
|
||||
| **Apple Silicon (M1–M4)** | [RAPPORT_SERVER_0.1.0_aarch64.dmg](https://git.kgva.ch/karim/rapport-server/releases/download/0.1.0/RAPPORT%20SERVER_0.1.0_aarch64.dmg) |
|
||||
| **Intel (x86_64)** | [auf Anfrage](https://git.kgva.ch/karim/rapport-server/issues/new) |
|
||||
| **Apple Silicon (M1–M4)** | [RAPPORT_SERVER_0.1.0_aarch64.dmg](https://git.openbureau.ch/karim/rapport-server/releases/download/0.1.0/RAPPORT%20SERVER_0.1.0_aarch64.dmg) |
|
||||
| **Intel (x86_64)** | [auf Anfrage](https://git.openbureau.ch/karim/rapport-server/issues/new) |
|
||||
|
||||
> **Voraussetzung:** [Colima](https://github.com/abiosoft/colima) oder Docker Desktop muss installiert sein. Die App verwaltet den Container-Stack darüber.
|
||||
|
||||
@@ -59,7 +59,7 @@ GUI zum Starten, Stoppen und Verwalten der Server-Instanz auf einem Mac (Mac Min
|
||||
Für Linux-Server, NAS oder VPS — der reine Docker-Compose-Stack ohne GUI.
|
||||
|
||||
```bash
|
||||
git clone https://git.kgva.ch/karim/rapport-server.git
|
||||
git clone https://git.openbureau.ch/karim/rapport-server.git
|
||||
cd rapport-server
|
||||
git checkout 0.1.0
|
||||
cp .env.example .env
|
||||
@@ -78,7 +78,7 @@ Container-Images werden von Docker Hub / Gitea-Registry gezogen — `docker comp
|
||||
**Desktop-App** — Tauri / React:
|
||||
|
||||
```bash
|
||||
git clone https://git.kgva.ch/karim/RAPPORT.git
|
||||
git clone https://git.openbureau.ch/karim/RAPPORT.git
|
||||
cd RAPPORT/APP
|
||||
npm install
|
||||
npm run tauri dev
|
||||
@@ -89,10 +89,10 @@ Voraussetzungen: Node 20+, Rust (stable), Xcode-CLI (macOS).
|
||||
**Rapport Server**:
|
||||
|
||||
```bash
|
||||
git clone https://git.kgva.ch/karim/rapport-server.git
|
||||
git clone https://git.openbureau.ch/karim/rapport-server.git
|
||||
```
|
||||
|
||||
Beide Repos auf [Gitea](https://git.kgva.ch/karim) — Issues und PRs willkommen.
|
||||
Beide Repos auf [Gitea](https://git.openbureau.ch/karim) — Issues und PRs willkommen.
|
||||
|
||||
## Auto-Update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user