Lem453

joined 2 years ago
[–] Lem453 1 points 1 week ago

I haven't tried it, but the app has the ability to select which app it tunnels.

When you make a new tunnel, it says "all applications" if you click on that you can select specific ones to include or exclude

[–] Lem453 10 points 1 week ago* (last edited 1 week ago)

Android wireguard all hasn't been updated in 18mo. Its extremely simple with a small code base. There basically isn't anything to update. It uses wireguard kernel module which is itself is only like 700 lines of code. It so simple that it basically became stable very quickly and there is nothing left of update right now.

https://git.zx2c4.com/wireguard-android/about/

I personally get the from obtainium to bypass play store

[–] Lem453 1 points 1 week ago (4 children)

I just stay connected to wireguard even at home, only downside is the odd time I need to chromecast, it needs to be shut off.

[–] Lem453 15 points 1 week ago (19 children)

I use plain wireguard on me phone, always on essentially with no issues. I wonder why tailscale app can't stay open.

[–] Lem453 1 points 2 weeks ago

I use Borg but every now and then I mount a backup and download a few files to make sure they work correctly.

I've so far only had to do this for real with my local zfs snapshots after messing up a config file or blowing away the wrong folder. Process to restore is essentially the same except I would mount the Borg repo instead of a local zfs snapshot

[–] Lem453 5 points 2 weeks ago (1 children)
[–] Lem453 2 points 3 weeks ago

I do this as well since I couldn't get any third-party apps to work with single sign-on. The web reader is actually quite good and I don't really miss anything from the apps.

[–] Lem453 6 points 3 weeks ago (1 children)

I didnt even remember which os I had until I read this and remembered it was aurora

[–] Lem453 0 points 1 month ago (2 children)

How do I use nixos for docker? I've tried before but what I want is to be able to pull docker compose from a git and deploy it. I haven't been able to find an easy way to do that on docker

[–] Lem453 2 points 1 month ago (2 children)

Why not fennac straight from F-droid?

[–] Lem453 3 points 1 month ago (1 children)

Is librewolf a good alternative? Most plugins seem compatible

 

By local control, I mean if the Z-wave hub is down will the switch still work as a dumb switch and turn the lights on/off?

This is the product I would like to get, but can't find if they allow 'dumb switch' operation. Does anyone have experience with these? https://byjasco.com/ultrapro-z-wave-in-wall-smart-switch-with-quickfit-and-simplewire-white

Thanks!

 

Starship has been stacked and is apparently ready to launch as per Musk. Waiting on FAA approval for second test flight.

 

Hi all. Just learned about NixOS a few weeks ago. I'm in the process of migrating several of my docker services to a new server that will have proxmox installed as the host and then a VM for docker.

I'm currently using alpine as the VM and it works well but one of the main goals of the migration is to use infrastructure as code as much as possible. All my docker services are docker compose files checked into a git repo that gets deployed. When I need to make a change, I update the git repo and pull down the latest docker compose.

I currently have a bunch of steps that I need to do on the alpine VM to make it ready for docker (qemu agent, NFS shares, etc).

NixOS promises to be able to do all that with a single config file and then create a immutable OS that never changes after that. That seems to follow the philosophy well for infrastructure as code and easy reproducibility.

Has anyone else tried NixOS as a docker host? Any issues you've encountered?

 

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

view more: ‹ prev next ›