Main Page
Appearance
Welcome to the jb-vpn.uk Wiki
This wiki contains comprehensive documentation for the reverse proxy system that forwards traffic from public subdomains to services on a Synology NAS via OpenVPN.
Documentation
The following documentation is available:
Getting Started
- Documentation Index - Overview and navigation for all documentation
- System Overview - How the system works, architecture, and components
Configuration Guides
- Adding Services - Step-by-step guide for adding new services
- Current Services - Detailed inventory of all configured services
Troubleshooting
- Port Forwarding Troubleshooting - Common issues and solutions
Wiki Management
- Wiki Upload Instructions - How to upload and sync documentation
Quick Links
Services
- Wiki Home - This page
- Synology DSM - Synology management interface
- Plex Media Server - Media server
- VPS Default - VPS web directory
System Information
- VPS IP: 87.106.61.62
- VPN Network: 10.8.0.0/24
- Synology NAS: 10.8.0.2 (via VPN)
- Web Server: Nginx
- SSL: Let's Encrypt (Certbot)
Quick Reference Commands
<syntaxhighlight lang="bash">
- Test nginx configuration
nginx -t
- Reload nginx
systemctl reload nginx
- Check SSL certificates
certbot certificates
- View nginx logs
tail -f /var/log/nginx/error.log
- Test service
curl -I https://wiki.jb-vpn.uk </syntaxhighlight>
Last updated: 2025-11-03