Info Xojo Web!

The xojo web application successfully runs on Synology DS718 + using the instruction dock
pokys/ xojowebapp. It runs both Web 1.0 and 2.0 applications

1 Like

Nice!

I tried to get an app running on the ARM based ones (218+), No success on my end.

Hi,
Can you explain how to setup a web app on a Synology? I don’t understand when you talk about: “using the instruction dock pokys/ xojowebapp”.
Thks in advance.

the application runs in the Xojowebapp docker. This docker must be installed

Okay, so here is what I’ve done:

  1. Downloaded docker to my DS218+II (intel CPU)
  2. Registered pokes-xojowebapp1
  3. Created a shared volume “app”
  4. Docker “Volumes” tab: Added folder “app” with mount path “/app/”
  5. Changed “MY_APP” to “XojoTest”
  6. Downloaded the XojoTest 32 bit Web apps
  7. Uploaded the Linux 32 bit web app XojoTest and folders to /app
  8. Started the Container

The container runs. It consumes almost no CPU und 10-15 MB RAM. It has opened a TCP port to 8085.

BUT: I can’t access it in any browser. What am I missing?

Edit: I fixed it! Here is what I’ve done:

  1. Downloaded docker to my DS218+II (intel CPU)
  2. Registered pokes-xojowebapp
  3. Created a shared volume “app”
  4. Docker “Volumes” tab: Added folder “app” with mount path “/app/”
  5. Docker Changed “MY_APP” to “XojoTest”
  6. Docker Port Settings Local Port 8181; Container Port 8080
  7. Downloaded the XojoTest 32 bit Web apps
  8. Uploaded the Linux 32 bit web app XojoTest and folders to /app
  9. Started the Container
  10. Open browser to SynologyLANIP:8181

It works!

1 Like