0 Followers
0 Following
1 Posts
Ah ok. I thought you meant the numbered version. I’m doing the same with sha256 too.
The other way around. They’ve invested in so much real estate they need to justify it.
Thanks
You could technically use this one and just mount everyone else’s videos as network drives github.com/mediacms-io/mediacms
GitHub - mediacms-io/mediacms: MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API. - mediacms-io/mediacms

GitHub

I use trillium that gets backed up every hour to my pc.

I also do a lot of python development so my project ideas get written down there too.

I’m not a fan of code is documentation because what happens when you step away for a month and you need to figure something out? In trillium I have a search bar. What do you have in the code?

I’d rather not mount the docker sock into my reverse proxy,

You don’t have to if you use the dynamic file config. I’ve mentioned this before and debated to the ends of earth for even suggesting such a thing. But it all aspects is dynamic file configuration better.

Of you use IaC in your set up, it gets even easier because then you can just set up templates that automatically create file configs and add them to your reverse proxy seamlessly.

Right now with one Terraform apply, I create my docker container, traefik config and my homepage service.

Headscale the self-hosted server is unofficially but decently supported by tailscale the company. They employ the dev and don’t seem to be trying to kill the project or mess with it much.

Probably because they’re smart and realise the people who self host probably wouldn’t spend money on tailscale, and those who’d buy tailscale subscriptions wouldn’t have the time/resources to self host it. Win win.

Yes. I bought a libre pi to use as a backup DNS. Besides the minor tweaks, it’s been running perfectly. Also only ~€75 for the libre+case+SD card combo.
Why don’t you just dockerize treeline? It’s all python and Java. Looks easy enough.

by redeploying the stack

That’s the point. With dynamic files you can add new Middleware or even route already exposed ports all on the fly. You’re telling me you can change a docker label and keep your service running with 0 downtime?

If you’ve figured that out please share a link because my experience has been otherwise.