GDR!

Results 123 comments of GDR!

I just executed the following in the docker container and visiting index2.html works okay and plays music - even though the code is in a subdirectory. ``` /var/www/html # sed...

It looks like the pseudo-URLs generated with the History API would need some adjustment too, as they're generated in a root directory of the server.

If mirrors are needed, I've made a [quick Docker image](https://github.com/gjedeer/opentopomap-cache-docker) with a fork of Cyclestreets Tilecache that allows hosting an OpenTopoMap mirror with maps.refuges.info fallback with just two commands. If...

Hey @tchoutri of course as a contributor you have the deciding voice here, but I think you're misunderstanding what this ticket is about. Implementing a Torznab-compatible API means that a...

Just a workaround, but this works for Nagios: ``` #!/bin/bash set -e json_file=$(mktemp) ./testssl.sh -oJ $json_file $@ | logger -t testssl CRIT=$(jq '.. | .severity?' $json_file | grep CRITICAL |...

For me, the last uploaded file was from November 14, no photos taken later than that have been uploaded. `/storage/emulated/0/DCIM/Camera` is the path in settings. Pixel phone recently updated to...

Yes, I could still reproduce it with `?action=display&bridge=FB2&u=storrady&format=Html` with the same post.

Are you sure you're using a supported version of Celery?

@ergonlogic yeah, I should probably archive this project as it's unmaintained. Maybe [one of the forks](https://github.com/gjedeer/celery-php/network) is kept updated? If you find something that works for up-to-date celery, let me...

Do you have these issues with php-amqplib? Which Celery version? I believe I tested with 4.0.0. Regarding ETA, I believe there are no tests for this, somebody contributed the code...