hi all,
i’ve got the latest AIO-Beta up and running
under Adminstrator Setting is a button to open the AIO Interface, what is a very handy feature, but unfortunally it does not (and could never) work.
When i click on the button it generates the following url:
https://127.0.0.1:8080/api/auth/getlogin?token=…
Unfortunally im running the cloud on a weberver, so a 127.0.0.1 link will never work.
At this poit it would be great, if it was possible to edit the link-adress (the aio has a different url that the nextcloud itself in my case)
Next point is that the link uses port 8080, but my aoi is running behind a reverse proxy (as the cloud itselft runs as well), so it would be usefull, if the port could be edited as well.
meanwhile i found a line “AIO_URL”: “127.0.0.1:8080” in nextcloud_aio_mastercontainer/_data/data/configuration.json
but when i change that value it becomes restet after restarting the AIO
how to make that change permanent / how to avoid the reset ?