Jérôme Gillard

Results 11 comments of Jérôme Gillard

GPX files can be uploaded *and previewed* with this new extension: https://github.com/JeromeGillard/flarum-map Follow the README over there but basically: - Add `^application\/.*(gpx|json|xml|geojson|geo.json)` mime type upload adapter mapping. - Select `Map`...

Out of the box `fof/upload` can accept `.gpx` files, but mime type is recognized as `application/xml`. We can upload them but, if rendered from bbcode, the file is displayed for...

Also interested by a delay notification. To keep it lightweight, the API could invoke one decentralized webhook (Webhooks are "user-defined HTTP callbacks"). Then the remote server could push notifications by...

Addressed in PR #25. At the moment, only disk space and bandwidth data are extracted. I don't know what to do with Satellite data.

Only disk space and bandwidth data are extracted, and parsed with Telegraf's JSON parser. I cannot ask for satellites scores because my `telegraf` container does not have tools to parse...

Any idea where this `/app/config/inspector` might be?

They seem to build the GO inspector from Storj source code. I guess they run it in the SNO container by binding the inspector binary from the host machine. (Correct...

It seems that your `token.sh` is not edited. (if output really says: WalletAddress="0xXXXXXXXXXXXXXXXXXXXXXXXXX" ) Please follow the README of this repo: > In order to track your wallet balance, please...

Could you try to run it within the Telegraf container? Refer to the volume argument when running Telegraf `-v "$PWD/scripts:/scripts"`. The script should be then located at `/scripts/token.sh` within the...

Sure, you can comment out the whole `[[input.exec]]` block dedicated to tokens in the `telegraf.conf` file. The dashboard will lack data but ill be still working.