Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-07 | fix(modules/gitea): the linter corrupted the file ... | Franck Cuny | 1 | -15/+0 | |
2023-01-07 | fix(modules/sendsms): run it as root for now | Franck Cuny | 1 | -2/+0 | |
I need to figure a way to make it run as a dynamic user, while still having access to the credentials for twilio, while not changing the permissions to the file. | |||||
2023-01-07 | fix(modules/unifi): remove the poller | Franck Cuny | 1 | -32/+0 | |
The poller refuses to start, as the name of the binary has been updated, and the upstream module is not reflecting that change. The service has also been renamed from `unifi-poller` to `unpoller`, but this is not working for now. Let's get rid of it as a temporary fix while looking at the correct solution. | |||||
2023-01-07 | fix(modules/grafana): a number of options have been renamed | Franck Cuny | 2 | -8/+11 | |
2023-01-07 | fix(modules/gitea): a number of options have been renamed | Franck Cuny | 1 | -8/+35 | |
2023-01-07 | feat(home/packages): add tool masked-emails | Franck Cuny | 4 | -60/+343 | |
2023-01-07 | fix(home/emacs): rename the package | Franck Cuny | 1 | -1/+1 | |
``` trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression. ``` | |||||
2023-01-07 | fix(home/firefox): remove extension https-everywhere | Franck Cuny | 1 | -1/+0 | |
It's been deprecated. | |||||
2023-01-03 | ref: delete terraform configuration for GitHub | Franck Cuny | 7 | -427/+0 | |
I'm not using GitHub f |