Skip to content

ATPstealer/youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy for Ubuntu 22

  • Install docker and docker-compose
  • Create certs
    sudo apt install certbot -y
    certbot certonly --rsa-key-size 2048 --standalone --agree-tos --no-eff-email --email [email protected] -d atpmatrix.com
    
  • Copy nginx and docker-compose files
  • Copy systemd unit in /etc/systemd/system
  • Change domain and paths in configs
  • Generate config like here https://github.com/matrix-org/synapse/tree/develop/contrib/docker
  • Configure homeserver.yaml. Example in repo
  • Run
    systemctl daemon-reload && systemctl enable synapse && systemctl start synapse
    

About

Install files for Matrix Synapse server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages