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:
parent
5a4fcf727a
commit
545c718511
@ -1,5 +1,3 @@
|
||||
# ArcticFoxes.net
|
||||
|
||||
[](https://app.netlify.com/sites/arcticfoxes-net/deploys)
|
||||
|
||||
Arcticfoxes.net landing page
|
||||
|
@ -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><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>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>
|
||||
|
||||
<!-- Footer -->
|
||||
|
22
netlify.toml
22
netlify.toml
@ -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 = []
|
Loading…
Reference in New Issue
Block a user