nginx questions on ADM 5.1.3
Hello. The App Central widget apparently installed a non-docker version of nginx to reverse proxy https-http for installed apps such as immich, sabnzbd, etc. This was fine when I was simply using my LAN to access things, but now I have a public IP address available and cannot figure out how to do these two things:
Generate certificates for the following: videos.mydomain.com to Jellyfin, photos.mydomain.com to Immich and files.mydomain.com to NextCloud. The Web Center ADM app says I have no implementation or web server installed. It appears the general solution for DNS-01 challenge certificate generation is certbot, but I cannot find Asustor specific installation instructions that do not involve CloudFlare. PHP3 and pip3 are installed and functioning.
Setup reverse proxy's for each of the apps listed with appropriate certificates. I don't much care if I use ADM's reverse proxy or something else, but would like some assistance getting these three services configured on https on the public address.
My router is already configured to only allow 80 and 443 to the NAS.
TIA