Dirk Sarpe
Dirk Sarpe
I encountered a few issues with this pull request: 1. The `--limit` flag did not work with `--use-ansible-api` (no test to catch that yet). For one because `self.limit = self._parse_limit(limit)`...
Just a footnote, we are running a medium sized (few hundred users) nc instance with a mix of a few TB local and external (smb) storage and do *not* see...
As written, we are using postgresql as db. If I understand the problem correctly, you are suffering from fragmentation. Postgresql takes care of fragmentation issues via vacuum (there is an...
Just spend some time on this as well. In my test case the changed state only occurs, when a second bind mount point is below the first, e.g.: ```yaml #...
Just in case someone else hits the same problem. In our bookstack we have an attachment linked to a protected resource. The change to export attachments by default thus resulted...
Came across this as well when going through the example from the README. A common pattern is to first look in the current working directory and then through `XDG_CONFIG_DIRS`.
fixes #259
I see the same with sddm on kde neon. I guess this is due to a high uid. My users come from an AD and have uids in the hundreds...