Update Juris page with copyparty, Caddy, Xray services; add copyparty to Hello
1
Hello.md
1
Hello.md
@@ -17,6 +17,7 @@ This repository contains Docker Compose files, configuration templates, and depl
|
|||||||
| Home Assistant | Home automation |
|
| Home Assistant | Home automation |
|
||||||
| 3X-UI | VPN / proxy |
|
| 3X-UI | VPN / proxy |
|
||||||
| Adolf | Persistent AI assistant via Telegram (GPU inference, long-term memory) |
|
| Adolf | Persistent AI assistant via Telegram (GPU inference, long-term memory) |
|
||||||
|
| Copyparty | File sharing on Juris remote server (`share.alogins.net:3999`) |
|
||||||
|
|
||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
|
|||||||
34
Juris.md
34
Juris.md
@@ -1,6 +1,6 @@
|
|||||||
# Juris Server
|
# 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
|
## Access
|
||||||
|
|
||||||
@@ -8,9 +8,8 @@ Remote server monitored via Zabbix.
|
|||||||
|-|-|
|
|-|-|
|
||||||
| IP | `83.99.190.32` |
|
| IP | `83.99.190.32` |
|
||||||
| User | `juris` |
|
| User | `juris` |
|
||||||
| SSH | `ssh juris@83.99.190.32` |
|
| SSH | `ssh juris@83.99.190.32` (key auth) |
|
||||||
|
| sudo | password required |
|
||||||
## SSH Key Setup
|
|
||||||
|
|
||||||
To allow passwordless SSH access from Agap:
|
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
|
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
|
## Zabbix Monitoring
|
||||||
|
|
||||||
Agent: `zabbix-agent2` running in active mode — connects outbound to `zb.alogins.net:10051`.
|
Agent: `zabbix-agent2` running in active mode — connects outbound to `zb.alogins.net:10051`.
|
||||||
|
|||||||
Reference in New Issue
Block a user