gobbling871

joined 1 year ago
[–] gobbling871@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

It's a vpn client on steroids that creates a VPN network (based on your provider) which you can then use to run docker containers inside of, as well as create http & shadowsocks proxies for your VPN network etc.

[–] gobbling871@lemmy.world 2 points 1 year ago (1 children)

Comments inside the docker-compose.yml files?

[–] gobbling871@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Maybe give cloudflared a try. Works for me even with nextcloud's ssl (don't think there's a way to start NC without the self-signed cert). Couldn't get it to work with NPM (I admittedly don't know much about nginx) so I brought in the big gun(s).

[–] gobbling871@lemmy.world 2 points 1 year ago

Yes to all questions. Only drawback I can recall is my banking app refusing to pass Safetynet but the website works good enough.

[–] gobbling871@lemmy.world 1 points 1 year ago

Haha. Said the hoader with tonnes of content he's never going to finish watching.

[–] gobbling871@lemmy.world 6 points 1 year ago (1 children)

Backup $home and /etc. That should be good enough.

[–] gobbling871@lemmy.world 4 points 1 year ago

They provide the best balance for efficiency. Not too powerful enough to be a workhorse and not to weak to run multiple simple applications/services. NUCs are great in that they come with hardware video acceleration tech that's highly optimized for media transcoding.

[–] gobbling871@lemmy.world 4 points 1 year ago (1 children)

I used to love Swiftkey before it sold out to Microsoft. I use Gboard with network permissions off nowadays.

[–] gobbling871@lemmy.world 1 points 1 year ago (1 children)

This is nice. Shame it won't support systemd.

[–] gobbling871@lemmy.world 1 points 1 year ago (1 children)

You don't get any network isolation with this approach vs a service running in its own dedicated virtual network. Just for this reason, I think Wireguard as a VPN access to other local services is insecure.

 

Oracle responds to Red Hat

 

Basically have watchtower monitor and update containers whenever new images are released. I've recently noticed that with searxng (using redis as db), hosted through nginx proxy manager, will have a steady downtime of about 15mins post update then come back online.

This is extremely frequent for searxng's case as I have watchtower run every day and my preferred way of running most of my containers is with the latest tag. The way out of this downtime in my experience is a restart of NPM which brings back the searxng service.

I'm looking for a way to automate a restart of the NPM container after a successful update of searxng's container.

I have checked the docs for watchtower, and the lifecycle hooks (a way to run sh scripts pre/post update) are able to run only from the applied container and not from the host system.

view more: next ›