mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-25 09:28:38 -05:00
minor cleanup prior to release
This commit is contained in:
parent
788a72c643
commit
c9dc4f67d4
@ -125,8 +125,6 @@ class APRSDProcessPacketThread(APRSDThread):
|
|||||||
|
|
||||||
# We don't put ack packets destined for us through the
|
# We don't put ack packets destined for us through the
|
||||||
# plugins.
|
# plugins.
|
||||||
wl = packets.WatchList()
|
|
||||||
wl.update_seen(packet)
|
|
||||||
if (
|
if (
|
||||||
isinstance(packet, packets.AckPacket)
|
isinstance(packet, packets.AckPacket)
|
||||||
and packet.addresse.lower() == our_call
|
and packet.addresse.lower() == our_call
|
||||||
@ -214,9 +212,7 @@ class APRSDPluginProcessPacketThread(APRSDProcessPacketThread):
|
|||||||
to_call = packet.addresse
|
to_call = packet.addresse
|
||||||
else:
|
else:
|
||||||
to_call = None
|
to_call = None
|
||||||
# msg = packet.get("message_text", None)
|
|
||||||
# packet.get("msgNo", "0")
|
|
||||||
# packet.get("response", None)
|
|
||||||
pm = plugin.PluginManager()
|
pm = plugin.PluginManager()
|
||||||
try:
|
try:
|
||||||
results = pm.run(packet)
|
results = pm.run(packet)
|
||||||
|
@ -57,5 +57,5 @@ VOLUME ["/config"]
|
|||||||
# Set the user to run the application
|
# Set the user to run the application
|
||||||
USER appuser
|
USER appuser
|
||||||
|
|
||||||
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \
|
HEALTHCHECK --interval=1m --timeout=12s --start-period=30s \
|
||||||
CMD aprsd healthcheck --config /config/aprsd.conf
|
CMD aprsd healthcheck --config /config/aprsd.conf --loglevel DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user