diff --git a/README.md b/README.md index 35643a1..836794f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # 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 diff --git a/index.html b/index.html index daf421b..62495b4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

ArcticFoxes is a couple of self hosted services and a small Matrix homeserver for cool nerds to hang around.

Rules: Do not post illegal materials, spam, harrass other people, or plan cyber attacks.

Privacy: 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.

-

Hosting: The Matrix server, Element client, TURN server, Signal Proxy, and Nitter run on our own hardware with drive encryption and colocated in the UK. The ONC Converter and landing page are hosted on Netlify.

+

Hosting: The Matrix server, Element client, TURN server, Signal Proxy, and Nitter run on our own hardware with drive encryption and colocated in the UK. The ONC Converter and landing page are hosted on Cloudflare Pages.

diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index dbee630..0000000 --- a/netlify.toml +++ /dev/null @@ -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 = [] \ No newline at end of file