Skip to content

Improve plugins structure #29

@pv8

Description

@pv8

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions