fvanroie / PS_OPNsense

PowerShell Module for OPNsense REST api
MIT License
30 stars 5 forks source link

Question related to SwaggerUI plugin #6

Closed alexdelprete closed 2 months ago

alexdelprete commented 2 months ago

@fvanroie Sorry to open this issue, didn't know how to contact you.

I wanted to know if this plugin is still maintained or can be used with current OPNsense source code: https://github.com/fvanroie/opnsense_plugins/tree/master/devel/SwaggerUI

If so, how can I install it? I don't understand why it's not part of the official docs or in the official plugins repo. :)

Thanks.

fvanroie commented 2 months ago

I wanted to know if this plugin is still maintained

I am not maintaining this plug-in at this time as I don't have the time and means to update it on a regular basis.

or can be used with current OPNsense source code

I have not tested it with any recent releases, so I don't know... it will probably need some work to bring it up-to-date. There have been many changes to OPNsense in the past years, so I doubt it works in its current form on the newer releases.

If so, how can I install it?

There is no installer or documentation available, it is just a proof-of-concept provided 'as-is'.

I don't understand why it's not part of the official docs or in the official plugins repo. :)

That question should be directed at the official repo maintainers and contributors. I'm guessing someone needs to put in the time and effort to keep it up-to-date and create the necessary the Pull-Requests.

alexdelprete commented 2 months ago

Thanks for answering.