Niklas Wagner
Niklas Wagner
Here is a container that works with Postgres: https://github.com/prodrigestivill/docker-postgres-backup-local
A quick google search says that there is basically no length limit for this usecase. Some results say around 32k characters on Windows, while linux has over 256 MB per/for...
Just found this project. It is also written in rust and uses TOML as config file format but allows overwriting everything via environment variables. https://github.com/romanz/electrs/blob/master/doc/config.md#electrs-configuration
A single environment variable would be fine too. Gitlab Omnibus Image does that too and the config can get long as well.
You could try NET_ADMIN capability instead of using host port 80. ```yaml cap_add: - NET_ADMIN ``` I'd also like to see a dummy container (nginx) in the docker compose as...
Version 171 breaking things further fyi: ```` $ signal2html -i . -o signal_html/ 2023-01-18 13:42:23 | INFO - This is signal2html version 0.2.11 2023-01-18 13:42:23 | INFO - Found Signal...
Currently trying to figure that out myself. It looks like you need jsonnet and [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler). Then run within the `operations/alloy-mixin` directory the install command: ```bash jb install ``` After that,...