FINALLY!!!
Here is my setup (nothing new here - all from repo instructions):
in* stalled the repo
- installed mariaDB
- Installed nextcloud add on from Alexbelgium repo
- started, used mariaDB credentials as per instructions from repo
cloudflare tunnel points to my installation @ HTTPS:ip_of_hass:8099 (make note of the https)
TLS verify is off for now as it was giving me errors
My Addon Config:
Full_Text_Search: false
OCR: false
OCRLANG: en
PGID: 1000
PUID: 1000
additional_apps: inotify-tools
certfile: my-origin.pem
elasticsearch_server: <ip:port>
enable_thumbnails: false
keyfile: my-privkey.pem
trusted_domains: >-
hass_ip,
https://cloud.mydomain.com,
http://cloud.mydomain.com,
https://cloud.mydomain.com:8099,
http://cloud.mydomain.com:8099,
https://cloud.mydomain.com:443,
http://cloud.mydomain.com:80,
cloud.mydomain.com
use_own_certs: true
default_phone_region: US
were hass_ip is formated = x.x.x.x
As per alexbelgium, I used the ports (ALL of them) 443, 80, and the add on port with https and http!!
Im going to try clean it up and see if works/needs all ports and update as we go.
@alexbelgium THANK YOU SO MUCH for your help and prompt responseā¦ FYI: no need for the trusted proxies scriptā¦ might as well delete it from there to avoid confusion?