free-x

Results 8 comments of free-x

small addition for NL and German tides. One of our users has built KML overlay https://www.segeln-forum.de/thread/43757-raspberry-pi-als-bordcomputer-spielzeug-f%C3%BCr-den-winter/?postID=2382095#post2382095

@mhomeijer69 could you send us output of curl https://**server:port**/signalk if your server has self-signed certificate, you should use option "-k" for curl

xygrib is a part of Debian 11 https://packages.debian.org/bullseye/xygrib since release 1.2.6 there are no newer stable releases :(

@mgrouch I took a closer look at the packages in bullseye and was shocked. These are old "supposedly" 1.2.6 which in reality are still 1.2.5 I have decided to continue...

I think logrotate is what you are looking for here is my example: /etc/logrotate.d/signalk ``` /home/pi/.signalk/log/signalk.log { su pi pi rotate 7 daily notifempty missingok copytruncate compress } ```

hi @tkurki at first you need to adjust options for start of avnav ```$ avnav -h Illegal option -h invalid option ? usage: /usr/bin/avnav [-e] [-d] [-q] [-b basedir] [-c...

Hi @tkurki, libgtk-3-common is a part of Raspbian repository which is not in sources.list in your Docker. I included package yet to my repo. You could try again Regards free-x