Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/exclude broken links #193

Merged
merged 4 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
https:\/\/documentation\.breadnet\.co\.uk\/uploads\/images\/gallery\/\d{4}-\d{2}\/scaled-1680-\/[a-zA-Z0-9-]+\.png
http:\/\/(?:[0-9]{1,3}(?:\.[0-9]{1,3}){3}|(?:[0-9a-fA-F]{1,4}(?::[0-9a-fA-F]{1,4}){7}|::|[0-9a-fA-F]{1,4}(?::[0-9a-fA-F]{1,4}){0,6}))(?::[0-9]{1,5})?
https://domaincontact.cloudflareregistrar.com/breadnet.co.uk
https:\/\/register-drones\.caa\.co\.uk\/(?:[^\/]+\/?)*
https://doesnotexist
http://bookstack.bread
https://bookstack.breadnet.co.uk
http://localhost
https://wakatime.com
https://play.google.com
https://submit.shutterstock.com
https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_v1.26.pdf
https://www.cyberciti.biz/faq/how-to-create-tar-gz-file-in-linux-using-command-line
4 changes: 2 additions & 2 deletions docs/cloud/fly/fly-real-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ set_real_ip_from 172.19.0.0/16;

## Example

* [My Nginx config](https://github.com/userbradley/documentation.breadnet.co.uk/blob/master/nginx.conf)
* [Cloudflare IP list](https://github.com/userbradley/documentation.breadnet.co.uk/blob/master/cloudflare)
* [My Nginx config](https://github.com/userbradley/documentation.breadnet.co.uk/blob/main/nginx.conf)
* [Cloudflare IP list](https://github.com/userbradley/documentation.breadnet.co.uk/blob/main/cloudflare.conf)
4 changes: 2 additions & 2 deletions docs/kb/public-web-facing/jellyfin-using-s3-and-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ reviewdate: '2022-01-01'

<h4 id="bkmrk-prereqs%3A-i-am-not-a-">Prereqs:</h4>
<!--suppress ALL -->
<p id="bkmrk-i-am-not-a-security-"><br>I am not a security expert, I am a sysadmin. The security of your server is up to you. Do basic things like enable <a href="https://documentation.breadnet.co.uk/books/kb-articles/page/ssh-keys" target="_blank" rel="noopener">ssh keys</a> and lock down ingress ports with ufw or iptables. What ever angles your dangle.<br>I am not a docker expert. I am a sysadmin which means I can use google (I think? bleh) so if you see anything whack in this, feel free to email me (webmaster[at]breadnet[dot]co[dot]uk)</p>
<p id="bkmrk-i-am-not-a-security-"><br>I am not a security expert, I am a sysadmin. The security of your server is up to you. Do basic things like enable <a href="https://documentation.breadnet.co.uk/kb/ssh/generate-ssh-keys/" target="_blank" rel="noopener">ssh keys</a> and lock down ingress ports with ufw or iptables. What ever angles your dangle.<br>I am not a docker expert. I am a sysadmin which means I can use google (I think? bleh) so if you see anything whack in this, feel free to email me (webmaster[at]breadnet[dot]co[dot]uk)</p>
<p id="bkmrk-%C2%A0"> </p>
<p id="bkmrk-comment%3A-3rd-may-202">Comment: 3rd may 2020: After running this for a few days it's come to my attention that for this to be viable and be able to transcode you will need a slightly more powerful host. Whilst this does feel like a kick in the nuts, its not. There are lots of technologies that still work here.</p>
<p id="bkmrk-%C2%A0-0"> </p>
Expand All @@ -27,7 +27,7 @@ reviewdate: '2022-01-01'
<pre id="bkmrk-sudo-apt-get-install"><code class="language-shell">sudo apt-get install rclone</code></pre>
<p id="bkmrk-now-we-need-to-confi">Now we need to configure the s3 bucket. I am using wasabi like I said to begin with, but some parts are universal to all s3 compatible storage options. </p>
<p id="bkmrk-%C2%A0-1"> </p>
<p id="bkmrk-login-to-wasabi-cons">Login to wasabi console at <a href="https://console.wasabi.com">https://console.wasabisys.com</a>  </p>
<p id="bkmrk-login-to-wasabi-cons">Login to wasabi console at <a href="https://console.wasabisys.com">https://console.wasabisys.com</a>  </p>
<p id="bkmrk-once-logged-in%2C-go-t">Once logged in, go to buckets and create bucket - name it what you want. call it Jeff for all I care :)</p>
<p id="bkmrk-now-that-your-bucket">Now that your bucket is created, we need to create a policy that will later be applied to a user. </p>
<p id="bkmrk-go-to-policies-on-th">Go to policies on the left hand nav bar and create new policy (top right)</p>
Expand Down