Hello,
I would like to know if it is possible to change domain name after assets generation?
I am packaging diaspora as an app for single board computers app store (syncloud.org) and I do not really know device details until users install it on their device.
The problem is that 'rake assets:precompile' takes really long time to run on a device because of different reasons (sd card, cpu ...) so I would like to run it once for the app store package and only set domain on the user installation phase.
As I know assets, database and config contains domain info.
I could come up with some logic to replace domain in the existing setup, but I would like to know if there is a preferred way of doing this.
Thank you.
Another question on the same topic, is it possible to change http/https or port on existing diaspora pod?
Let's say I will code required config changes, SQL updates.
Currently Syncloud device user can switch http/https mode centrally for all apps running on a device. Also sometimes it is not possible to expose port 80 for public http access on the router and device may end up having http/81 url for example.
Thank you.