Good day all, Just a quick question... Does the ispconfig admin panel need to be open in order for the updates to populate? If I make changes from within a bash script will ispconfig automatically recognize those changes and add them to the job queue? Thanks.
No, you do not need the web ui left open for the job queued to run. If your bash script uses the remote api to make changes, they will be in the datalog queue just like changes made in the ui.
Ahhh, isee isee. So the remote api will allow me to make direct changes to ispconfig from my site. Great, I shall test it out. Thanks.