Kim Brose
Kim Brose
fixes #1681, introduced in https://github.com/matrix-org/matrix-hookshot/pull/227
configuration such as https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L55 and https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/roles/matrix-bridge-hookshot/defaults/main.yml#L105 etc needs to be updated similar to this method https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/999c717cf452efc94ef72f125ec6c2aa1a7c43f4/group_vars/matrix_servers#L698-L700 to support non-https setups and setups with nonstandard http(s) ports. the above approach can...
this is kind of pedantic as it generally works out alright, but might potentially speed up upgrade-restarts. starting the playbook, some services fail to start a couple times before eventually...
I need openssl for #1505 and searched the repo for it and found these: 1. [matrix-nginx-proxy](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/b1b4ba501fdfaa434dac8a981cec9ac0311ca4ef/roles/matrix-nginx-proxy/tasks/ssl/setup_ssl_self_signed.yml) has a task to install it if using self-signed certs 2. some jitsi script...
With matrix-aux, custom files and directories can be created on the server. This is sufficient to facilitate customized web and mail templates for synapse (e.g. password reset email body). It...
similar to how synapse metrics can already be exposed (`nginx_proxy_proxy_synapse_metrics` or so). potentially there should be a global setting that enables proxying for all metrics. see also https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1517#issuecomment-1009873055
This started about 1 week ago. When first switching to any window, it would be put in a H container. Moving things around made it worse, nesting like this and...
This feature request originates from the fact that I really don't need to sync Pausenexpress videos... e.g. `(VO) Theoretische Informationstechnik 2/Pausenexpress/Hochschulsport_V05.mp4` Would be nice if those could be ignored from...
I don't know whether this issue is actually with this project (the "pytorch2onnx" part) or rather onnx2keras. Please move it if applicable. --- **Describe the bug** I'm trying to convert...
I've come across this csv: ``` $ curl -s https://opendata.dwd.de/weather/local_forecasts/swsmos/swsmos_LATEST_opendata.csv.bz2 | bzcat | head ID;Lat;Lon;YYYYMMDDHHmm;TL;TLSTA;RRL1c;RRS1c;RR6;WWL6;WWS3;RRS3c;R650;RC;TS;TD 202207031100 A006;54.88920;8.90870;202207031200;22.8;0.8;0.0;0.0;0.0;6.0;0.0;0.0;0.0;1;45.27;18.8 A006;54.88920;8.90870;202207031300;23.3;2.1;0.0;0.0;0.0;4.0;0.0;0.0;0.0;1;44.33;18.0 A006;54.88920;8.90870;202207031400;23.1;3.0;0.0;0.0;0.0;8.0;0.0;0.0;0.0;1;42.62;17.5 [...] ``` tv does not like it due to the second...