Jump to content

Main Page: Difference between revisions

From jb-vpn.uk Wiki
No edit summary
 
Updated Main Page with comprehensive documentation links
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
== Welcome to the jb-vpn.uk Wiki ==


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
This wiki contains comprehensive documentation for the reverse proxy system that forwards traffic from public subdomains to services on a Synology NAS via OpenVPN.


== Getting started ==
== Documentation ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
The following documentation is available:
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
=== Getting Started ===
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* [[Documentation:Index|Documentation Index]] - Overview and navigation for all documentation
* [[Documentation:System Overview|System Overview]] - How the system works, architecture, and components
 
=== Configuration Guides ===
* [[Documentation:Adding Services|Adding Services]] - Step-by-step guide for adding new services
* [[Documentation:Current Services|Current Services]] - Detailed inventory of all configured services
 
=== Troubleshooting ===
* [[Documentation:Port Forwarding Troubleshooting|Port Forwarding Troubleshooting]] - Common issues and solutions
 
=== Wiki Management ===
* [[Documentation:Wiki Upload Instructions|Wiki Upload Instructions]] - How to upload and sync documentation
 
== Quick Links ==
 
=== Services ===
* [[Main Page|Wiki Home]] - This page
* [https://dsm.jb-vpn.uk Synology DSM] - Synology management interface
* [https://plex.jb-vpn.uk Plex Media Server] - Media server
* [https://vps.jb-vpn.uk 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 ==
 
<syntaxhighlight lang="bash">
# 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
</syntaxhighlight>
 
----
''Last updated: 2025-11-03''

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

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-11-03