diff --git a/.woodpecker.yml b/.woodpecker.yml
index fd433b4..009cfd0 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -1,7 +1,11 @@
steps:
- build:
+ lint:
image: docker.io/node:16
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
- npm i
+ - npm run lint
+ build:
+ image: docker.io/node:16
+ commands:
- npm run build
\ No newline at end of file
diff --git a/README.md b/README.md
index 6ef989b..10bfa63 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# SafeTwitch
+
+
+
SafeTwitch is a privacy respecting frontend for [twitch.tv](https://twitch.tv/)
@@ -121,16 +124,16 @@ You can translate here: https://translate.codeberg.org/projects/safetwitch/front
If you host a SafeTwitch instance and would like it to be listed in the readme, please make an issue or a pull request to add it in.
### Clearnet
-| URL | Country | Info |
-|---------------------------|---------|---------|
-| [safetwitch.drgns.space \(Official\)](https://safetwitch.drgns.space/) | 🇺🇸 | Homelab |
-| [safetwitch.projectsegfau.lt](https://safetwitch.projectsegfau.lt/) | 🇺🇸 🇮🇳 🇫🇷 | #2 |
-| [stream.whateveritworks.org](https://stream.whateveritworks.org) | 🇩🇪 | Hosted on Hetzner/Dedicated Server with Encryption at rest |
-| [safetwitch.datura.network](https://safetwitch.datura.network) | 🇩🇪 | #9 |
-| [ttv.vern.cc](https://ttv.vern.cc) | 🇺🇸 | #12 |
-| [safetwitch.frontendfriendly.xyz](https://safetwitch.frontendfriendly.xyz/) | 🇺🇸 | #16 |
-| [ttv.femboys.world](https://ttv.femboys.world) | 🇺🇸 | #29 |
-| [ttv.asylum.rest](https://ttv.asylum.rest) | 🇺🇸 | #29 |
+### Clearnet
+| URL | Country | Info | Cloudflare |
+|---------------------------|---------|---------|------------|
+| [safetwitch.drgns.space \(Official\)](https://safetwitch.drgns.space/) | 🇺🇸 | Homelab | ❌ |
+| [safetwitch.projectsegfau.lt](https://safetwitch.projectsegfau.lt/) | 🇺🇸 🇮🇳 🇫🇷 | #2 | ❌ |
+| [stream.whateveritworks.org](https://stream.whateveritworks.org) | 🇩🇪 | Hosted on Hetzner/Dedicated Server with Encryption at rest | ✅ |
+| [safetwitch.datura.network](https://safetwitch.datura.network) | 🇩🇪 | #9 | ❌ |
+| [ttv.vern.cc](https://ttv.vern.cc) | 🇺🇸 | #12 | ❌ |
+| [safetwitch.frontendfriendly.xyz](https://safetwitch.frontendfriendly.xyz/) | 🇺🇸 | #16 | ❌ |
+| [ttv.femboy.band](https://ttv.femboy.band) | 🇺🇸 | #29 | ✅ |
### Onion
| URL | Country | Info |
diff --git a/index.html b/index.html
index bd0cd02..808d76d 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@