Seems solid enough of an outline. My only note is I highly recommend git first, you don’t need to be an expert or anything but if you understand the basics and use it you will never lose a line of code and be able to lookup historical changes to find issues faster. Then when ready you can stand up a simple git server like gitea to host those repos and collaborate.
echutaaa
I don’t see how peacekeepers interacting with both sides of a conflict is proof of anything. By that logic all in troops interacting with Israelis should also be removed, and the UN should just take a shoot anything that moves near the border approach.
I have some notes from doing it but its been a minute, the overview is:
- create your users in and out of the container with the correct ids
- edit the conf to pass through the dir and map the ids
- edit the subuid and subgid
The documentation on this kinda sucks because its not all in one place so if you find the first link you might get lost without the info in the second. I took me a few forum posts to find out about all the id mapping stuff and finally find the right page.
You can bind mount a directory on your pool into an lxc too. I do this with smb and a few other file/data services without issue but never tried omv. If containers work for you it might be the simpler way to go.
"I nearly lost my mother to the poison coming across our border“ sure sounds like lying to me. There’s clear omission of key facts leading people to the wrong conclusion.
Was she arrested by a state trooper? Was she accused by a state prosecutor? Was she sent to prison by a state judge? Why is it not the states fault?
Yea, I did. When you start modifying configs and writing shell scripts git can help you track those as well.