bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
518 stars 84 forks source link

Support for Synology with Dual Stack Light (--> IPV6) #229

Open Rockshots2 opened 1 month ago

Rockshots2 commented 1 month ago

Good evening,

i want to use your software on my Smartphone in combination with my NAS(Synology DS 723+). Further on i have only IPV6 on my HOME DSL Router. Because i have only Dual Stack Light.

However i dont know if your project is supported for my Synolgy NAS. Do you think it could work for me?

And how to set it up on my NAS under Docker/Portainer?

regards

bfabiszewski commented 1 month ago

Hi, If your IPv6 address is publicly reachable and your client can also use IPv6, this should work. I don't know about Synology but I supposed it should be perfectly doable. You just need a webserver, PHP and database. But the configuration may require some manual tweaking. I am sure there are many tutorials how to run a simple PHP website on this NAS. If you want to use docker you can take my Dockerfile as an example. You would have to add SSL support to it to make it production ready.