Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate admin web out of aprsd. #183

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Migrate admin web out of aprsd. #183

wants to merge 10 commits into from

Conversation

hemna
Copy link
Collaborator

@hemna hemna commented Dec 9, 2024

This patch removes the admin command out of aprsd proper. The admin interface will be an aprsd extension called aprsd-admin-extension.

This is the start of the effort to trim down the base of APRSD and the commands to server, healthcheck, list_plugins, list_extensions.

This will reduce the number of required packages that APRSD core needs. This is useful for others using APRSD as their base to their applications.

@hemna hemna force-pushed the refactor-extraction branch 9 times, most recently from d1d91a0 to 7daa28b Compare December 10, 2024 22:36
This patch removes the admin command out of aprsd proper.
The admin interface will be an aprsd extension called
aprsd-admin-extension.

This is the start of the effort to trim down the base of APRSD
and the commands to server, healthcheck, list_plugins, list_extensions.

This will reduce the number of required packages that APRSD core needs.
This is useful for others using APRSD as their base to their
applications.
Webchat will now be an extension that can be installed.
the extension is here:
https://github.com/hemna/aprsd-webchat-extension

Install it from git or pypi.
This patch removes the email plugin from APRSD core.  The new
home for email plugin is here:

http://github.com/hemna/aprsd-email-plugin.git
Just changed the order of things to clean up.
From the list-plugins command
This eliminates the requirement for geopy library and all it's deps.

The new location for the LocationPlugin is here:

https://github.com/hemna/aprsd-location-plugin
This patch changes the geopy to haversine library for logging
packet distances.  haversine is quite a bit lighter than geopy.
@hemna hemna force-pushed the refactor-extraction branch from 5e1cc6d to bbdbb9a Compare December 11, 2024 21:25
This new collector allows external extensions and plugins to
get callbacks during the keepalive thread runs.  Every 60 seconds
the keepalive thread will do some checks and log some entries in the
logfile to keep the user/admin aware of the state of aprsd itself.
This patch changes to the ruff linter.  SO MUCH quicker.
Removed grey and mypy as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant