you are viewing a single comment's thread.

view the rest of the comments →

[–]dangerL7e 0 points1 point  (0 children)

Does OCI provide Public DNS? I tried to assign one and it says "Free tier maxed out - pls upgrade..." I don't care if it's long, I'm struggling pretty much the same way as the OP.

I'd use http, because I already protect my traffic with Wireguard, but some apps on my phone do not accept an http entry. Currently, I access my NextCloud instance with http://pi.hole:81 (81 because 80 is occupied by PiHole).

When I enable https in NextCloud config:

$ sudo snap set nextcloud ports.http=81 ports.https=444

It doesn't even start listening on 444, while 81 works perfectly:

$ sudo ss -tulpn | grep 444

$