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 8: Line 8:


=== Getting Started ===
=== Getting Started ===
* [[Documentation:Index|Documentation Index]] - Overview and navigation for all documentation
* [[Documentation:System Overview|System Overview]]
* [[Documentation:System Overview|System Overview]] - How the system works, architecture, and components
* [[Documentation:Openvpn Server|Openvpn Server]]


=== Configuration Guides ===
=== Configuration Guides ===
* [[Documentation:Adding Services|Adding Services]] - Step-by-step guide for adding new services
* [[Documentation:Adding Services|Adding Services]]
* [[Documentation:Current Services|Current Services]] - Detailed inventory of all configured services
* [[Documentation:Current Services|Current Services]]


=== Troubleshooting ===
=== Troubleshooting ===
* [[Documentation:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]] - Common issues and solutions
* [[Documentation:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]]


=== Wiki Management ===
=== Wiki Management ===
* [[Documentation:Wiki Upload Instructions|Wiki Upload Instructions]] - How to upload and sync documentation
* [[Documentation:Upload Instructions|Upload Instructions]]
 
=== Documentation Index ===
* [[Documentation:Index|Documentation Index]] - Overview and navigation


== Quick Links ==
== Quick Links ==
Line 57: Line 60:


----
----
''Last updated: 2025-11-03''
''Last updated: 2025-12-29''

Revision as of 17:50, 29 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

Configuration Guides

Troubleshooting

Wiki Management

Documentation Index

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

<syntaxhighlight lang="bash">

  1. Test nginx configuration

nginx -t

  1. Reload nginx

systemctl reload nginx

  1. Check SSL certificates

certbot certificates

  1. View nginx logs

tail -f /var/log/nginx/error.log

  1. Test service

curl -I https://wiki.jb-vpn.uk </syntaxhighlight>


Last updated: 2025-12-29