howto.html
<!DOCTYPE html>
<html>
<head>
<style>
ul.no-bullets {
list-style-type: none;
margin: 0;
padding: 0;
}
.hover-wrapper {
position: relative;
display: inline-block;
cursor: pointer;
}
.hover-image {
display: none;
position: absolute;
top: 120%; /* position below the text */
left: 0;
width: 400px; /* set your image size */
border: 1px solid #ccc;
background: #fff;
padding: 5px;
z-index: 10;
}
.hover-wrapper:hover .hover-image {
display: block;
}
</style>
</head>
<body>
<h1>Show Checkboxes</h1>
<p>
I've got a new server up and running but it failed transfering some accounts over - so go through the list below if you want to get access back<br>
I've already setup as much as i can for you - so you dont need to do anything for the checked items (<input type="checkbox" checked>)
</p>
<ul class="no-bullets">
<li><input type="checkbox" checked><span class="hover-wrapper">Enter your details for your account <img class="hover-image" src="https://access.pknw1.co.uk/assets/banner.gif" alt="Preview"></span></li>
<li><input type="checkbox" checked>If you add your reddit account, you can access the private community for help and updates at r/pknw1</li>
<li><input type="checkbox" checked >Hit Submit and wait for the "success" screen</li>
<li><input type="checkbox" checked>All accounts are verfied by me manually - and I usually do this within a few minutes</li>
<li><input type="checkbox" checked>You can message me to speed up the activation via reddit</li>
<li><input type="checkbox">Login to the access portal with your username and password : <a href="https://access.pknw1.co.uk" target="_new">https://access.pknw1.co.uk</a></li>
<li><input type="checkbox">Click the link to <a href="https://access.pknw1.co.uk/whitelist" target="_new"> "Whitelist Your IP"</a> to allow access from your current location</li>
<li><input type="checkbox" checked>Done!</li>
</ul>
<p>
Any new location you want to stream from, you will need to login with your account and password at https://access.pknw1.co.uk to update an additional IP (it will normally show straight after login or go to <a href="https://access.pknw1.co.uk/whitelist" target="_new">Whitelist Your IP</a>
</p>
<ul class="no-bullets">
<li><input type="checkbox" checked>you can add as many IPs as you want</li>
<li><input type="checkbox" checked>you only need to register once per network </li>
<li><input type="checkbox" checked>if your IP changes, just re-login and click whitelist - all done</li>
</ul>
</body>
</html>
URL Links:
Jellyfin Streaming - https://watch.notflix.pknw1.co.uk
Account registration - https://access.notflix.pknw1.co.uk/sso/register
IP Whitelist - https://access.notflix.pknw1.co.uk/whitelist
Redit Support Community - https://reffit.com/r/pknw1
Search & Add New Movies - now integrated into jellyfin under the Search option
Download YouTube to Jellyfin Server (no ads) - https://yt.notflix.pknw1.co.uk
Use Self-Hosted Password Manager - https://.vault.notflix.pknw1.co.uk
Access System Status Page - https://status.pknw1.co.uk
Access Documentation - https://bookstack.notflix.pknw1.co.uk
Access Apps Panel - https://apps.notflix.pknw1.co.uk
{% endblock %}