Lem453

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

From the website, i can't see how it'd different than owncloud.

[–] Lem453 9 points 1 month ago* (last edited 1 month ago) (4 children)

This is what you're really looking for:

https://github.com/owncloud/ocis

Full rewrite in Go. Lots of features. Much better performance. More stable than nextcloud.

[–] Lem453 3 points 1 month ago

No reason not to have both. Things like vaultwarden do warrant an extra layer so setup wildcard domain for internal services x.local.example.com and then normal certs for external stuff like y.example.com.

To get internal stuff you then need your vpn as well to access it. You can now easily choose what risk you want on a per app basis.

Technotim has a good video on this

[–] Lem453 3 points 1 month ago

Oh i see.

that is a good point. Being about the mount the borg repo and pull out a specific file is very useful. Not sure I would do it as a bloc device since I don't think there is an easy way to see specific files.

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

With snapshots it costs nothing if the OS files don't change much

[–] Lem453 2 points 1 month ago

Self host radicale if you don't want the whole nextcloud suite

[–] Lem453 2 points 2 months ago* (last edited 2 months ago) (2 children)

If I run traefik and jellyfin in docker, do I add the docker IP of traefik as the trusted proxy?

[–] Lem453 1 points 2 months ago

I've been using this for 2 years. Rock solid with no issues.

Sync is so fast I can see myself typing if implement the same document on different computers. No issues with windows, Linux and android clients

https://github.com/vrtmrz/obsidian-livesync

[–] Lem453 1 points 2 months ago

I use self hosted borg repo to backup to a local server and then also borgbase is a service that allows remote backup.

Borgmatic automates all of this.

[–] Lem453 2 points 2 months ago (6 children)

He's saying that while there is no benefit to being connect to WG at home, there is also no downside so many people just stay connected all the time.

[–] Lem453 1 points 2 months 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

 

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 ›