diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-28 01:40:44 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-28 01:40:44 +0200 |
| commit | 9bcad04de6e04f10f673c2350db6f68bd94b79a1 (patch) | |
| tree | 2f3c13406f20f6e18a887f8121ac72070637ed12 | |
| parent | f84cfcfa1417c17f7f40efd2184622da9b0f2c47 (diff) | |
| download | slcl-9bcad04de6e04f10f673c2350db6f68bd94b79a1.tar.gz | |
Move slweb to new URL
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | README.md | 8 | ||||
| m--------- | slweb | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 588f6e6..7dc08da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "slweb"] path = slweb - url = https://gitea.privatedns.org/xavi92/slweb + url = https://gitea.privatedns.org/xavi/slweb @@ -13,7 +13,7 @@ simplicity and efficiency. - Private access directory with file uploading, with configurable quota. - Read-only public file sharing. -- Uses [`slweb`](https://gitea.privatedns.org/xavi92/slweb), a tiny +- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny HTTP/1.1-compatible server library. - A simple JSON file as the credentials database. - No JavaScript. @@ -41,9 +41,9 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using - A POSIX environment. - OpenSSL >= 3.0. - cJSON >= 1.7.15. -- [`dynstr`](https://gitea.privatedns.org/xavi92/dynstr) -(provided as a `git` submodule). -- [`slweb`](https://gitea.privatedns.org/xavi92/slweb) +- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr) +(provided as a `git` submodule by `slweb`). +- [`slweb`](https://gitea.privatedns.org/xavi/slweb) (provided as a `git` submodule). - `xxd` (for [`usergen`](usergen) only). - `jq` (for [`usergen`](usergen) only). diff --git a/slweb b/slweb -Subproject 8c3ba33ced08b211db0cd5f81675bdf62f55acc +Subproject 1ce153b9a4d3af341f2ebf11c0d7a5c34f10412 |
