From 9bcad04de6e04f10f673c2350db6f68bd94b79a1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 28 Jul 2023 01:40:44 +0200 Subject: Move slweb to new URL --- .gitmodules | 2 +- README.md | 8 ++++---- slweb | 2 +- 3 files changed, 6 insertions(+), 6 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 diff --git a/README.md b/README.md index d26dd0f..9d8c583 100644 --- a/README.md +++ b/README.md @@ -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 index 8c3ba33..1ce153b 160000 --- a/slweb +++ b/slweb @@ -1 +1 @@ -Subproject commit 8c3ba33ced08b211db0cd5f81675bdf62f55acc7 +Subproject commit 1ce153b9a4d3af341f2ebf11c0d7a5c34f10412a -- cgit v1.2.3