Compare commits

..

2 Commits

2 changed files with 15 additions and 1627 deletions

View File

@@ -96,6 +96,20 @@ SSH into server admin account and run:
$ cd www
$ dehydrated --config config -c
Then restart the OpenResty service:
$ sudo service openresty restart
#### automate TSL cert renewal with cron
Open root's crontab:
$ sudo crontab -e
Add the following line, then save and exit:
19 4 1 * * /usr/bin/dehydrated --config /var/www/config --cron >/dev/null 2>&1 && /usr/bin/systemctl restart openresty.service
## gotchas
### What is error `cosmo failed: [string "..."]:62: cannot resume dead coroutine`?
@@ -126,3 +140,4 @@ Delete your `.sitegen_cache` file.
* make corners not bouncy (leave them bouncy for now?)
* wall entities
* ship-ship collision
* make ssh command?

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 53 KiB