Marty

Results 15 comments of Marty

actually i can achieve similar functionality with using iphash, but iphash1 does not work as expected. (or maybe i am just lucky hitting the same backend with iphash)

Might be the combination with IINA player On Mon, Jun 13 2022 at 5:07 AM, Sergey Alirzaev ***@***.***> wrote: > I am running yesterday master mpv, and it works as...

Same here: ``` synapse_auto_compressor -p postgresql:// -c 500 -n 200 [2022-07-24T07:43:11Z INFO synapse_auto_compressor] synapse_auto_compressor started [2022-07-24T07:43:11Z INFO synapse_auto_compressor::manager] Running compressor on room !GtIfdsfQtQIgbQSxwJ:archlinux.org with chunk size 500 [2022-07-24T07:43:16Z ERROR panic]...

BookWyrm to Readwise (this is not simple, but sounds doable) Readwise is mostly highlight resurfacing service, so if this part: BookWyrm to Readwise would be implemented - that would be...

when i click on the follow user - celery task is not created at all and after refreshing the page - status resets to previous one. i will try to...

there are couple of different issues with suggestions, i have tried to purge redis cache and so on, but the issue is still here. for example there is a user,...

i was not able to understand the reason, but setting system.url-prefix in config.yml got rid of this warning (which broke some monitoring scripts due to the unexpected output after sentry...

``` (caddy-common) { encode gzip header { -Server Strict-Transport-Security "max-age=31536000; include-subdomains;" X-XSS-Protection "1; mode=block" X-Frame-Options "DENY" X-Content-Type-Options nosniff Referrer-Policy no-referrer-when-downgrade X-Robots-Tag "none" } } lemmy-site.com { import caddy-common reverse_proxy http://lemmy_lemmy-ui_1:1234...

i am using it with v2.6.4. are you having any issues with it? On Sat, Jun 17, 2023 at 4:59 PM paulo-roger ***@***.***> wrote: > (caddy-common) { > encode gzip...

try this: ``` lemmy-site.com { import caddy-common reverse_proxy http://lemmy_lemmy-ui_1:1234 @lemmy { path /api/* path /pictrs/* path /feeds/* path /nodeinfo/* path /.well-known/* } @lemmy-hdr { header Accept application/* } handle @lemmy...