Felix Bühler
Felix Bühler
@lastzero I am currently working in providing this as [NixOS-Module](https://github.com/NixOS/nixpkgs/pull/207567). I considered all the suggestions. In the end a passed env-var can be read by any other user. Placing tha...
this is also relevant for non docker environments. e.g: NixOS
> For users that cannot or don't want to use environment variables, we have recently added these docs which hopefully are enough to get started? Is there anything missing? >...
from NixOS side the `options.yml` is a bad idea, because that would expose the password to every user on the machine. That is due to the nature of NixOS-modules. Of...
NixOS could use the "private app"-file yes; and without being world read-able, ... but then all the configuration has to be done by the user itself. But lets not have...
@kkovaletp I fully support your statement that this should be supported. But it should be supported in a layer before. This is not something that should be included in photoprism....
it does not really support updating docs. You could uninstall and then install the newer version again, but updating is not exactly part of it.
closing this in favor of https://github.com/Morpheus636/zeal-cli/issues/72
@lvxnull new version prints the status of each linter in a separate check. Yes we could write this our own, and yes we would forget about new linters. So to...
rebased, but changed the last commit. I totaly agree, that the linters do not need constant updates. What I really like about it: Not having to care about adding new...