this post was submitted on 02 Dec 2024
118 points (96.8% liked)

Selfhosted

60587 readers
1105 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Mine is beaverhabits, just a good habit app that has come out recently.

you are viewing a single comment's thread
view the rest of the comments
[–] BrianTheeBiscuiteer@lemmy.world 16 points 2 years ago (3 children)

Not useful on its own but https://sablierapp.dev/ was really useful for me in getting back resources from some of the heavyweight containers I use. For those unfamiliar with it, Sablier can stop containers that go idle and then spin them back up automatically when a request comes in. It requires Traefik, NGINX, or Caddy running always so it could complicate your server but for me I couldn't do without it.

[–] HotChickenFeet@sopuli.xyz 2 points 2 years ago

This sounds quite interesting!

[–] shaserlark@sh.itjust.works 0 points 2 years ago (2 children)

So would this work well e.g. with the the *arr stack? Because most of the services wouldn’t even need to run always

[–] AustralianSimon@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

How would the timed tasks be handled if they're offline

[–] BrianTheeBiscuiteer@lemmy.world 2 points 2 years ago

It probably would work well with those as long as the startup time was quick (my containers come up almost instantly) and the initiating clients can handle a bit of latency. I didn't notice any hiccups in my use at all.

[–] filcuk@lemmy.zip 0 points 2 years ago (1 children)

I believe this can integrate with various reverse proxies and trigger on-demand?

[–] BrianTheeBiscuiteer@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

Right. When a request comes in, Traefik, for one, will hold the connection until the service is back up then forward the request as usual. This works for UIs as well. You'll get a temporary loading page then redirected to the requested UI when the service is up.