CarlosCastaneda

Results 9 comments of CarlosCastaneda

I can confirm this too!

The actual script still reflects the old (previous) data directory layout. The directory of the default Installation is „/opt/ncdata/data“. There is **no** nextcloud directory in the subtree (this can be...

After reboot had the error again. Index 11 has been updated with current ipv6 address without brackets (nextcloud_domain.sh).

> Just adding that I am running into this issue on ncp 1.55.3 / nc 30.0.4.1 Same again ncp 1.55.3 /nc 30.0.8.1

One more note: since the prefix of the ipv6 address changes frequently, the current address in config.php entry 11 should take this into account and also be changed, which is...

I just checked the code of `nextcloud-domain.sh` and noticed that `curl -m4 icanhazip.com` always returns an ipv6 address. I suppose that -m4 is intended to get ipv4 but it‘s not...

`curl -4 icanhazip.com ` does the job and returns ipv4, `curl -6 icanhazip.com ` returns ipv6

I ran into the very same problem when trying to mount a backup. I‘m running the same binary on raspberry pi. This feature used to work but it’s some time...