Hi all and greetings!
I am new to the forum, brought a difficult issue (at least for me obviously), and hope someone got the time to read my post and an idea what I am missing.
My goal is to get Nextcloud up on my Proxmox-HomeServer which is runing on a NUC behind my FritzBox Router.
I am using
- Proxmox 8.0.4
- Nextcloud Turnkey 17.2/1 Template
- Nginx Proxy Manager LXC (Proxmox VE Helper Scripts | Scripts for Streamlining Your Homelab with Proxmox VE) with an additional DDclient for dynDNS management.
I have Nginx PM up, and can reach my Router, Proxmox GUI, other containers runing stuff like Jira, Jellyfin and so on via a dynDNS subdomain
I edited the nextcloud config.php to whitelist my local machines IPs.
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'nextcloud.<mySubdomain>',
2 => '192.168.13.202',
3 => '192.168.13.22',
4 => '192.168.13.1',
5 => '192.168.13.200',
),
The IPs being
202: Proxmox LXC with Nextcloud
200: Proxmox LXC with NginX
22: my local machine
1: my router
The issue is
If I setup Nextcloud, I can login as admin one time via the container IP like
https://<myNextcloudIP>
then I logout, and after that I get a
warning about invalid login attemps from my IP. The ‘Overview’ page in the admin account says my action are ‘bruteforce throttled’
I can successfully delete the entry if I login via URL over the proxy and use
occ:security:bruteforce:reset
Login via URL over the Proxy works just fine.
So since I can’t make much sense of it and have no clue where to look further I hope this rings a bell somewhere.
Thanks a lot guys!
cheers
Mirko
P.S.: I just changed php.ini opcache.interned_strings_buffer=32 (was 8) due to a hint in the overview page.
Now if I try to open the local IP of nextcloud the page doesn’t even load…
Wireshark reporst a
Destination unreachable (Port unreachable)
Seems very odd…