how things are mirrored to ironwood-thicket from my raspberry pi on my personal internet connection . it's interactive! (if you enable javascript (for now (?)))
https://cyberdruid.ovh/iw-t_docs
| .env | ||
| .gitignore | ||
| deploy.sh | ||
| figure_content.optimized.svg | ||
| index.html | ||
| ironwood-thicket-mirroring.svg | ||
| iw-t_docs.nginx-conf | ||
| LICENSE | ||
| machines_at_home.svg | ||
| machines_outside_home.svg | ||
| README.md | ||
ironwood-thicket_docs
About
This is the source repository for the that explains how I mirror my repositories from my local network at home to ironwood-thicket.
svg optimization
I used https://svgomg.net. Notable options:
- precision set to 1 (out of 0-8)
- move group attrs to elements
- round/rewrite paths (<- does most of the job)
- round/rewrite transforms
- style to attributes
- round/rewrite numbers
Installation/update instructions
- [ Install Only ] Run
git clone --depth=1 <this repo's url>somewhere. Get ready to copy some of these files to wherever you want to serve them from. - [ Install+Nginx Only ] place
iw-t_docs.nginx-confsomewhere, thenincludeit in your root server block. - [ Install Only ] Place
deploy.shon the machine that will serve the website, then - Run
deploy.shwith bash (and root privileges) to deploy the latest version. - Check
<url>/iw-t_docsin browser (or with curl if you really want to I guess).