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