summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/services/_index.md3
-rw-r--r--content/services/fiche.md16
-rw-r--r--content/services/invidious.md6
-rw-r--r--content/services/nitter.md3
-rw-r--r--content/services/omgur.md5
-rw-r--r--content/services/searx.md8
-rw-r--r--content/services/teddit.md3
7 files changed, 16 insertions, 28 deletions
diff --git a/content/services/_index.md b/content/services/_index.md
index dd98e8b..f303c7a 100644
--- a/content/services/_index.md
+++ b/content/services/_index.md
@@ -2,7 +2,8 @@
title: Services
---
-These are all the services I run for public use.
+These are all the services I run for public use. I give no guarantee on the
+stability of any of these services, nor the longevity of them.
<ul>
{{ range .Pages }}
diff --git a/content/services/fiche.md b/content/services/fiche.md
index d097014..62e0fe8 100644
--- a/content/services/fiche.md
+++ b/content/services/fiche.md
@@ -4,19 +4,9 @@ location: https://p.tyil.nl
upstream: https://github.com/solusipse/fiche
---
-Fiche is used for hosting pastes, which can then be accessed over HTTP at
-`p.tyil.nl`. The easiest way to create a new paste is with `nc`.
+Fiche is a service to host pastes, which can be sent to it through various
+command line utilities. The easiest way to create a new paste is with `nc`.
-To paste the output of a given command:
-
-```
+```sh
$command | nc tyil.nl 9999
```
-
-Or, to upload the contents of a file:
-
-```
-nc tyil.nl 9999 < file
-```
-
-The buffer size is set to 32k, so that is the maximum size you can paste to it.
diff --git a/content/services/invidious.md b/content/services/invidious.md
index 4f1e9ca..211879f 100644
--- a/content/services/invidious.md
+++ b/content/services/invidious.md
@@ -4,7 +4,5 @@ location: https://youtube.alt.tyil.nl
upstream: https://github.com/iv-org/invidious
---
-I'm running [my own fork of their Helm
-chart](https://git.tyil.nl/helm/invidious/), as they have a non-optional
-dependency for PostgreSQL, which I already run as a standalone service in my
-network.
+Invidious is an alternative front-end to YouTube. It greatly diminishes the
+amount of JavaScript required to watch content.
diff --git a/content/services/nitter.md b/content/services/nitter.md
index 483fd7e..5bb111a 100644
--- a/content/services/nitter.md
+++ b/content/services/nitter.md
@@ -3,3 +3,6 @@ title: Nitter
location: https://twitter.alt.tyil.nl
upstream: https://github.com/zedeus/nitter
---
+
+Nitter is an alternative front-end to Twitter, which uses no JavaScript at all
+to render the posts and comments. It also supports RSS feeds for user profiles.
diff --git a/content/services/omgur.md b/content/services/omgur.md
index f3b54e1..68c73ee 100644
--- a/content/services/omgur.md
+++ b/content/services/omgur.md
@@ -4,5 +4,6 @@ location: https://imgur.alt.tyil.nl
upstream: https://github.com/geraldwuhoo/omgur
---
-This service does not implement a "front page", but actual links to images or
-albums should work fine.
+Omgur is a JavaScript free alternative front-end to Imgur. This project does
+not include a "front page", only pages which show actual uploaded content are
+implemented.
diff --git a/content/services/searx.md b/content/services/searx.md
deleted file mode 100644
index 1460f19..0000000
--- a/content/services/searx.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Searx
-location: https://searx.tyil.nl
-upstream: https://github.com/searx/searx
----
-
-Searx is a free internet metasearch engine which aggregates results from more
-than 70 search services. Users are neither tracked nor profiled.
diff --git a/content/services/teddit.md b/content/services/teddit.md
index 1bf4a7e..a8eff08 100644
--- a/content/services/teddit.md
+++ b/content/services/teddit.md
@@ -3,3 +3,6 @@ title: Teddit
location: https://reddit.alt.tyil.nl
upstream: https://github.com/teddit-net/teddit
---
+
+Teddit as an alternative front-end to Reddit, without the need for any
+JavaScript to operate.