Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/03/25 in Posts

  1. 1 point
  2. Many thank both. Now the sending email to gmail it's working according expected. Already tested. Beste regards MRoberto
    1 point
  3. dash.onlinesob.eu.org has been removed and new domains added. it may take up 2 hours for them to start working.
    1 point
  4. I've added those back on to your account, please note that it may take up to 2 hours for them to fully work. If after a full 2 hours they don't work on your side, please make sure you clear your web browser cache: https://wiki.helionet.org/Clear_Your_Cache
    1 point
  5. Here is the final final solution Here is the detail 1. wget --header="TOKEN:secured_token" "http://mbo.helioho.st/cgi-bin/my_script_for_build.py" : this cgi script contains the commands that run "npm install" + "npm run build" 2. touch tmp/restart.txt : after "npm run build" I need to restart the Node JS application, according to Plesk documentation it can be done by creating a file named "restart.txt" in folder "tmp" 3. wget "http://mbo.helioho.st/api/version" : when creating the file "tmp/restart.txt" the server will restart after the next request, that's why I immediately send a request to my application in order it to restart immediately after my new build
    1 point
×
×
  • Create New...