Closed The-May closed 3 months ago
Is your nextcloud instance available via the internet?
🧐 As this issue is unrelated to the script, it is considered closed.
Is your nextcloud instance available via the internet?
accessed via lan. Never hat the plan to use it with reverse proxy or anything else.
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
Hi,
I recently stumbled upon the LXC creaton of Alpine Nextcloud Hub. I Installed it with
bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-nextcloud.sh)"
and updated it with the manual LXC Updaterbash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/update-lxcs.sh)"
(in case it is relevant)I stumbled upon this errormessage which left me puzzled:
Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.
Since I am not the biggest linux-expert I did some research, looked up if someone already opened up an issue (no result) and did some checks on my own with the "curl" command since I understand basic usage codes from it.
this looks like the server does not deny the request. I was expecting an errorcode that clearly denies my request. According to this, it shows that the Error/Warning is true and a security issue is persistent to it.
What settings are you currently utilizing?
Default Settings
Which Linux distribution are you employing?
Alpine
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
Please provide detailed steps to reproduce the issue.