- Mar 26, 2021
-
-
nimrod authored
Deduce the uid and gid from the volume owner and run as those. Don't need to mount /etc/passwd and /etc/group inside the container (didn't work with --user anyway). No hard-coded uids/ users anymore.
-
- Mar 03, 2021
-
-
nimrod authored
Don't use the host user home directory.
-
- Feb 19, 2021
-
-
nimrod authored
Install the version from my git fork which has a fix for a non-writable config directory if the config file already exists.
-
- Feb 17, 2021
-
-
nimrod authored
-
- Jan 24, 2021
- Jan 23, 2021
-
-
nimrod authored
-
- Jan 04, 2021
-
-
nimrod authored
-
- Dec 30, 2020
-
-
nimrod authored
-
- Aug 14, 2019
-
-
nimrod authored
- More pre-commit hooks. - Fixes from said hooks. - pipenv updates. - pre-commit updates.
-
- May 01, 2019
-
-
nimrod authored
The usage is completely replaced. Now locally I run inside a pipenv and remotely using Docker. - Use Supersonic as the Cron daemon. - Run locally using pipenv. - Run remotely using Docker (and docker-compose). - Automate tasks using pipenv custom script shortcuts. - Updated pre-commit hooks, added yamllint hook. - Added license. - Updated README.
-