A distributed mobbing timer
Check it out now at https://mobber.dev!
Please file any issues or requests you have here.
If the SSL certificate has expired, follow these steps to renew the certificate
- Open
server.js- Import from
httpinstead ofhttps - Comment out production
ifblock - Create server without SSL files
- Import from
- Run
certbot certonly --manual - Add challenge file in
.well-known/acme-challenge - Run
node server.js - Finish certbot prompt
sudo chownto own thefullchain.pemandprivkey.pemfiles that were generated- Put back everything when finished!