Main Page: Difference between revisions
Appearance
Updated Main Page with comprehensive documentation links |
Updated Main Page with comprehensive documentation links |
||
| Line 6: | Line 6: | ||
The following documentation is available: | The following documentation is available: | ||
=== Documentation Index === | |||
* [[Documentation:Index|Documentation Index]] - Overview and navigation | |||
=== Getting Started === | === Getting Started === | ||
==== Openvpn Server ==== | |||
* [[Documentation:Certificate Management|Certificate Management]] | * [[Documentation:Certificate Management|Certificate Management]] | ||
* [[Documentation:Client Configuration|Client Configuration]] | * [[Documentation:Client Configuration|Client Configuration]] | ||
* [[Documentation:Integration|Integration]] | * [[Documentation:Integration|Integration]] | ||
* [[Documentation:Server Configuration|Server Configuration]] | |||
* [[Documentation:User Management|User Management]] | * [[Documentation:User Management|User Management]] | ||
==== System Overview ==== | |||
* [[Documentation:Components|Components]] | |||
* [[Documentation:Dns Requirements|Dns Requirements]] | |||
* [[Documentation:Network Architecture|Network Architecture]] | |||
* [[Documentation:Security|Security]] | |||
* [[Documentation:Service Management|Service Management]] | |||
=== Configuration Guides === | === Configuration Guides === | ||
* [[Documentation:Current Services|Current Services]] | |||
* [[Documentation:Cursor Ssh Quick Reference|Cursor Ssh Quick Reference]] | |||
* [[Documentation:Cursor Ssh Setup|Cursor Ssh Setup]] | * [[Documentation:Cursor Ssh Setup|Cursor Ssh Setup]] | ||
* [[Documentation:Ssh Port Forwarding Quickstart|Ssh Port Forwarding Quickstart]] | * [[Documentation:Ssh Port Forwarding Quickstart|Ssh Port Forwarding Quickstart]] | ||
==== Adding Services ==== | |||
* [[Documentation:Best Practices|Best Practices]] | * [[Documentation:Best Practices|Best Practices]] | ||
* [[Documentation:Configuration Options|Configuration Options]] | * [[Documentation:Configuration Options|Configuration Options]] | ||
* [[Documentation:Prerequisites|Prerequisites]] | * [[Documentation:Prerequisites|Prerequisites]] | ||
* [[Documentation:Service Examples|Service Examples]] | |||
* [[Documentation:Step By Step|Step By Step]] | * [[Documentation:Step By Step|Step By Step]] | ||
* [[Documentation: | |||
==== Ssh Port Forwarding ==== | |||
* [[Documentation:Best Practices|Best Practices]] | |||
* [[Documentation:Configuration|Configuration]] | |||
* [[Documentation:Management|Management]] | |||
* [[Documentation:Overview|Overview]] | |||
=== Troubleshooting === | === Troubleshooting === | ||
* [[Documentation:Nginx Troubleshooting|Nginx Troubleshooting]] | * [[Documentation:Nginx Troubleshooting|Nginx Troubleshooting]] | ||
* [[Documentation:Openvpn Troubleshooting|Openvpn Troubleshooting]] | * [[Documentation:Openvpn Troubleshooting|Openvpn Troubleshooting]] | ||
* [[Documentation:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]] | * [[Documentation:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]] | ||
* [[Documentation:Service Troubleshooting|Service Troubleshooting]] | |||
=== Wiki Management === | === Wiki Management === | ||
* [[Documentation:Fix Wiki Redirect|Fix Wiki Redirect]] | |||
* [[Documentation:Upload Instructions|Upload Instructions]] | * [[Documentation:Upload Instructions|Upload Instructions]] | ||
== Quick Links == | == Quick Links == | ||
Revision as of 14:32, 31 December 2025
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:
Documentation Index
- Documentation Index - Overview and navigation
Getting Started
Openvpn Server
System Overview
Configuration Guides
Adding Services
Ssh Port Forwarding
Troubleshooting
- Nginx Troubleshooting
- Openvpn Troubleshooting
- Port Forwarding Troubleshooting
- Service Troubleshooting
Wiki Management
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
# 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
Last updated: 2025-12-31