tigattack

Results 87 comments of tigattack

I was able to fix this like so: ```diff # /etc/nginx/conf.d/default.conf server { listen 80; server_name localhost; #access_log /var/log/nginx/host.access.log main; + root /usr/share/nginx/html; + index index.html index.htm; location / {...

I am doing so. Here's the full workflow (private repo so no link, sorry): ```yml --- name: Ansible Lint on: push: paths: ['ansible/**'] workflow_dispatch: jobs: lint: name: Ansible Lint runs-on:...

The fix for this in #4103 was reverted by #4213. It's now broken again. This issue should be reopened.

I see in api.py there seems to be some provisions for accepting an API key rather than relying on access to initialize.js and, by extension, authentication being disabled. This would...

Thanks again, working great in most cases now! One thing I've noticed is when applying a set of quality profiles, if they already exist I see the following in Sonarr's...

> Smart idea! Preventing overwriting of backups seems very nice. I will try to include this. Probably without a 'last n', such that you can keep your whole history if...

> This is indeed true and the reason I had to re-write a lot haha. I've been following the progress, this looked like a tricky one to crack for sure!...

You're right, entirely my mistake, apologies. I built my config based on API requests and clearly got some bits wrong! I've amended my config to remove the IDs, and it...

As a bare minimum fix, it would be good if the error could made a little more friendly so it's clear what the problem is 🙂

You can run the updater, but it won't persist unless you create a new image after updating. You can also just clone this repo and build yourself from the Dockerfile...