Main Page: Difference between revisions
Appearance
Updated Main Page with comprehensive documentation links |
Updated Main Page with comprehensive documentation links |
||
| Line 7: | Line 7: | ||
The following documentation is available: | The following documentation is available: | ||
=== | === Cursor SSH === | ||
* [[ | * [[Cursor SSH:Cursor SSH Quick Reference|Cursor SSH Quick Reference]] | ||
* [[ | * [[Cursor SSH:Cursor SSH Setup|Cursor SSH Setup]] | ||
* [[ | |||
* [[ | === OpenVPN === | ||
* [[OpenVPN:Certificate Management|Certificate Management]] | |||
* [[OpenVPN:Client Configuration|Client Configuration]] | |||
* [[OpenVPN:Integration|Integration]] | |||
* [[OpenVPN:Raspberry Pi Auto Connect|Raspberry Pi Auto Connect]] | |||
* [[OpenVPN:Server Configuration|Server Configuration]] | |||
* [[OpenVPN:User Management|User Management]] | |||
=== SSH Port Forwarding === | |||
* [[SSH Port Forwarding:Best Practices|Best Practices]] | |||
* [[SSH Port Forwarding:Configuration|Configuration]] | |||
* [[SSH Port Forwarding:Management|Management]] | |||
* [[SSH Port Forwarding:Overview|Overview]] | |||
* [[SSH Port Forwarding:SSH Port Forwarding Quickstart|SSH Port Forwarding Quickstart]] | |||
=== Services === | |||
* [[Services:Current Services|Current Services]] | |||
==== Adding Services ==== | |||
* [[Services:Best Practices|Best Practices]] | |||
* [[Services:Configuration Options|Configuration Options]] | |||
* [[Services:Prerequisites|Prerequisites]] | |||
* [[Services:Service Examples|Service Examples]] | |||
* [[Services:Step By Step|Step By Step]] | |||
=== System === | |||
* [[System:Components|Components]] | |||
* [[System:DNS Requirements|DNS Requirements]] | |||
* [[System:Network Architecture|Network Architecture]] | |||
* [[System:Security|Security]] | |||
* [[System:Service Management|Service Management]] | |||
=== Troubleshooting === | === Troubleshooting === | ||
* [[ | * [[Troubleshooting:Nginx Troubleshooting|Nginx Troubleshooting]] | ||
* [[ | * [[Troubleshooting:Openvpn Troubleshooting|Openvpn Troubleshooting]] | ||
* [[ | * [[Troubleshooting:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]] | ||
* [[ | * [[Troubleshooting:Service Troubleshooting|Service Troubleshooting]] | ||
=== Wiki Management === | === Wiki Management === | ||
* [[ | * [[Wiki Management:Fix Wiki Redirect|Fix Wiki Redirect]] | ||
* [[ | * [[Wiki Management:Upload Instructions|Upload Instructions]] | ||
== Quick Links == | == Quick Links == | ||
Revision as of 13:17, 1 January 2026
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:
Cursor SSH
OpenVPN
- Certificate Management
- Client Configuration
- Integration
- Raspberry Pi Auto Connect
- Server Configuration
- User Management
SSH Port Forwarding
Services
Adding Services
System
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