0 Followers
0 Following
1 Posts
It’s worth mentioning Paperless Mobile is now v4 with the last update being posted 5 days ago!

I’m not sure if you’re asking if it is better to use the same password with 2fa, or questioning a claim that it is (which I didn’t see in the article). If it’s the first, no it is not better to re-use a password with 2FA.

2FA is meant to prevent someone from accessing the account if they only have your password. The problem with re-use is they can attempt that same password on other services, which may or may not support 2FA, or may have flaws in their 2FA implementation.

Also, many services will “give away” that the attacker has the right password by reacting differently if they enter the wrong password vs the right one, such as only showing the 2FA prompt if they have the right password.

Using unique passwords AND 2FA is far better, as it means an attacker must start from scratch for every service they wish to attack, and still requires compromise of your 2FA device in addition to finding out your password.

Matrix itself isn’t a thing, Matrix is a spec/protocol. Synapse and continuwuity are implementations of the server, with synapse being the “reference implementation.” Client apps like Element (the reference client) would be good to have there, but I’m not sure selfho.st will want to list clients because there is quite a few.
I get the impression they meant AI as in general “Artificial Intelligence”, rather than the buzzword AI used to describe LLMs.
CA unreachable means no renewals, but identity verification (login) is offline. As long as certs renewed fine, connection to the CA is not needed.

Totally worth mentioning, some LG OLED TVs are able to be jailbroken and run homebrew software!

www.webosbrew.org

It can block firmware updates and telemetry, so no spying and no surprise “feature” additions.

Home | webOS Homebrew

@[email protected] if it helps, the Symfonium dev is open to de-googled licensing via Ko-Fi donations. See the forum post here: …symfonium.app/…/how-can-i-pay-for-symfonium-with…

Per Tolriq’s responses there, you can get the APK safely from the Aurora Store.

How can I pay for symfonium without google play?

The process is now to make a donation of at least 7€ https://ko-fi.com/tolriq then send me your trial ID by PM on Ko-Fi. Do not write anything about license or your trial/device ID publicly there. Please register an account on Ko-Fi to be sure to get my answers there in case of issues. You can find your trial/device ID at the bottom of the purchase page in Symfonium. If the trial/device ID is shown as Unknown, this solution will not work, you need to use an unmodified APK and have internet a...

Symfonium support
It probably would be easier to just write an “update Caddy” script. They don’t release updates very often, except for security fixes, so it’s not much effort to do manually. I automated mine with Forgejo Actions, you could do the same with GitHub actions as a free option for example. Lots of neat ways to accomplish this!
Xcaddy is a build tool. Caddy plugins are built into Caddy itself for optimization purposes, so xcaddy essentially makes you a custom version of Caddy. It only conflicts with Caddy so much as building a new version would conflict with the old version. You still get a normal “Caddy” executable after running xcaddy, just replace your existing Caddy with the new one created by xcaddy!
I run the setup you’re aiming for, and as the other guy said, DNS challenge is the way to go. That’s what I do, and it works beautifully. It even works with Caddy auto-https, you just need to build Caddy with the cloudflare-dns plugin.