From 9ea1a0f532c33aca358f9f0d7cbf5ffed65d1ba3 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:50:40 +0100 Subject: [PATCH] Exclude links from checker / Remove Hackershare demo (#314) --- .hecat/url-check.yml | 9 +++++++++ software/hackershare.yml | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 0703a42a40..aecf1a3e97 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -25,3 +25,12 @@ steps: - '^https://crates.io/crates/vigil-server$' # hecat/python-requests bug? always returns 404 but the website works in a browser - '^https://nitter.net$' # always times out from github actions but the website works in a browser - '^https://demo.memories.gallery/apps/memories/$' # always returns 401 + - '^https://tuleap.net/plugins/git/tuleap/tuleap/stable?p=tuleap%2Fstable.git&a=tree' # site takes a while to load, times out with the default 10s timeout + - '^https://www.admidio.org/' # always times out from github actions but the website works in a browser + - '^https://demo.aimeos.org/' # always times out from github actions but the website works in a browser + - '^https://appflowy.io/' # Cannot get certificate but loads fine in browser and shows as secure + - '^https://www.openwebanalytics.com/' # Always returns 403 but loads in browser + - '^https://new-ux.spreecommerce.org/' # always times out from github actions but the website works in a browser + - '^https://www.zenphoto.org/' # always times out from github actions but the website works in a browser + - '^https://alextselegidis.com/try/plainpad/' # shows 200 when curling, loads fine in browser + - '^https://alextselegidis.com/get/plainpad/' # shows 200 when curling, loads fine in browser \ No newline at end of file diff --git a/software/hackershare.yml b/software/hackershare.yml index 08800e4a1e..8d0af3a8ac 100644 --- a/software/hackershare.yml +++ b/software/hackershare.yml @@ -8,7 +8,6 @@ platforms: tags: - Bookmarks and Link Sharing source_code_url: https://github.com/hackershare/hackershare -demo_url: https://hackershare.dev/en stargazers_count: 510 updated_at: '2023-03-26' archived: false