mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools/url-check: ignore more URLs/false positives (#1218)
* Fix ofbiz source code link * Remove Elixire website url * Remove Mobilizon demo - Link doesnt work and its not present on source code nor on documentation * Remove dashpress demo - Demo doesnt work and cert warning when you first open it
This commit is contained in:
@@ -25,7 +25,7 @@ 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://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
|
||||
@@ -65,6 +65,6 @@ steps:
|
||||
- '^https://traq.io/' # hecat/python-requests bug? always returns 404 but the website works in a browser
|
||||
- '^https://kodi.tv/' # Always returns 403 but loads in browser
|
||||
- '^https://www.domoticz.com/' # Always returns 403 but loads in browser
|
||||
- '^https://dev.webtrees.net/demo-stable/index.php?ctype=gedcom&ged=demo' # site takes a while to load, times out with the default 10s timeout
|
||||
- '^https://www.gnu.org/software/mailman/' # # site takes a while to load, times out with the default 10s timeout
|
||||
- '^https://dev.webtrees.net/demo-stable/index.php\?ctype=gedcom\&ged=demo' # site takes a while to load, times out with the default 10s timeout
|
||||
- '^https://www.gnu.org/software/mailman/' # site takes a while to load, times out with the default 10s timeout
|
||||
- '^https://goteleport.com/' # Always returns 403 but loads in browser
|
||||
@@ -9,7 +9,6 @@ platforms:
|
||||
tags:
|
||||
- Software Development - Low Code
|
||||
source_code_url: https://github.com/dashpresshq/dashpress
|
||||
demo_url: https://demo.dashpress.io/auth
|
||||
stargazers_count: 1857
|
||||
updated_at: '2024-12-21'
|
||||
archived: false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: elixire
|
||||
website_url: https://elixi.re
|
||||
website_url: https://gitlab.com/elixire/elixire
|
||||
description: Simple yet advanced screenshot uploading and link shortening service.
|
||||
licenses:
|
||||
- AGPL-3.0
|
||||
|
||||
@@ -9,4 +9,3 @@ platforms:
|
||||
tags:
|
||||
- Polls and Events
|
||||
source_code_url: https://framagit.org/framasoft/mobilizon/
|
||||
demo_url: https://demo.mobilizon.org/
|
||||
|
||||
@@ -7,4 +7,4 @@ platforms:
|
||||
- Java
|
||||
tags:
|
||||
- Resource Planning
|
||||
source_code_url: https://svn.apache.org/viewvc/ofbiz/
|
||||
source_code_url: https://github.com/apache/ofbiz-framework
|
||||
|
||||
Reference in New Issue
Block a user