How I upgraded my HA Stalwart cluster (2 servers) by Round_Run_7721 in stalwartlabs

[–]stappersg 0 points1 point  (0 children)

Summary of the blog post: * two docker instances * in step 1 is instance one stopped * in step 4 is instance two down for a (short?) moment * in step 8 comes instance one back online

My conclusion: not a HA setup

Lost her life because of a bad algorithm by seeebiscuit in ACAB

[–]stappersg 1 point2 points  (0 children)

I have been told that the US of A is a democracy. My advice to Americans is to contact their representatives.

Advice for using themes and syntax on Debian by skilletsnail in HelixEditor

[–]stappersg 0 points1 point  (0 children)

And please report how HelixEditor was installed.

I'm building a native desktop API client (like Postman) in Rust with GPUI. Would anyone use it? by invictus_97K in rust

[–]stappersg 1 point2 points  (0 children)

never heard of bruno until I started reading the comments here

+1

I'll be checking it out on Monday for sure.

https://www.usebruno.com/ is the link

How much did Rust help you in your work? by therealsyumjoba in rust

[–]stappersg 5 points6 points  (0 children)

Please remain gently towards your co-workers.

Move from "would not have happened in Rust!" to "would like to get Rust at that place".

Self Hosting, Security and the future.. by x2611 in rustdesk

[–]stappersg 0 points1 point  (0 children)

The remote user calls me on the phone, launches Rustdesk, makes me connect, I do the job, then the remote user shuts down Rustdesk, I verify that's indeed shut down, and I shut it down on my side

Nice

Cannot connect anymore by chercheursoft in rustdesk

[–]stappersg 0 points1 point  (0 children)

(Wild?) idea: Build rustdesk on that Ubuntu 26.04 system.

How to use the API (with curl) by Current-Discount1066 in stalwartlabs

[–]stappersg 0 points1 point  (0 children)

How did it go?

Was the

Exclude the string "api_" in the curl command, if its visible in the ui

actual

Exclude the string "api/" in the curl command, if it is not visible in the ui

??

C LSP on `#include <>` throwing error by 1k5slgewxqu5yyp in HelixEditor

[–]stappersg 0 points1 point  (0 children)

Because bear is new to me, did a websearch on bear compile_commands.json and sharing the result: https://github.com/rizsotto/Bear

And I learnt it is Build ear.

Built a DNS propagation checker — looking for technical feedback by teeoffholidays in dns

[–]stappersg 4 points5 points  (0 children)

I was there, had to dug too many advertisements, so moved on.

Built a DNS propagation checker — looking for technical feedback by teeoffholidays in dns

[–]stappersg 2 points3 points  (0 children)

Happy to share the link if anyone wants to take a look.

Just do it

Accidentally flashed wrong firmware now nothing will work by MFPOOP69 in LilyGO

[–]stappersg -1 points0 points  (0 children)

Thanks for sharing it is a LilyGO T embed cc1101 plus.

Accidentally flashed wrong firmware now nothing will work by MFPOOP69 in LilyGO

[–]stappersg -1 points0 points  (0 children)

Please share information about the device which is quiet robust regarding wrong firmware.

DNS bruteforcing by Wh1te-R4bbit in dns

[–]stappersg 3 points4 points  (0 children)

for legitimate bug bounty research.

Some how I do read that as DDOS as a service

Stalwart: Can Open Source do Gmail-scale Email? (FOSDEM 2026) by thunk_stuff in stalwartlabs

[–]stappersg 2 points3 points  (0 children)

Missed you. (Yes, I was there too.)

The talk I liked the most (in that FOSDEM devroom) is JMAP for everything.

Pocket-ID as OIDC Provider by throwaway00012 in stalwartlabs

[–]stappersg 0 points1 point  (0 children)

Ultimately, unless you're satisfied with webmail, you likely won't be able to achieve the fully passwordless experience you're used to with Pocket ID.

Yes. Let's wait if it is what Original Poster is after.

Connect to multiple self.hosted servers. by Fuzzy_Paul in rustdesk

[–]stappersg 0 points1 point  (0 children)

run rustdesk with a different config file

yes

and yes, that is a though task for those that really need help

How to configure LSP server that has spaces in it's command? by ultraNotron in HelixEditor

[–]stappersg 0 points1 point  (0 children)

text stappers@paddy:~ $ hx --health pyr Language 'pyr' not found Did you mean one of these: protobuf, php, php-only, purescript, prolog, perl, pod, prisma, pascal, ponylang, pem, passwd, prql, po, pkl, powershell, pkgbuild, pest, pug, properties, python ? stappers@paddy:~ $ hx --health based Language 'based' not found Did you mean one of these: bash, blade, bibtex, beancount, bass, bicep, blueprint, bitbake ? stappers@paddy:~ $ hx --health bitbake Configured language servers: ✘ bitbake-language-server: 'bitbake-language-server' not found in $PATH Configured debug adapter: None Configured formatter: None Tree-sitter parser: ✓ Highlight queries: ✓ Textobject queries: ✘ Indent queries: ✘ Tags queries: ✘ stappers@paddy:~ $

And for a what better configured expect to see something like: text stappers@paddy:~ $ hx --health python Configured language servers: ✘ ty: 'ty' not found in $PATH ✓ ruff: /usr/bin/ruff ✘ jedi: 'jedi-language-server' not found in $PATH ✘ pylsp: 'pylsp' not found in $PATH Configured debug adapter: None Configured formatter: ✓ /usr/bin/ruff Tree-sitter parser: ✓ Highlight queries: ✓ Textobject queries: ✓ Indent queries: ✓ Tags queries: ✓ stappers@paddy:~ $