Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
jb-vpn.uk Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Services:Current Services
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Service Details == === 1. Wiki Service === '''Subdomain''': <code>wiki.jb-vpn.uk</code> '''Public Access''': <code>https://wiki.jb-vpn.uk</code> '''Internal Configuration''': * '''Host''': VPS (Docker) * '''Target''': <code>127.0.0.1:8010</code> (container <code>wiki-mediawiki</code>) * '''Stack''': <code>/var/www/wiki.jb/</code> * '''Protocol''': HTTP '''Reverse Proxy''': * '''Caddy''': <code>/etc/caddy/Caddyfile</code> (<code>wiki.jb-vpn.uk</code> β <code>127.0.0.1:8010</code>) '''SSL Certificate''': * '''Provider''': Let's Encrypt (via Caddy) * '''Status''': Valid '''Traffic Flow''': <pre> External Request β wiki.jb-vpn.uk:443 (HTTPS) β Caddy (SSL termination) β 127.0.0.1:8010 (MediaWiki Docker on VPS) </pre> '''Configuration Details''': * HTTP to HTTPS redirect: β Enabled * WebSocket support: β Enabled * Extended timeouts: β 300 seconds * Proxy headers: β Full set configured '''DNS Record''': <code>wiki.jb-vpn.uk</code> β <code>87.106.61.62</code> '''Test Command''': <pre class="lang-bash"> curl -I https://wiki.jb-vpn.uk == Or access directly: https://wiki.jb-vpn.uk/index.php?title=Main_Page == </pre> ---- === 2. Werbs-Wiki Service === '''Subdomain''': <code>werbs-wiki.jb-vpn.uk</code> '''Public Access''': <code>https://werbs-wiki.jb-vpn.uk</code> '''Internal Configuration''': * '''Host''': VPS (Docker) * '''Target''': <code>127.0.0.1:8011</code> (container <code>wiki-werbs-mediawiki</code>) * '''Stack''': <code>/var/www/wiki.jb/</code> * '''Protocol''': HTTP '''Reverse Proxy''': * '''Caddy''': <code>/etc/caddy/Caddyfile</code> (<code>werbs-wiki.jb-vpn.uk</code> β <code>127.0.0.1:8011</code>) '''SSL Certificate''': * '''Provider''': Let's Encrypt (via Caddy) * '''Status''': Valid '''Traffic Flow''': <pre> External Request β werbs-wiki.jb-vpn.uk:443 (HTTPS) β Caddy (SSL termination) β 127.0.0.1:8011 (MediaWiki Docker on VPS) </pre> '''Configuration Details''': * HTTP to HTTPS redirect: β Enabled * WebSocket support: β Enabled * Extended timeouts: β 300 seconds * Proxy headers: β Full set configured '''DNS Record''': <code>werbs-wiki.jb-vpn.uk</code> β <code>87.106.61.62</code> '''Test Command''': <pre class="lang-bash"> curl -I https://werbs-wiki.jb-vpn.uk </pre> ---- === 3. Synology DSM === '''Subdomain''': <code>dsm.jb-vpn.uk</code> '''Public Access''': <code>https://dsm.jb-vpn.uk</code> '''Internal Configuration''': * '''Target IP''': <code>10.8.0.2</code> (Synology NAS via VPN) * '''Target Port''': <code>5001</code> * '''Protocol''': HTTPS '''Reverse Proxy''': * '''Caddy''': <code>/etc/caddy/Caddyfile</code> (<code>dsm.jb-vpn.uk</code> β <code>https://10.8.0.2:5001</code>) '''SSL Certificate''': * '''Provider''': Let's Encrypt (via Caddy) * '''Status''': Valid '''Traffic Flow''': <pre> External Request β dsm.jb-vpn.uk:443 (HTTPS) β Caddy (SSL termination) β 10.8.0.2:5001 (HTTPS on NAS via VPN) </pre> '''Configuration Details''': * HTTP to HTTPS redirect: β Enabled * WebSocket support: β Enabled (for DSM WebSocket features) * Internal HTTPS: β Passes through to Synology HTTPS '''DNS Record''': <code>dsm.jb-vpn.uk</code> β <code>87.106.61.62</code> '''Test Command''': <pre class="lang-bash"> curl -I https://dsm.jb-vpn.uk </pre> ---- === 4. Plex Media Server === '''Subdomain''': <code>plex.jb-vpn.uk</code> '''Public Access''': <code>https://plex.jb-vpn.uk</code> '''Internal Configuration''': * '''Target IP''': <code>10.8.0.2</code> (Synology NAS via VPN) * '''Target Port''': <code>32400</code> * '''Protocol''': HTTP '''Reverse Proxy''': * '''Caddy''': <code>/etc/caddy/Caddyfile</code> (<code>plex.jb-vpn.uk</code> β <code>http://10.8.0.2:32400</code>) '''SSL Certificate''': * '''Provider''': Let's Encrypt (via Caddy) * '''Status''': Valid '''Traffic Flow''': <pre> External Request β plex.jb-vpn.uk:443 (HTTPS) β Caddy (SSL termination) β 10.8.0.2:32400 (HTTP on NAS via VPN) </pre> '''Configuration Details''': * HTTP to HTTPS redirect: β Enabled * Plex-specific headers: β Configured * X-Plex-Client-Identifier * X-Plex-Device * X-Plex-Product * X-Plex-Version * X-Plex-Platform * X-Plex-Platform-Version * X-Plex-Device-Name * X-Plex-Provides * X-Plex-Token '''DNS Record''': <code>plex.jb-vpn.uk</code> β <code>87.106.61.62</code> '''Test Command''': <pre class="lang-bash"> curl -I https://plex.jb-vpn.uk </pre> ---- === 5. VPS Default Web Directory === '''Subdomain''': <code>vps.jb-vpn.uk</code> '''Public Access''': <code>https://vps.jb-vpn.uk</code> '''Internal Configuration''': * '''Type''': Static files * '''Web Root''': <code>/var/www/html</code> * '''Protocol''': Direct file serving '''Reverse Proxy''': * '''Caddy''': <code>/etc/caddy/Caddyfile</code> (<code>vps.jb-vpn.uk</code> β <code>file_server</code> for <code>/var/www/html</code>) '''SSL Certificate''': * '''Provider''': Let's Encrypt (via Caddy) * '''Status''': Valid '''Traffic Flow''': <pre> External Request β vps.jb-vpn.uk:443 (HTTPS) β Caddy (SSL termination + file_server) β /var/www/html </pre> '''Configuration Details''': * HTTP to HTTPS redirect: β Enabled * Static file serving: β Enabled * Index files: <code>index.html</code>, <code>index.htm</code>, <code>index.nginx-debian.html</code> '''DNS Record''': <code>vps.jb-vpn.uk</code> β <code>87.106.61.62</code> '''Test Command''': <pre class="lang-bash"> curl -I https://vps.jb-vpn.uk </pre> ----
Summary:
Please note that all contributions to jb-vpn.uk Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Jb-vpn.uk Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Services:Current Services
(section)
Add topic