i moved to sftpGO instead and am quite happy
i moved to sftpGO instead and am quite happy
OP is talking about solutions that include certain features out of the box in an easy to use package.
Rolling out a conglomorate of those features that you’ve manually set up and ducktaped together by hand is irrelevant. That approach was already possible for many decades.
Dokploy has a web ui with a list of services where you click install and it installs them for you. You can set it up to do the exact same job as OMV but also way less or way more, depending on what you want and need. (by just clicking install on the existing templates, or by entering a custom docker compose if you want to run a nieche service)

So I’d argue dokploy is a perfect substitution (or more like superset) for OMV, but OMV could never substitude dokploy.
free foss alternative, look at OMV
lol no. I used this one for a month and no.
It works but it has the most convoluted GUI possible. No backup system at all iirc. And running arbitrary containers was a nightmare that is not even integrated with the GUI.
I settled on https://dokploy.com/
The closest to your dream is probably https://hexos.com/
It is closed source, but build on top of open source…
They (for now) have a one time purchase license, no subscription.
It has buddy backups. Can run on any normal x86 pc / server (you have to bring your own and install hexos to it). And has a nice and simple GUI for deploying services easily.
I never personally used it. I just have it on my radar. For me, the not so easy but fully free (cost) and open source way works reasonably well. I run my homelab with dokploy.
deleted by creator
How did the cat turn out?
FUTO (popularly associated with Immich and Louis Rossman) received some backlash for subverting third-party donor guidelines in the conducting of its grant program
selfh.st should recieve some backlash for subverting the reason for the FUTO backlash in this summary.
The guidelines fuckery is just the decor. The main part of the whole cake is: FUTO platforms a guy that calls himself a fascist and talks racist gibberish.


dokploy on a plain debian server with auto updates is my goto setup for simplicity


secondhand used mini pc + some refurbished harddrives
host something that you really need and will use
For your personal use, you don’t need an enterprise setting. It’s just a simple compose file that you run.
You can host a registry in pull through mode, so you still have all the images you use locally, but if it’s not in your registry yet, it pulls it from docker hub or whatever.
The only pain point is that a single registry can’t do both. So if you want to push your own docker images AND have a “cache” of stuff from docker hub, you need to run two registries in two different modes. And then juggle the url’s.
I have just this (which ironically won’t work now cause docker hub is down)
services:
registry:
restart: always
image: registry:2
ports:
- 5000:5000
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/"
volumes:
registry-data:
I don’t even remember how and when I set it up. I think it might be this: https://github.com/distribution/distribution/releases/tag/v2.0.0
Recently somebody has created a frontend, which I bookmarked but didn’t bother to set up: https://github.com/Joxit/docker-registry-ui
You guys don’t selfhost a registry?


does it do e-invoices? Like Zugferd, x-rechnung or factur-x ?


The laptop is super overkill for just misskey.
Debian is good.
Do you want it to be accessible through a public domain? If so, how - there are many options, like cloudflare tunnels or dyndns.


This is so fucking awesome! Congrats on the build!
It’s jankey I know
if this is jankey, my 10" rack belongs in the landfill
Do you have any interesting plans to do something against the future dust buildup?


That doesn’t make any sense


You are technically correct. I assumed that it was for external access because why would you pay porkbun for something internal?
You can just selfhost a DNS with that entry like https://technitium.com/dns/ (near bottom of feature list) it has a WebUI that allows you to manage DNS-Records through it.
If you are interested in alternatives, there is frp https://github.com/fatedier/frp