implement basic version history support; there's now an icon in the footer that lets you see the previous versions and their sources I'm a bit worried about spoilers but honestly it's yet another way to hint yourself at the cool secrets so I don't mind |
||
|---|---|---|
| .. | ||
| daemon | ||
| daemon.bash | ||
| deploy.bash | ||
| README.md | ||
admin
Bunch of scripts I use to administrate the treehouse at https://liquidex.house. The full setup is:
- A systemd service runs
daemon.bashin a separate user.- This script builds and runs the server.
- It also listens for
reloadcommands being sent through a FIFO, which can be used to make the server rebuild and rerun.
- The
reloadcommand is sent by thedeploy.bashscript which runs on my own machine rather than the server.- This script causes a
git pulland areloadcommand to be run.
- This script causes a