Setup-Skript + Docs für Arcane Ubuntu VM

- docker-compose.yml mit PROJECTS_DIRECTORY konfigurieren
This commit is contained in:
Hitonabi
2026-07-21 16:28:42 +02:00
parent ab34ec09ce
commit e91d4a18b7
2 changed files with 37 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
# Arcane VM Setup Status
## Aktueller Stand
- VM IP: 192.168.178.162
- User: arcane
- Status: Warte auf SSH-Verbindung (PowerShell Timeout Issue)
## Setup-Skript
Ich habe `arcane-vm-setup.sh` erstellt. Führe dies auf der VM aus:
```bash
chmod +x arcane-vm-setup.sh
./arcane-vm-setup.sh
```
## Nächste Schritte
1. **SSH auf VM verbinden** (mit Deinem Terminal, nicht über opencode)
2. **Setup-Skript ausführen**
3. **Arcane ist erreichbar unter**: http://192.168.178.162:3552
4. **Rippy importieren** über Git Sync
## Status: Warte auf Setup auf VM