diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-10-30 13:46:49 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-10-30 13:46:49 +0100 |
| commit | f326bcf8db2311c3d57d928a1f9722ce5c036150 (patch) | |
| tree | 651e32855b234a7e385a5566dc5eac459d71af5b /shard.lock | |
| parent | d8b893e9ad456598a3e127cec578dd3355141578 (diff) | |
| parent | 6b7e7301009e1a9fc2b536bd8d8de04fb8e22ec0 (diff) | |
| download | invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.tar.gz invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.tar.bz2 invidious-f326bcf8db2311c3d57d928a1f9722ce5c036150.zip | |
Add support for using Invidious through a HTTP Proxy (#4270)
Partially addresses issue 301
Diffstat (limited to 'shard.lock')
| -rw-r--r-- | shard.lock | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -10,7 +10,7 @@ shards: backtracer: git: https://github.com/sija/backtracer.cr.git - version: 1.2.1 + version: 1.2.2 db: git: https://github.com/crystal-lang/crystal-db.git @@ -20,6 +20,10 @@ shards: git: https://github.com/crystal-loot/exception_page.git version: 0.2.2 + http_proxy: + git: https://github.com/mamantoha/http_proxy.git + version: 0.10.3 + kemal: git: https://github.com/kemalcr/kemal.git version: 1.1.2 @@ -42,7 +46,7 @@ shards: spectator: git: https://github.com/icy-arctic-fox/spectator.git - version: 0.10.4 + version: 0.10.6 sqlite3: git: https://github.com/crystal-lang/crystal-sqlite3.git |
