d_k_bo
@d_k_bo@feddit.org
Auch bekannt als:
- Comment on Self-hosting minecraft 5 weeks ago:
As others mentioned, running a minecraft server by itself is pretty easy. If you want additional features like a Web UI, multiple servers at the same time etc. you might take a look at Crafty Controller.
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 1 month ago:
This, but Forgejo instead of Gitea.
- Comment on What are some self hosted services that you think are essential? 4 months ago:
To get a TLS certificate from Let’s Encrypt, they need to verify that you are in control of your domain. For regular domains, this can be done via HTTP, for wildcard certificates they require you to create a DNS record with a special token to verify ownership of the domain.
This means that in order to automatically obtain a TLS certificate, caddy needs to interact with the API of your domain registrar to set up this record. Since there are many different providers, this isn’t built into caddy itself and you require a version that includes the corresponding caddy-dns module. Caddy modules need to compiled into the binary, so it’s not always trivial to set up (in my case I have a systemd timer that rebuilds a local container image whenever a new version of the docker.io/caddy:builder image is available).
- Comment on What are some self hosted services that you think are essential? 4 months ago:
Caddy automatically sets up certificates for you. Since I don’t want my subdomain to appear in certificate transparency logs, I use a wildcard certificate which requires using a plugin for my DNS provider.
- Comment on What are some self hosted services that you think are essential? 4 months ago:
A reverse proxy, in my case Caddy.