It’s linuxserver/nextcloud. I also have letsencrypt container running that has nginx properly configured. But when I go to the nextcloud settings I get that warning that I should configure HSTS.
sure? because that container should handle ssl.
did you check the nginx config for a line like this: add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;
i guess hsts is disabled because of this statment:
did you use a docker compose file to start your nextcloud/letsencrypt containers? is there a -v statement to map config files from your host into the container?