From 21d9de1e75dd00cadd2db85540c3edc45793f1b5 Mon Sep 17 00:00:00 2001 From: alvis Date: Sun, 8 Mar 2026 07:27:51 +0000 Subject: [PATCH] Update Juris page with copyparty, Caddy, Xray services; add copyparty to Hello --- Hello.md | 1 + Juris.md | 34 ++++++++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/Hello.md b/Hello.md index 35a1f19..8e57938 100644 --- a/Hello.md +++ b/Hello.md @@ -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 diff --git a/Juris.md b/Juris.md index c949f0f..b875840 100644 --- a/Juris.md +++ b/Juris.md @@ -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`.