Avatar

NewDataEngineer

NewDataEngineer@lemmy.world
Joined
0 posts • 34 comments
Direct message

Yes there is something that’s exactly what you’re looking for: https://github.com/mediacms-io/mediacms

permalink
report
reply

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?

permalink
report
reply

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.

permalink
report
parent
reply

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.

permalink
report
parent
reply

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.

permalink
report
parent
reply

Why don’t you just dockerize treeline? It’s all python and Java. Looks easy enough.

permalink
report
parent
reply

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.

permalink
report
parent
reply

What I haven’t figured out yet is whether or not I can give my docker services their own IP on my router for access from another system on a fixed or reserved IP.

You can. You have to set up a macvlan on your network and then assign an IP to your container that sits on your router’s subnet.

I can only use traefik with a macvlan because Synology DSM uses ports 80 and 443. I assign traefik its own IP and use pihole’s DNS to route wildcard subdomain to it.

I wrote a guide in my trillium notes. If you’re interested I can share.

permalink
report
parent
reply

For those using traefik I would recommend the dynamic file config. You don’t have to take down your containers just to change a proxy setting.

permalink
report
reply

Bitwarden has a CLI that you can script with. Also vaultwarden is the FOSS version.

Just in case you want to try.

permalink
report
parent
reply