From d4349c0c3394c692a0d9d868428d4321476cb774 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sat, 23 Nov 2024 22:43:32 +0530 Subject: [PATCH 1/2] Add new instance: lr.ptr.moe Signed-off-by: baalajimaestro --- instances.json | 24 ++---------------------- instances.md | 6 +----- instances.txt | 1 + 3 files changed, 4 insertions(+), 27 deletions(-) diff --git a/instances.json b/instances.json index c2c2e22..252f9fd 100644 --- a/instances.json +++ b/instances.json @@ -8,30 +8,10 @@ "cloudflare": true }, { - "url": "https://rl.bloat.cat", - "country": "RO", - "version": "v0.35.1" - }, - { - "url": "https://redlib.ducks.party", - "country": "NL", - "version": "v0.35.1" - }, - { - "url": "https://red.ngn.tf", - "country": "TR", - "version": "v0.35.1" - }, - { - "url": "https://red.artemislena.eu", + "url": "https://lr.ptr.moe", "country": "DE", "version": "v0.35.1", - "description": "Be crime do gay" - }, - { - "url": "https://redlib.privacyredirect.com", - "country": "FI", - "version": "v0.35.1" + "cloudflare": true }, { "url": "https://redlib.nadeko.net", diff --git a/instances.md b/instances.md index 1e4cb26..99e2c98 100644 --- a/instances.md +++ b/instances.md @@ -1,11 +1,7 @@ |URL|Network|Version|Location|Behind Cloudflare?|Comment| |-|-|-|-|-|-| |https://redlib.perennialte.ch|WWW|v0.35.1|🇦🇺 AU|✅|| -|https://rl.bloat.cat|WWW|v0.35.1|🇷🇴 RO||| -|https://redlib.ducks.party|WWW|v0.35.1|🇳🇱 NL||| -|https://red.ngn.tf|WWW|v0.35.1|🇹🇷 TR||| -|https://red.artemislena.eu|WWW|v0.35.1|🇩🇪 DE||Be crime do gay| -|https://redlib.privacyredirect.com|WWW|v0.35.1|🇫🇮 FI||| +|https://lr.ptr.moe|WWW|v0.35.1|🇩🇪 DE|✅|| |https://redlib.nadeko.net|WWW|v0.35.1|🇨🇱 CL||I don't like reddit.| |https://redlib.private.coffee|WWW|v0.35.1|🇦🇹 AT||| |https://redlib.privacy.com.de|WWW|v0.35.1|🇩🇪 DE||| diff --git a/instances.txt b/instances.txt index 46f5d10..e651301 100644 --- a/instances.txt +++ b/instances.txt @@ -13,6 +13,7 @@ https://redlib.tux.pizza,US,false,"" https://redlib.vimmer.dev,PL,false,"" https://libreddit.privacydev.net,FR,false,"" https://lr.n8pjl.ca,CA,false,"" +https://lr.ptr.moe,DE,true,"" https://rl.bloat.cat,RO,false,"" https://redlib.xn--hackerhhle-kcb.org/,DE,false,"" https://redlib.nohost.network,MX,false,"" From 80b95f53d408f23095fc3f0b6d6750a010819c5d Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sat, 23 Nov 2024 22:43:54 +0530 Subject: [PATCH 2/2] Update github action checkout to v4 v3 is now deprecated Signed-off-by: baalajimaestro --- .github/workflows/update-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index 898141a..7c997e4 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate instances run: |