Welcome to Minecuna’s documentation!¶
Contents:
Backups¶
A compressed copy of the world up is pushed the Glacier vault once a day using glaciercmd. Access is controlled with the minecuna-backups IAM which is restricted to that vault.
The script can be found in backups.sh and is deployed to /etc/crontab.d/backups.
If you need a copy of the backups get an IAM from George.
Overviewer¶
The map is generated daily by the overviewer project. The script, overviewer.sh, is a bash script which runs the overviewer command daily in the early hours of the morning UTC and pushes the resulting output to the s3 bucket. The bucket is fronted by a cloudfront distribution which is invalidated on push.
s3cmd is used to push the overviewer output to s3 and puts each days html in its own directory.
Access to the s3 bucket and cloudfront distribution are controlled with the minecuna-overviewer IAM.