Good morning, I've seen this: http://docs.ispconfig.org/development/interface/ But I wanna create and interface which will not load/save anything from database, just do actions. How to achieve that?
These docs are pretty outdated. Furthermore, why do you want this? ISPConfig depends on the database because otherwise, it would be trying to active something that is already activated, or vice versa, it wouldn't be able to store your config to be viewed interface because it gets that information from the database
I built a webservice with Laravel to manage cache purging for Varnish. The ISPConfig module I'm building is intended to integrate a Varnish cache purging. Once we fill the URL and click on "Execute" button, it should call the Laravel webservice to purge cache of this URL.