DragonQ

Results 6 issues of DragonQ

I have the Maps app installed in my Nextcloud instance, and have set the OSRM URLs in Advanced Settings to `https://router.project-osrm.org/route/v1` to test routing functionality. Every time I try to...

This commit adds support for InfluxDB v2 and Flux queries. InfluxDB v1 with InfluxQL queries should still work, although I haven't tested this. InfluxDB v2 is the default option in...

Currently, specifying perf or output vars only works for top-level or simple fields within JSON. It doesn't work with more complicated node trees, e.g. "{main_node}[0]->{secondary_node}[4]->{final_node}". This change fixes this issue...

It'd be pretty cool to only have snapshots that actually are worth having. Seems fairly easy to implement based on [this thread](https://www.reddit.com/r/zfs/comments/11y5le6/wrote_a_script_that_creates_snapshots_only_if/), e.g. ``` local WRITTEN=$(zfs get -H -o value...

What's the correct way to send an encrypted dataset to a remote pool with no existing dataset? I'm using these options: ``` [source/backups] daily = 7 snap = yes clean...

I have `filesystem_check_changes` set to 1 in my Nextcloud `config.php`. This means when I create or edit files in my Nextcloud data directory via a Samba share, Nextcloud notices the...

enhancement
1. to develop