Compare commits
2 Commits
df6cf1f75c
...
trunk
| Author | SHA1 | Date | |
|---|---|---|---|
| d38b068cee | |||
| b83df70e21 |
19
README.md
19
README.md
@@ -96,6 +96,20 @@ SSH into server admin account and run:
|
|||||||
$ cd www
|
$ cd www
|
||||||
$ dehydrated --config config -c
|
$ 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
|
## gotchas
|
||||||
|
|
||||||
### What is error `cosmo failed: [string "..."]:62: cannot resume dead coroutine`?
|
### What is error `cosmo failed: [string "..."]:62: cannot resume dead coroutine`?
|
||||||
@@ -122,9 +136,8 @@ Delete your `.sitegen_cache` file.
|
|||||||
|
|
||||||
## todo
|
## todo
|
||||||
|
|
||||||
* add more than one ship
|
|
||||||
* destroy a target ship by shooting them with the cannon
|
* destroy a target ship by shooting them with the cannon
|
||||||
* make corners not bouncy (leave them bouncy for now?)
|
* make corners not bouncy (leave them bouncy for now?)
|
||||||
* add a Draw system?
|
|
||||||
* wall entities
|
* wall entities
|
||||||
* node entities?
|
* ship-ship collision
|
||||||
|
* make ssh command?
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user