addd telemetry bit
Deploy Website / build (push) Successful in 15s Details

This commit is contained in:
James Ravenscroft 2023-07-30 15:39:14 +01:00
parent 2410044161
commit ac33025fde
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ A bunch of services are supported out of the box or via plugins listed [here](ht
I find posting new content to my site a little bit of a pain. I have my own [micropub](https://indieweb.org/micropub) implementation and server which means I can quickly fire off the odd photo or note pretty easily, but when I'm writing a long form post, I find it quite irritating to have to manually do file management with images. PicGo + SFTP means that I can stop worrying about that and with the touch of a few keys, I can have images in my clipboard uploaded to my website and replaced with relevant markdown image embed code.
### Telemetry
Before I launch into this, I noticed that PicGo does seem to collect telemetry. As far as I can tell it's anonymised "users tend to click on this button after 10 seconds" type of telemetry rather than sending a copy of all your images to some dodgy server type of telemetry. However, if you're concerned you might want to have a [dig through the code](https://github.com/Molunerfinn/PicGo) before making a decision.
### Installing
Installation is a breeze for Linux users who are happy to work with [AppImage](https://appimage.org/) format. I imagine it's easy enough on Mac and Windows too.