syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
401 stars 40 forks source link

Use own domain for device #236

Closed molnarti closed 7 years ago

molnarti commented 7 years ago

Is it possible to set up syncloud with my own domain, instead of the syncloud.it one? the reason for that is that i need to access my homecloud from a location where the syncloud domain is blocked

cyberb commented 7 years ago

Try adding two a records to your DNS: example.com device_ip *.example.com device_ip

example.com will show device UI. files.example.com will show Files app.

Remember that sometimes device ip is changing and you will need to update it accordingly.

molnarti commented 7 years ago

your solution does not solve the navigation within synclouds's interface. when clicking on an app it will still take me to files.syncloud.it while i want it to take me to 192.168.1.25/files.html (or whathever is files.syncloud.it redirected to)

cyberb commented 7 years ago

Right, try changing domain in /opt/data/platform/user_platform.cfg

cyberb commented 7 years ago

Duplicate of https://github.com/syncloud/platform/issues/264