summaryrefslogtreecommitdiff
path: root/content/services
diff options
context:
space:
mode:
Diffstat (limited to 'content/services')
-rw-r--r--content/services/_index.md12
-rw-r--r--content/services/fiche.md12
-rw-r--r--content/services/invidious.md8
-rw-r--r--content/services/nitter.md8
-rw-r--r--content/services/omgur.md9
-rw-r--r--content/services/searxng.md9
-rw-r--r--content/services/teddit.md8
7 files changed, 66 insertions, 0 deletions
diff --git a/content/services/_index.md b/content/services/_index.md
new file mode 100644
index 0000000..f303c7a
--- /dev/null
+++ b/content/services/_index.md
@@ -0,0 +1,12 @@
+---
+title: Services
+---
+
+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 }}
+ <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
+{{ end }}
+</ul>
diff --git a/content/services/fiche.md b/content/services/fiche.md
new file mode 100644
index 0000000..62e0fe8
--- /dev/null
+++ b/content/services/fiche.md
@@ -0,0 +1,12 @@
+---
+title: Fiche
+location: https://p.tyil.nl
+upstream: https://github.com/solusipse/fiche
+---
+
+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`.
+
+```sh
+$command | nc tyil.nl 9999
+```
diff --git a/content/services/invidious.md b/content/services/invidious.md
new file mode 100644
index 0000000..211879f
--- /dev/null
+++ b/content/services/invidious.md
@@ -0,0 +1,8 @@
+---
+title: Invidious
+location: https://youtube.alt.tyil.nl
+upstream: https://github.com/iv-org/invidious
+---
+
+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
new file mode 100644
index 0000000..5bb111a
--- /dev/null
+++ b/content/services/nitter.md
@@ -0,0 +1,8 @@
+---
+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
new file mode 100644
index 0000000..68c73ee
--- /dev/null
+++ b/content/services/omgur.md
@@ -0,0 +1,9 @@
+---
+title: Omgur
+location: https://imgur.alt.tyil.nl
+upstream: https://github.com/geraldwuhoo/omgur
+---
+
+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/searxng.md b/content/services/searxng.md
new file mode 100644
index 0000000..abdcaa2
--- /dev/null
+++ b/content/services/searxng.md
@@ -0,0 +1,9 @@
+---
+title: SearxNG
+location: https://searxng.tyil.nl
+upstream: https://docs.searxng.org/
+---
+
+SearXNG is a free internet metasearch engine which aggregates results from more
+than 70 search services. Users are neither tracked nor profiled. It is a fork of
+Searx.
diff --git a/content/services/teddit.md b/content/services/teddit.md
new file mode 100644
index 0000000..a8eff08
--- /dev/null
+++ b/content/services/teddit.md
@@ -0,0 +1,8 @@
+---
+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.