Files
hermes-vault/Notizen/Server Aingrad - Komplette Übersicht.md
T
2026-08-17 10:56:15 +02:00

70 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Server Aingrad Komplette Übersicht
> Stand: 05.08.2026
> IP: 159.195.51.99
> System: Ubuntu 24.04 LTS, 8 Kerne, 7.7 GB RAM, 2 GB Swap
> Domain: baka-net.de
---
## 🔝 Die wichtigsten Befehle (täglich)
```bash
# SSH zum Server
ssh dustin@159.195.51.99
# Docker-Container anzeigen
sudo docker ps
# Logs eines Containers
sudo docker logs <container>
# Caddy neu laden
sudo systemctl reload caddy
# Auth/Cloud/YT-Prozesse neu starten
sudo pkill -f baka_auth.py && python3 /home/dustin/scripts/baka_auth.py 8994 &
sudo pkill -f melo_cloud.py && python3 /home/dustin/scripts/melo_cloud.py 8993 &
sudo pkill -f yt_proxy.py && python3 /home/dustin/scripts/yt_proxy.py 8992 &
# Festplattenplatz prüfen
df -h
# RAM/Nutzung prüfen
free -m
# YT-Finder manuell
python3 /home/dustin/scripts/yt_link_finder.py
```
---
## 🌍 Domains & Dienste
| URL | Dienst | Port | Zugriff |
|-----|--------|------|---------|
| https://baka-net.de | Dashboard (SPA) | 443 | Basic Auth |
| https://baka-net.de/melo/ | Melo Downloads | 443 | Öffentlich |
| https://cloud.baka-net.de | Melo Cloud API (v1) | 8993 | JWT |
| https://musik.baka-net.de | Navidrome | 4533 | Proxy-Auth |
| https://git.baka-net.de | Gitea | 3000 | Login |
| https://yt.baka-net.de | YT-Proxy | 8992 | Bearer-JWT |
| https://search.baka-net.de | SearXNG Meta-Suche | 8888 | Offen |
| https://mc.baka-net.de | MC-Infoseite | — | Öffentlich |
| Minecraft | Bedrock 1.26.36.1 | 19132/UDP | Offen, offline-mode |
## Docker-Container
`anisette` · `synapse` · `navidrome` · `ladder` · `gitea` · `searxng`
## Wichtigste Datenbanken
- Baka-Auth: `/var/lib/melo-cloud/baka_auth.db`
- Registry (325 Songs): `/var/lib/melo-cloud/registry.db`
- Navidrome: 323 Songs, MusicFolder `/var/lib/melo-cloud/registry`
## ⚠️ Legacy
- API-Key `melo-cloud-2026-*` entfernt (v2.45, JWT ersetzt) — Build OHNE --dart-define
## Verwandte Notizen
- [[Melo App - Status]]
- Detaillierte Zugangsdaten: lokal `~/notizen/baka-net-gesamt.md`