@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
Integrating BAS into website
-
@ocraft said in Integrating BAS into website:
У меня есть внешний веб-сайт, и я хочу вызвать функцию BAS при нажатии кнопки внутри этого веб-сайта, возможно ли это?
yes
-
The simplest option to set parameters for BAS is any analog of contact form for wordpress.
From the site side, you set the necessary settings or parameters, and send an email to your email
From the BAS side, running best on VDS, you scan emails from a certain mailbox, for example by imap. And you execute the commands you have already received in BAS, after which you send the result of the work to a letter, or create a page on the site with the necessary data.
You can also use mysql as communication elements, on the one hand filling in the table, on the other hand reading data from it and executing the set commands.
Please note that this text was translated using Yandex translator.
-
Quite interesting question. I'm asking this myself for a while now and considering to use a mysql based solution. But I'm not sure about the best approach to syncronize the DB with BAS.
Maybe someone can recommend a "connector" for this purpose?
-