~zozs

~zozs/srht-registry-devel

Last active a month ago

~zozs/srht-registry-announce

Last active a month ago

~zozs/public-inbox

Last active 4 months ago

~zozs/i-devel

Last active 4 months ago

~zozs/filecryptify-devel

Last active 1 year, 5 months ago

~zozs/filecryptify-announce

Last active 1 year, 5 months ago

~zozs/lkf-laundry

Last active 2 years ago

~zozs/i-announce

Last active 2 years ago
View more

Recent activity

[PATCH srht-registry] Add more documentation about sourcehut authentication flow a month ago

From Linus Karlsson to ~zozs/srht-registry-devel

---
Add some documentation and stuff

 README.md                        |  2 +-
 docs/sourcehut_authentication.md | 93 ++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 1 deletion(-)
 create mode 100644 docs/sourcehut_authentication.md

diff --git a/README.md b/README.md
index 1dc442a..b7da361 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ to perform authorization, and this separate service is implemented by this appli
srht-registry supports the following authentication methods:
[message trimmed]

[PATCH] Demonstrate that I can use git send-email a month ago

From Linus Karlsson to ~sircmpwn/email-test-drive

---
 zozstest2 | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 zozstest2

diff --git a/zozstest2 b/zozstest2
new file mode 100644
index 0000000..b3804fb
--- /dev/null
+++ b/zozstest2
@@ -0,0 +1 @@
i'm about to try git send email
-- 
2.45.2
[message trimmed]

Re: https://linuskarlsson.se/blog/wireguard-split-tunnel-with-systemd-networkd/ 4 months ago

From Linus Karlsson to ~zozs/public-inbox

Hi!

>> I haven’t really investigated if it is possible to do it on demand.
> 
> It is, and it's pretty easy. You need to add the following in your 
> systemd-networkd .network file:

Thanks for the feedback, that can definitively be useful. I've added a 
link to your message on the blog too, in case someone else stumbles over 
the post.

Linus

[PATCH i] Update dependencies 4 months ago

From Linus Karlsson to ~zozs/i-devel

---
 Cargo.lock | 1104 +++++++++++++++++++++++++---------------------------
 Dockerfile |    6 +-
 2 files changed, 537 insertions(+), 573 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 718d8da..99380a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,11 +4,11 @@ version = 3

[[package]]
name = "actix-codec"
version = "0.5.1"
[message trimmed]

[PATCH i] Run clippy as part of linting 2 years ago

From Linus Karlsson to ~zozs/i-devel

---
Clippy seems nice, let's try it!

 .builds/rust.yml             | 1 +
 .github/workflows/docker.yml | 2 ++
 .github/workflows/rust.yml   | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/.builds/rust.yml b/.builds/rust.yml
index 8833faa..e173a93 100644
--- a/.builds/rust.yml
+++ b/.builds/rust.yml
@@ -8,6 +8,7 @@ tasks:
- lint: |
[message trimmed]

[PATCH] Add thumbnail size to documentation in README 2 years ago

From Linus Karlsson to ~zozs/i-devel

---
Was missing from documentation before

 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 90e36ea..0454210 100644
--- a/README.md
+++ b/README.md
@@ -78,3 +78,4 @@ See `i --help` for details.
* `PORT`: Which port `i` should listen to. Default `8088`.
* `RECENTS`: How many entries to show in the list of recent uploads at the `/recent` endpoint (default: 15)
* `LOGGER_FORMAT`: The format to use for [actix_web Logger middleware](https://actix.rs/actix-web/actix_web/middleware/struct.Logger.html). Default is the same as `Logger::default()`. See link for logging format.
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 2 years ago

From Linus Karlsson to ~sircmpwn/email-test-drive

---
 zozs | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 zozs

diff --git a/zozs b/zozs
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/zozs
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.36.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 2 years ago

From Linus Karlsson to ~sircmpwn/email-test-drive

---
 zozs | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 zozs

diff --git a/zozs b/zozs
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/zozs
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.36.1
[message trimmed]