Main Page: Difference between revisions
Appearance
Updated Main Page with comprehensive documentation links |
Updated Main Page with comprehensive documentation links |
||
| Line 1: | Line 1: | ||
== Welcome to the jb-vpn.uk Wiki == | == Welcome to the jb-vpn.uk Wiki == | ||
This wiki contains | This wiki contains documentation for the jb-vpn.uk infrastructure: reverse proxy (Caddy), VPS-hosted services (WebApp, MediaWiki), and Synology NAS services reached via OpenVPN (DSM, Plex). | ||
== Documentation == | == Documentation == | ||
| Line 76: | Line 76: | ||
* '''VPN Network''': 10.8.0.0/24 | * '''VPN Network''': 10.8.0.0/24 | ||
* '''Synology NAS''': 10.8.0.2 (via VPN) | * '''Synology NAS''': 10.8.0.2 (via VPN) | ||
* ''' | * '''Edge proxy''': Caddy (ports 80/443) | ||
* '''SSL''': Let's Encrypt ( | * '''SSL''': Let's Encrypt (automatic via Caddy) | ||
== Quick Reference Commands == | == Quick Reference Commands == | ||
<pre class="lang-bash"> | <pre class="lang-bash"> | ||
# | # Caddy | ||
caddy validate --config /etc/caddy/Caddyfile | |||
systemctl reload caddy | |||
journalctl -u caddy -n 50 | |||
# | # Wiki stack | ||
cd /var/www/wiki.jb && docker compose ps | |||
# Test public wiki | |||
# Test | |||
curl -I https://wiki.jb-vpn.uk | curl -I https://wiki.jb-vpn.uk | ||
</pre> | </pre> | ||
Latest revision as of 14:04, 16 May 2026
Welcome to the jb-vpn.uk Wiki
[edit]This wiki contains documentation for the jb-vpn.uk infrastructure: reverse proxy (Caddy), VPS-hosted services (WebApp, MediaWiki), and Synology NAS services reached via OpenVPN (DSM, Plex).
Documentation
[edit]The following documentation is available:
Cursor SSH
[edit]OpenVPN
[edit]- Certificate Management
- Client Configuration
- Integration
- Raspberry Pi Auto Connect
- Server Configuration
- User Management
SSH Port Forwarding
[edit]Services
[edit]Adding Services
[edit]System
[edit]Troubleshooting
[edit]- Nginx Troubleshooting
- Openvpn Troubleshooting
- Port Forwarding Troubleshooting
- Service Troubleshooting
Webapp
[edit]Wiki Management
[edit]Quick Links
[edit]Services
[edit]- Wiki Home - This page
- Synology DSM - Synology management interface
- Plex Media Server - Media server
- VPS Default - VPS web directory
System Information
[edit]- VPS IP: 87.106.61.62
- VPN Network: 10.8.0.0/24
- Synology NAS: 10.8.0.2 (via VPN)
- Edge proxy: Caddy (ports 80/443)
- SSL: Let's Encrypt (automatic via Caddy)
Quick Reference Commands
[edit]# Caddy caddy validate --config /etc/caddy/Caddyfile systemctl reload caddy journalctl -u caddy -n 50 # Wiki stack cd /var/www/wiki.jb && docker compose ps # Test public wiki curl -I https://wiki.jb-vpn.uk