nachoparker

Results 103 comments of nachoparker

maybe something like this ``` docker run -d --rm \ --device /dev/fuse \ --cap-add SYS_ADMIN \ --security-opt apparmor:unconfined \ ... ```

hi, that is exactly [what ncp-web does](https://github.com/nextcloud/nextcloudpi/blob/master/nextcloudpi.sh#L74) but... I do want to access to NextCloudPi from outside my local IPs. I want to access from my phone, from work, and...

ok, I get you now... well that is interesting then, I just wonder if there will be use cases of people wanting to access through external IP address. otherwise, I...

@testbird > feeling brave to throw a PR at me? :P

haha it was worth a try ;D

> It should definitely disabled if no domain is defined and probably not be enabled by default. I'm using NCP behind a static IP for instance - probably a few...

Regardless of wether we do it or not, I am wondering if the following would work ( in `/etc/apache2/sites-enabled/nextcloud.conf` ) ``` Require host * Require local Require ip 192.168 Require...

in a quick test, `host *` it didn't work, I guess that the solution would be to, if anything, add these lines only when we set up DDNS ``` Require...

> The solution to this issue is, as in the linked answers above, have a first "dummy" virtualhost block everything (it gets used as fallback for non defined virtual hosts)....

Thanks > Usually, there are only a few countries where you usually want to have access from, so you would filter out a lot of unwanted accesses. This would prevent...