HelloRoot

joined 1 year ago
[–] HelloRoot@lemy.lol 2 points 6 days ago

I recommend managing it through Dokploy.

And put crowdsec in front of it to block attacks.

[–] HelloRoot@lemy.lol 1 points 1 week ago (1 children)

which is weird because they are not any good either

https://en.wikipedia.org/wiki/Anthropic#Projects

[–] HelloRoot@lemy.lol 6 points 1 week ago (1 children)

Already selfhosting it. Thank you so much for your time and effort <3

[–] HelloRoot@lemy.lol 4 points 1 month ago (1 children)

afaik you just listed features that the printer I mentioned (or if I am wrong, other similar printers) supports

it's my bad for not mentioning all possible workflows, I was just a bit lazy and thinking of my personal documents only, which do not work well with further smart automation, because my batches are highly irregular. So the more manual approach is the best for me currently. Maybe possible with some future AI integration.

[–] HelloRoot@lemy.lol 4 points 1 month ago (3 children)

please elaborate

[–] HelloRoot@lemy.lol 5 points 1 month ago (5 children)

Epson WorkForce DS‑730N

put 100 sheets on the tray, it scans them all and either puts them all into a single pdf or multiple pdfs. Then you split / merge them in software.

[–] HelloRoot@lemy.lol 8 points 1 month ago (7 children)

You could buy an automatic scanner that takes a stack of docs and dumps the files to a network share.

[–] HelloRoot@lemy.lol 2 points 1 month ago* (last edited 1 month ago) (1 children)

afaik I'm on an older version of https://github.com/distribution/distribution/pkgs/container/distribution

my compose somehow doesn't have much info ... i should have made more notes

image: registry:2

[–] HelloRoot@lemy.lol 18 points 1 month ago (4 children)

i selfhost a pullthrough docker repository, so every container I use is stored in there and can be pulled offline.

[–] HelloRoot@lemy.lol 5 points 1 month ago* (last edited 1 month ago)

a budget oriented one

[–] HelloRoot@lemy.lol 7 points 1 month ago* (last edited 1 month ago) (2 children)

I backup the whole / with borg

It has insane deduplication and compression and it creates a structure kind of like git, so you can have lots of incrimental versions without using much space.

[–] HelloRoot@lemy.lol 19 points 1 month ago* (last edited 1 month ago) (1 children)

It does sound like one, but it isn't. Ignoring the differences in UX:

Passkey

  • Per-service key pair, unique per domain, Identity bound only to that specific account on that site
  • Challengeresponse via WebAuthn
  • Trust anchored only in the target service (no external CA)
  • Private key sealed in OS / secure hardware keystore

Certificate login

  • Single global identity usable across many services
  • TLS client authentication with certificates
  • Trust established via certificate authorities and chain validation
  • Private key stored in exportable file or smartcard
view more: next ›