Been running it since saturday morning on my server without any issues. However I don't run a webserver on it.
Not knowing if you run nginx or apache but check these guides out
https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-on-ubuntu-18-04-lamp/
https://www.howtoforge.com/tutorial/how-to-install-nginx-with-php-and-mysql-lemp-on-ubuntu-1804/
These guides are for 18.04 but it's the same in 20.04.
Mysql does not allow remote access by default this needs to be enabled.
https://www.digitalocean.com/community/tutorials/how-to-allow-remote-access-to-mysql
How to create a self signed certificate
Good luck.