mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Ignore more failing URL checks (#1201)
Co-authored-by: Rabenherz112 <rabenherz@theravenhub.com> Co-authored-by: nodiscc <nodiscc@gmail.com>
This commit is contained in:
parent
5e64f69999
commit
9377130522
3 changed files with 9 additions and 5 deletions
|
|
@ -61,7 +61,11 @@ steps:
|
|||
- '^https://www.qbittorrent.org/' # Always returns 403 but loads in browser
|
||||
- '^https://www.xwiki.org' # Always returns 403 but loads in browser
|
||||
- '^https://app.invoiceninja.com/invoices/create' # Always returns 403 but loads in browser
|
||||
- '^https://gauzy.co/' # Always returns 500 but loads in browser
|
||||
- '^https://demo.gauzy.co/' # Always returns 403 but loads in browser
|
||||
- '^https://gauzy.co' # Always returns 500 but loads in browser
|
||||
- '^https://demo.gauzy.co' # Always returns 403 but loads in browser
|
||||
- '^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://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://goteleport.com/' # Always returns 403 but loads in browser
|
||||
|
|
@ -9,7 +9,6 @@ platforms:
|
|||
tags:
|
||||
- Recipe Management
|
||||
- Inventory Management
|
||||
demo_url: https://www.specificallyclementines.com/
|
||||
stargazers_count: 237
|
||||
updated_at: '2024-12-25'
|
||||
archived: false
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ platforms:
|
|||
tags:
|
||||
- Note-taking & Editors
|
||||
source_code_url: https://github.com/standardnotes/app
|
||||
demo_url: https://app.standardnotes.org/
|
||||
demo_url: https://app.standardnotes.com/
|
||||
demo_url: https://app.standardnotes.com/
|
||||
stargazers_count: 5624
|
||||
updated_at: '2025-02-03'
|
||||
archived: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue