Update Juris page with copyparty, Caddy, Xray services; add copyparty to Hello

2026-03-08 07:27:51 +00:00
parent 3446f92c42
commit 21d9de1e75
2 changed files with 31 additions and 4 deletions

@@ -17,6 +17,7 @@ This repository contains Docker Compose files, configuration templates, and depl
| Home Assistant | Home automation |
| 3X-UI | VPN / proxy |
| Adolf | Persistent AI assistant via Telegram (GPU inference, long-term memory) |
| Copyparty | File sharing on Juris remote server (`share.alogins.net:3999`) |
## Stack

@@ -1,6 +1,6 @@
# Juris Server
Remote server monitored via Zabbix.
Remote server at `83.99.190.32`. Full config documented in [juris-backup repo](http://localhost:3000/alvis/juris-backup).
## Access
@@ -8,9 +8,8 @@ Remote server monitored via Zabbix.
|-|-|
| IP | `83.99.190.32` |
| User | `juris` |
| SSH | `ssh juris@83.99.190.32` |
## SSH Key Setup
| SSH | `ssh juris@83.99.190.32` (key auth) |
| sudo | password required |
To allow passwordless SSH access from Agap:
@@ -18,6 +17,33 @@ To allow passwordless SSH access from Agap:
ssh-copy-id juris@83.99.190.32
```
## Services
| Service | URL | Notes |
|---------|-----|-------|
| Copyparty (file sharing) | `https://share.alogins.net:3999` | Docker, 408GB storage |
| Xray VPN | `share.alogins.net:443` | LXD container, VLESS+XHTTP+Reality |
| x-ui panel | `https://share.alogins.net:16627/gBdsRLtVZdgZ63wmVR/` | Xray management |
## Copyparty
File sharing server running in Docker, served via Caddy on port 3999.
```
share.alogins.net:3999 → Caddy (TLS) → Docker copyparty (3923) → /mnt/data/shared (408GB)
```
```bash
sudo docker ps
sudo docker restart copyparty
```
## Xray VPN
LXD container `xray` running x-ui + Xray. See [ai-xray repo](http://localhost:3000/alvis/ai-xray) for benchmark and config details.
Active config: VLESS + XHTTP + Reality, SNI `www.delfi.lv`.
## Zabbix Monitoring
Agent: `zabbix-agent2` running in active mode — connects outbound to `zb.alogins.net:10051`.