I’ve got a mini pc which is running always and another one which consumes a lot more power for e.g. jellyfin.

Can I configure it such that the jellyfin server only boots if I connect to it? E.g. I try to connect to jellyfin.y.com and then the server boots because the mini pc tries to connect to it.

I already figured out how to let it sleep automatically as soon as nobody is watching.

Edit: can I add the magic package to the reverse proxy?

  • enemenemu@lemm.eeOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Sorry for not having expressed what I did. I wrote a podman compose file, pulled the caddy image, wrote a caddyfile, started it and tried to connect to a service via subdomain.domain.tld .

    The caddyfile contains my http and tls ports and the domain and ip for the reverse proxy routing according to the docs.

    The result is no log entry in caddy and no result in the browser or curl.