Had to say that service != Software. The service indeed put restrictions, but, once released, loops can be perfectly libre software while keeping these restrictions within the service.
- 1 Post
- 2 Comments
Joined 1 year ago
Cake day: April 2nd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
In my case, yes. My setup is managed using Ansible playbooks, so I have a dev inventory and a playbook that spins up a virtualized environment that mimics (as much as possible, as there are a few details that cannot be fully replicated) my home lab.
That way, I usually prepare my new setups on dev, and then deploy on my pro setup and test with the few aspects I cannot reproduce in dev.
Finally, I have everything backed by a (private) git repo.