Mathilde
thank you
eventually I decided to go with separate IP and advanced nginx configuration (I believe i need it for xlsx import/export)
but I am facing additional problem (not sure if it requires a new post)
cloned cryptpad files are in /home/cryptpad/cryptpad/ and are owned by cryptpad user
but the nginx fails with set of errors like these
2024/04/15 19:36:51 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize/www//" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:51 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize/www///index.html" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:51 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/www//" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:51 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/www///index.html" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:51 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize//" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:51 [error] 996#996: *10 "/home/cryptpad/cryptpad/customize.dist//index.html" is forbidden (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET / HTTP/2.0", host: "pad.tld"
2024/04/15 19:36:53 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize/www//favicon.ico" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"
2024/04/15 19:36:53 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize/www//favicon.ico/index.html" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"
2024/04/15 19:36:53 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/www//favicon.ico" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"
2024/04/15 19:36:53 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/www//favicon.ico/index.html" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"
2024/04/15 19:36:53 [crit] 996#996: *10 stat() "/home/cryptpad/cryptpad/customize//favicon.ico" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"
2024/04/15 19:36:53 [error] 996#996: *10 open() "/home/cryptpad/cryptpad/customize.dist//favicon.ico" failed (13: Permission denied), client: xxx.xxx.xxx.xxx, server: pad.tld, request: "GET /favicon.ico HTTP/2.0", host: "pad.tld", referrer: "https://pad.tld/"