Commit Graph

8 Commits

Author SHA1 Message Date
Anthony Hernandez 8f6be67e11
Update plane1.ini.example
Changed the MASTODON config from 'Enable = TRUE' to 'ENABLE = FALSE', as this was throwing off my initial run of the program and could be a headache for other users too. Changing this also aligns it with the other services who are set to 'FALSE' in the example.
2023-02-09 10:07:14 -06:00
Jack Sweeney c14ad50281 Fixes discrepancies related to #59 2022-12-30 21:50:44 -05:00
kk6fut 07b153538b Fix to get Mastodon connector working, tested. 2022-12-14 20:19:50 -08:00
kk6fut f12b86facb Needed additional account config (per-plane) 2022-12-14 18:44:12 -08:00
Jack Sweeney 82b1c2f272 Removing PushBullet support
I can longer recommend PushBullet, poorly maintained, switch to the Telegram integration.
No longer needed
2022-12-04 23:10:09 -05:00
Jack Sweeney 4f4ae83800 Blur functions for hiding aircraft identies or PIA
-Blur entire id reg, type, callsign, photo etc with  CONCEAL_AC_ID
-Blur PIA info, callsign and hex/icao
-Add missing option to mainconf example
2022-11-30 12:50:47 -05:00
Jack Sweeney 3eb6f51225 Merge branch 'rapidapi' of https://github.com/makrsmark/plane-notify into multi 2022-11-14 13:47:07 -05:00
Mark Bumiller fb1ae371c5 preventing credential leaks
both ini files end up with secrets that should not be checked in
since they are user specifc, they should bnot be in version control
- moving example configs to have `.example` extension
- adding configs/*.ini to gitignore

fixes Jxck-S/plane-notify#60
2022-06-20 17:44:29 -04:00