robertdahlem
robertdahlem
I am trying to combine a Docker Registry, the Auth Server and the Registry UI. My configuration files: [docker-compose.auth.yml](https://github.com/cesanta/docker_auth/files/7686758/docker-compose.auth.yml.txt) [auth_config.yml](https://github.com/cesanta/docker_auth/files/7686763/auth_config.yml.txt) [docker-compose.registry.yml](https://github.com/cesanta/docker_auth/files/7686764/docker-compose.registry.yml.txt) [docker-compose.registry-ui.yml](https://github.com/cesanta/docker_auth/files/7686765/docker-compose.registry-ui.yml.txt) Things like `podman login`, `podman pull` work fine....
# Summary I have written a TT-RSS exporter which you can find at https://github.com/robertdahlem/export_ttrss It exports articles from TT-RSS to JSON files which can then be imported into FreshRSS. The...
`module.fail_json()` takes two arguments but gets only one here. This leads to a stack trace.
Keyboard shortcuts Alt-N(ext) and Alt-P(revious) are gone with FF25 (with or without FBT). Can you bring them back?
The following code does not croak in publish() when I unbind the routing key from the queue although I would expect it to because of mandatory=>1 > "The mandatory flag...
Extension to JSON imports: interpret ``` "origin": { "category": "..." }, ``` as category for FreshRSS. When importing a new feed configure the feed into this category. Creates missing categories...
**Describe the bug** When `yq` is found in `/bin`, `install-man-page.sh` creates `/share/man/man1` and installs `yq.1` there. Version of yq: 4.44.6 Operating system: linux Installed via: extracting yq_linux_amd64.tar.gz **Command** `./install-man-page.sh` **Actual...
## General information This adds an optional `PGHOST` variable to the .env file of `mk_postgres.py` It answers my own question at the [Checkmk forum](https://forum.checkmk.com/t/how-to-use-mk-postgres-py-plugin-when-postgres-only-listens-on-a-file-system-socket/52310). This is useful when connecting to...