From ef7ffd483736b976f51255bda70e2eb44464c3c5 Mon Sep 17 00:00:00 2001 From: shajen Date: Tue, 7 Feb 2023 22:55:55 +0100 Subject: [PATCH] Updated README. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc12a57..545a639 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It also provides easy but very powerful **web panel** to explore recordings and # Sample data collected -[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs) +[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs) (old version) | Spectrogram | Transmission | | - | - | @@ -37,13 +37,13 @@ wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/docker-compose.yml docker compose up ``` -Wait a moment to collect data and open panel. - To update docker images to latest version type: ``` docker compose pull ``` +Also remember to update `docker-compose.yml` and `config.json`. + ## Panel Open [http://localhost:8000/sdr/spectrograms/](http://localhost:8000/sdr/spectrograms/) and wait for data to collect. @@ -271,6 +271,13 @@ Set `"console_log_level": "trace"` in `config.json`. Then run app normally by `docker compose up`. After the error run `docker compose logs > logs.txt`. Please attach `logs.txt` if you create a new issue. Do not paste logs directly to issue. Upload it to any file host service ([https://file.io/](https://file.io/), [https://pastebin.com/](https://pastebin.com/) or any you like). +# Timezone + +If timezone detection not work correctly and it seems to use `UTC` instead your timezone please set timezone in host system. To set `Europe/Warsaw` type: +``` +echo "Europe/Warsaw" > /etc/timezone +``` + # Advanced usage ## Build from sources