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

Improve plugins structure #29

Open
pv8 opened this issue Jan 11, 2018 · 0 comments
Open

Improve plugins structure #29

pv8 opened this issue Jan 11, 2018 · 0 comments

Comments

@pv8
Copy link
Owner

pv8 commented Jan 11, 2018

Remove plugins from the project so they can be installed and loaded separately from noipy - i.e. Flask extensions structure.

Currently, plugins are specified inside dnsupdater.py file:

AVAILABLE_PLUGINS = {
'noip': 'NoipDnsUpdater',
'dyn': 'DynDnsUpdater',
'duck': 'DuckDnsUpdater',
'generic': 'GenericDnsUpdater',
}
DEFAULT_PLUGIN = 'generic'

Important: A good documentation on how to implement plugins need to be part of this improvement.

@pv8 pv8 added this to the Super feature milestone Oct 11, 2019
@pv8 pv8 removed this from the Super feature milestone Dec 27, 2019
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

No branches or pull requests

1 participant