morph027

Results 123 comments of morph027
trafficstars

Hm, nothing special. curl tests: with index: ``` # curl -s -X POST -H "Content-Type: application/json" http://admin:password@zinc:4080/es/gitea_codes/_search -d '{"query": {"term": {"content": "spf13"}}}' | jq { "took": 0, "timed_out": false, "_shards":...

Just tried and it does not show any results. Probably the alias handling (`gitea_codes.v1`is an alias in this setting) is the culprit somehow? Search results when not selecting an index...

Not sure how to handle this. Adding `apt-get update --allow-releaseinfo-change` is insecure and should be executed manually, which is not ideal. Does the VM have any possibility to announce news...

Reason was to allow the repo to be flagged properly for unattended-upgrades, which requires these fields. Also, it adheres to best practices to supply them. Unfortunately, i forgot to add...

Installation from scratch would work without any issues. Updating an existing installation will suffer the problem mentioned, but will work if the user runs `apt-get update --allow-releaseinfo-change` Just using `-y`flag...

Hm, not sure. Is nats-server running too? Which version of janus is installed? I only did some packaging and do not have too much insights into the code itself....

I guess you need `bash-language-server start`

Hm. I do have 22.04 too but installed node via [nodeenv](https://pypi.org/project/nodeenv/)

I've noticed that calling `freshclam -v` on a shell w/ `http_proxy`/`https_proxy` environment variables works, so i've removed the `HTTPProxyServer` and `HTTPProxyPort` from the config and added a systemd dropin (`/etc/systemd/system/clamav-freshclam.service.d/10-Proxy.conf`):...

Jip, sounds good. I totally suck when writing js/ts but could take care of all the testing ;)