HelloRoot
@HelloRoot@lemy.lol
- Comment on If I buy a domain not from my own country, will it effect the useage at all? 2 days ago:
- Comment on Agent based backup server? 4 days ago:
same, borg with borgmatic
- Comment on Ideon 0.7 - connecting to the tools you already use 5 days ago:
I was meaning to ask:
would it be possible to add sourcehut support? (through their graphql api)
- Comment on Ideon 0.7 - connecting to the tools you already use 5 days ago:
So cool! Gonna upgrade the coming weekend!
- Comment on Harmony - Yet Another Discord Alternative 6 days ago:
I use other solutions for DM e2ee
for a public group room, there is no point in e2ee
- Comment on Harmony - Yet Another Discord Alternative 6 days ago:
I like fluxer.app
- Comment on Some questions about how to structure my self-hosting 2 weeks ago:
I recommend managing it through Dokploy.
And put crowdsec in front of it to block attacks.
- Comment on What's causing this? 2 weeks ago:
Nothing ever pulls off from an outer perimeter, it’s only inner perimeters of empty loops or holes.
Isn’t that obvious? Try making a circle of a certain size on a flat, empty table, by dragging a string. The circle will become smaller, than the target size because of the drag.
Now drag the string around a gluestick, it can’t be smaller than the gluestick’s circle because the gluestick is in the way.
- Comment on "Cancel ChatGPT" movement goes mainstream after OpenAI closes deal with U.S. Department of War — as Anthropic refuses to surveil American citizens 2 weeks ago:
which is weird because they are not any good either
- Comment on Ideon: I'm building a self-hosted project cockpit on an infinite canvas (v0.5 update) 2 weeks ago:
Already selfhosting it. Thank you so much for your time and effort <3
- Comment on Trying to evaluate AI model generation 4 weeks ago:
check out the llm benchmarks as well down below
- Comment on Trying to evaluate AI model generation 4 weeks ago:
Have you seen: github.com/KoStard/ForgeCAD
- Comment on 💞 FairScan > Syncthing > Paperlees-ngx 1 month ago:
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.
- Comment on 💞 FairScan > Syncthing > Paperlees-ngx 1 month ago:
please elaborate
- Comment on 💞 FairScan > Syncthing > Paperlees-ngx 1 month ago:
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.
- Comment on 💞 FairScan > Syncthing > Paperlees-ngx 1 month ago:
You could buy an automatic scanner that takes a stack of docs and dumps the files to a network share.
- Comment on Sitting here waiting for my first Bambu A1 print... 1 month ago:
I have an AMS with stock firmware. Seems to just work for me
- Comment on Sitting here waiting for my first Bambu A1 print... 1 month ago:
You can use orca with your bambu
- Comment on Do you backup your docker images? 1 month ago:
afaik I’m on an older version of github.com/distribution/…/distribution
my compose somehow says nothing haha:
services: registry: restart: always image: registry:2 ports: - 5000:5000 networks: - dokploy-network dns: - 9.9.9.9 - 1.1.1.1 volumes: - ../files/auth/registry.password:/auth/registry.password - registry-data:/var/lib/registry environment: REGISTRY_STORAGE_DELETE_ENABLED: true REGISTRY_HEALTH_STORAGEDRIVER_ENABLED: false REGISTRY_HTTP_SECRET: ${REGISTRY_HTTP_SECRET} REGISTRY_AUTH: htpasswd REGISTRY_AUTH_HTPASSWD_REALM: Registry Realm REGISTRY_AUTH_HTPASSWD_PATH: /auth/registry.password # REGISTRY_PROXY_REMOTEURL: "https://registry-1.docker.io/" deploy: placement: constraints: - node.role == manager networks: dokploy-network: external: true volumes: registry-data:
- Comment on Do you backup your docker images? 1 month ago:
i selfhost a pullthrough docker repository, so every container I use is stored in there and can be pulled offline.
- Comment on Apparently I'm into Web3, says Netcup 🤷 1 month ago:
a budget oriented ond
- Comment on FreeCad in docker 1 month ago:
do you have a docker image so that I can try it out and see if it’s the same for me?
- Comment on Where to start with backups? 2 months ago:
I backup the whole / with borg
- Comment on I built* an Android app to generate OpenPrintTags! 2 months ago:
Nobody wants your opinion on it either, yet here we are.
- Comment on Why isn't using a key file the most common way to log into self-hosted servers? 2 months ago:
It does sound like one, but it isn’t.
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
- Comment on Why isn't using a key file the most common way to log into self-hosted servers? 2 months ago:
I think OP is talking about auth in services that you selfhost.
For example elster.de forces you to sign in by entering a username and uploading a cert file.
But mostbselfhosted services only have username/password logins.
- Comment on Good FOSS design software for beginners? 2 months ago:
CAD Sketcher is a free and open-source project that adds constraint-based sketching and parametric modeling to Blender
- Comment on Is this nozzle too low or bed temperature issue? 2 months ago:
I had skmilar symptoms once when my nozzle was clogged. I tried dislodging the vlog without success, but replacing the nozzle immediately fixed the problem.
- Comment on How to setup searxng with traefik or nginx and cloudflare 2 months ago:
What did you try and what was the error?
- Comment on How do you get a certificate for an internal domain? 2 months ago:
frp has an option to encrypt the tunnel