Commit Graph

6 Commits

Author SHA1 Message Date
Mark Bumiller a0a8df04db screenshots are now of globe.theairtraffic.com
fixes Jxck-S/plane-notify#115
2023-02-26 11:52:07 -05:00
Christian Clauss 006de6f86a
Fix typos 2022-12-20 07:46:59 +01: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
Anthony Hernandez af5c9d3145
Update mainconf.ini.example file
Added 'ROLE_ID' under '[DISCORD]' due to an error I kept receiving after I initially copied the original example.
2022-10-04 13:07:20 -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