Guide to add https to working basic configuration?

Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?

Can I set ipv6 to “false” if I don’t to use IPv6 here?

Are the grampsweb_celery environment setting to be the same as those above?

The nginx_proxy.conf file is just the one line?

Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?

Yes if you want to configure them using environment variables. No if you use the onboarding form.

Can I set ipv6 to “false” if I don’t to use IPv6 here?

Probably. But this is Nginx Proxy which has it’s own documentation.

Are the grampsweb_celery environment setting to be the same as those above?

The grampsweb-env merge key duplicates all the environment settings except for the ones that are overridden explicitly. No need to change anything there.

The nginx_proxy.conf file is just the one line?

Yes, as it’s just a single setting that is changed with respect to the default config.

Please see the Nginx config for more settings.

Thanks.

So, if they are subject to change, it would be better (simpler overall) to define them in the file?