On a fresh install on YunoHost 13 (testing):
- the sandbox NGINX assumes SSL is running through port 443, which is not the case if TLS passthrough is enabled on the YunoHost server. In that case, the app shows a "Welcome to NGINX!" page instead of Cryptpad initially, then NGINX will fail upon any service restart.
- the sandbox NGINX config still includes the OCSP settings, which does not exist anymore in the usual YunoHost NGINX templates
- the sandbox NGINX config is not correctly handled by the regen-conf. It wants to delete it if one does
yunohost tools regen-conf nginx -dn
Even after following the DNS and certificate renewal instructions, the sandbox domain is not included in the main pad domain certificate's Subject Alt Names.
On a fresh install on YunoHost 13 (testing):
yunohost tools regen-conf nginx -dnEven after following the DNS and certificate renewal instructions, the sandbox domain is not included in the main pad domain certificate's Subject Alt Names.