TrueNAS-12.0-U7 > Nextcloud plugin > nginx won't listen to ipv6 by default
Description
Problem/Justification
None
Impact
None
Activity
Show:

Caleb April 11, 2023 at 12:27 PM
Ticket has rotted for awhile. Closing it for now. If this is still a problem on a current release of CORE, then reopen ticket.

Waqar Ahmed February 8, 2022 at 10:58 PM
we are syncing with upstream ( nextcloud ) and will let you know how it goes. Thanks for letting us know about it!

William Lindberg February 3, 2022 at 1:53 PM
Sorry for the delay. Here you go:

iX-Tony February 2, 2022 at 1:15 PM
Yes. System > Advanced, then click SAVE DEBUG and wait for the file to download to your local system.

William Lindberg February 2, 2022 at 9:15 AM
Hi Bonnie,
It is TrueNAS Core. I assume that debug is located on the same place in both versions? I will post the debug tonight (Central Europe Time).
Need additional information
Pinned fields
Click on the next to a field label to start pinning.
Created January 29, 2022 at 4:55 PM
Updated April 11, 2023 at 12:27 PM
Resolved April 11, 2023 at 12:27 PM
Hello,
I have managed to get the nextcloud plugin reachable via IPv6, but it is not stable. The settings inside /usr/local/etc/nginx/conf.d/{{ servername }}.conf gets reset when rebooted.
Everytime i reboot the jail or TrueNAS i have to manually enter [::]: before 443 in the server section. I have no idea how to make it permament.
Nextcloud plugin
/usr/local/etc/nginx/conf.d/nextcloud.conf
Manually added IPv6 support:
server {
listen [::]:443 ssl http2;
server_name _;
After reboot:
server {
listen 443 ssl http2;
server_name _;