Jump to content

Main Page: Difference between revisions

From jb-vpn.uk Wiki
Updated Main Page with comprehensive documentation links
Updated Main Page with comprehensive documentation links
Line 9: Line 9:
=== Cursor SSH ===
=== Cursor SSH ===


* [[Cursor SSH:Cursor SSH Quick Reference|Cursor SSH Quick Reference]]
* [[Cursor SSH:Quick Reference|Quick Reference]]
* [[Cursor SSH:Cursor SSH Setup|Cursor SSH Setup]]
* [[Cursor SSH:Setup|Setup]]


=== OpenVPN ===
=== OpenVPN ===
Line 27: Line 27:
* [[SSH Port Forwarding:Management|Management]]
* [[SSH Port Forwarding:Management|Management]]
* [[SSH Port Forwarding:Overview|Overview]]
* [[SSH Port Forwarding:Overview|Overview]]
* [[SSH Port Forwarding:SSH Port Forwarding Quickstart|SSH Port Forwarding Quickstart]]
* [[SSH Port Forwarding:Quickstart|Quickstart]]


=== Services ===
=== Services ===

Revision as of 13:28, 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

SSH Port Forwarding

Services

Adding Services

System

Troubleshooting

Wiki Management

Services

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