chosenpath

Results 17 comments of chosenpath

I couldn't get the service to start due to my Pi having excessively large log files. firstly I tried the journal reduction: sudo journalctl --vacuum-size=16M That wasn't sufficient so I...

The current package dependency is "update-notifier": "^5.1.0" The vulnerability with that version is shown here: https://snyk.io/test/npm/update-notifier/5.1.0 The newest build of update-notifier is now on 6.0.2 Is it possible to align...

this is still broken on Ansible 6.6.0 with Ansible-core-2.13.6. Ansible V7 also had the same issue.

I hope this can get merged now as the use of threading is very much common place in a lot of servers.

This feature would be quite useful, bumping it so it can hopefully be looked into again soon.

I'm not sure this is the full solution as the main issue is the API rate limit is too easy to trigger on mass operations because the initial search and...

could you add docker instructions to the main readme?

Added general and functional improvements to maintain compatibility with the updated Ansible and Terraform dependencies.

I couldn't upload large files until editing the max client max body in the nginx config file: ` sudo nano /etc/nginx/nginx.conf` Change or add the entry in the http section...