ComfyUI-Manager/glob
guill 7e84de1ba0
Add support for SSH-style git repo addresses (#835)
This allows nodes to be pulled from git repositories that:
1. Require authentication
2. Are located on a computer that does not have any special software
   beyond an SSH server to serve up git repos
3. Are hosted on sites that exclusively allow SSH access

I have also cleaned up the JavaScript regex for identifying valid HTTP
addresses. Due to an unescaped '.' and the lack of a count on the first
group, it wasn't doing a whole lot anyway -- just checking that the very
first character wasn't invalid.
2024-07-04 21:29:40 +09:00
..
cm_global.py refactor: cm_api -> cm_global.APIs 2024-01-02 17:06:59 +09:00
manager_core.py Add support for SSH-style git repo addresses (#835) 2024-07-04 21:29:40 +09:00
manager_downloader.py fix parse aria2 host (#829) 2024-07-01 20:51:16 +09:00
manager_server.py support download via aria2 (#797) 2024-06-22 22:11:57 +09:00
manager_util.py fix: fallback mode for missing distutils 2024-04-03 15:25:14 +09:00
security_check.py update security scanner 2024-06-11 17:57:27 +09:00