Skip to content

yingyeothon/yyt-28-server

Repository files navigation

YYT 28 Server

Stack

  • NGINX
  • Mariadb
  • Node.js 18
sudo yum install nginx docker

sudo systemctl start nginx
sudo systemctl start docker
sudo systemctl enable --now nginx
sudo systemctl enable --now docker

Certbot

sudo amazon-linux-extras install epel
sudo yum install certbot certbot-nginx
sudo yum install nginx
sudo service nginx start

sudo certbot --nginx -d your.domain.name --email [email protected] --agree-tos

About

Stand-alone stateful message broadcast server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published