Results 59 comments of faust

> `SFTPGO_HTTPD__BINDINGS__0__BRANDING__WEB_CLIENT__LOGIN_IMAGE_PATH` does not work for me either in 2.6. You can use `SFTPGO_HTTPD__BINDINGS__0__BRANDING__WEB_CLIENT__LOGO_PATH` instead but it will change also in the header / sidebar in all the pages. Yep...

Everything that may be OS specific is defined in `vars`, that's the reason. You can override any vars in `group_vars` or `host_vars`. That's perfectly fine and is the [ansible way...

@BenGig this is not what the official documentation says, please read https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence

Oh, yes, my fault, this is the `roles/defaults` that has lower precedence. Yep, not sure how to handle this better, I'll take a moment to see if there is no...

So, I guess that based on https://github.com/jirutka/apk-autoupdate/issues/7#issuecomment-2555694170, the `--quiet` option makes more sense?

Hi, I can confirm the workaround and here is my setup: - Debian Trixie; - Prometheus-mysqld-exporter installed from debian packages (`sudo apt install prometheus-mysqld-exporter`). Configure systemd service: ```console ❯ cat...

@ottok this looks good. Tested with: ```console podman run -it -v /tmp/build/:/build debian:10 bash -c "apt-get update \ && apt-get upgrade -y \ && apt-get install -y software-properties-common dirmngr apt-transport-https...

> When you are done with this PR, can you also briefly describe how to test this so I can make sure it gets put created as an upgrade test?...

Same here, install from binaries, downgrade from 2.9.10 to 2.9.9 as a workaround (Debian 11, x86_64).