1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-10 05:28:58 -04:00
aprsd/aprsd/plugins
Hemna 35d41582ee Moved logging to log for wsgi.py
Added wsgi.py to be used with gunicorn to start aprsd's web admin
interface.

gunicorn -b :8080 "aprsd.wsgi:app"
2023-07-16 16:32:39 -04:00
..
__init__.py refactor Plugin objects to plugins directory 2021-01-09 10:00:37 -05:00
email.py Moved logging to log for wsgi.py 2023-07-16 16:32:39 -04:00
fortune.py Update regex processing and regex for plugins 2022-12-29 14:34:46 -05:00
location.py Fixed pep8 errors 2023-07-10 11:01:41 -04:00
notify.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
ping.py Update regex processing and regex for plugins 2022-12-29 14:34:46 -05:00
query.py Removed references to old custom config 2022-12-27 14:30:03 -05:00
time.py Update regex processing and regex for plugins 2022-12-29 14:34:46 -05:00
version.py Update regex processing and regex for plugins 2022-12-29 14:34:46 -05:00
weather.py Changed weather plugin regex pattern 2023-07-15 18:22:24 -04:00