1
0
mirror of https://github.com/ArcticFoxes-net/arcticfoxes.net synced 2025-02-20 19:31:33 -05:00

Move to Cloudflare

This commit is contained in:
Tommy 2023-06-15 20:09:06 -07:00 committed by GitHub
parent 5a4fcf727a
commit 545c718511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 25 deletions

View File

@ -1,5 +1,3 @@
# ArcticFoxes.net # ArcticFoxes.net
[![Netlify Status](https://api.netlify.com/api/v1/badges/df4927e3-a68e-41fa-b745-1052a2a8c237/deploy-status)](https://app.netlify.com/sites/arcticfoxes-net/deploys)
Arcticfoxes.net landing page Arcticfoxes.net landing page

View File

@ -19,7 +19,7 @@
<p>ArcticFoxes is a couple of self hosted services and a small Matrix homeserver for cool nerds to hang around.</p> <p>ArcticFoxes is a couple of self hosted services and a small Matrix homeserver for cool nerds to hang around.</p>
<p><strong>Rules</strong>: Do not post illegal materials, spam, harrass other people, or plan cyber attacks.</p> <p><strong>Rules</strong>: Do not post illegal materials, spam, harrass other people, or plan cyber attacks.</p>
<p><strong>Privacy</strong>: We do not sell your data to third parties. However, we do have the data that every Matrix homeserver operator has access to, including but not limited to your IP address, your contacts, which rooms you are in, etc. We reserve the right to forward criminal activities to relevant authorities and comply with lawful requests where there is legal basis.</p> <p><strong>Privacy</strong>: We do not sell your data to third parties. However, we do have the data that every Matrix homeserver operator has access to, including but not limited to your IP address, your contacts, which rooms you are in, etc. We reserve the right to forward criminal activities to relevant authorities and comply with lawful requests where there is legal basis.</p>
<p><strong>Hosting</strong>: The Matrix server, <a href="https://element.arcticfoxes.net">Element client</a>, TURN server, <a href="https://signal.tube/#virgo.arcticfoxes.net">Signal Proxy</a>, and <a href="https://nitter.arcticfoxes.net">Nitter</a> run on our own hardware with drive encryption and colocated in the UK. The <a href="https://onc.arcticfoxes.net/">ONC Converter</a> and landing page are hosted on <a href="https://netlify.com">Netlify</a>.</p> <p><strong>Hosting</strong>: The Matrix server, <a href="https://element.arcticfoxes.net">Element client</a>, TURN server, <a href="https://signal.tube/#virgo.arcticfoxes.net">Signal Proxy</a>, and <a href="https://nitter.arcticfoxes.net">Nitter</a> run on our own hardware with drive encryption and colocated in the UK. The <a href="https://onc.arcticfoxes.net/">ONC Converter</a> and landing page are hosted on <a href="https://pages.cloudflare.com/">Cloudflare Pages</a>.</p>
</header> </header>
<!-- Footer --> <!-- Footer -->

View File

@ -1,22 +0,0 @@
[[plugins]]
package = "netlify-plugin-checklinks"
[plugins.inputs]
# An array of glob patterns for pages on your site
# Recursive traversal will start from these
entryPoints = [
"*.html",
]
# Recurse through all the links and asset references on your page, starting
# at the entrypoints
recursive = true
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html)
# by default. Enabling pretty mode makes the output easier on the eyes.
pretty = true
# You can mark some check as skipped, which will block checklinks
# from ever attempting to execute them.
# skipPatterns is an array of strings you can match against failing reports
skipPatterns = []