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
Find a file
2024-12-17 11:02:31 +01:00
.env attempt to improve deploy process by relying on a .env file for initial git repo 2024-12-16 23:38:03 +01:00
.gitignore attempt to improve deploy process by relying on a .env file for initial git repo 2024-12-16 23:38:03 +01:00
deploy.sh attempt to improve deploy process by relying on a .env file for initial git repo 2024-12-16 23:38:03 +01:00
figure_content.optimized.svg run <svg/> through online optimizer service 2024-12-17 11:02:31 +01:00
index.html run <svg/> through online optimizer service 2024-12-17 11:02:31 +01:00
ironwood-thicket-mirroring.svg first draft of html 2024-12-13 06:59:36 +01:00
iw-t_docs.nginx-conf attempt a crude automation of deployment 2024-12-16 10:46:59 +01:00
LICENSE Initial commit 2024-12-13 06:43:47 +01:00
machines_at_home.svg first draft of html 2024-12-13 06:59:36 +01:00
machines_outside_home.svg first draft of html 2024-12-13 06:59:36 +01:00
README.md run <svg/> through online optimizer service 2024-12-17 11:02:31 +01:00

ironwood-thicket_docs

About

This is the source repository for the page 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

  1. [ 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.
  2. [ Install+Nginx Only ] place iw-t_docs.nginx-conf somewhere, then include it in your root server block.
  3. [ Install Only ] Place deploy.sh on the machine that will serve the website, then
  4. Run deploy.sh with bash (and root privileges) to deploy the latest version.
  5. Check <url>/iw-t_docs in browser (or with curl if you really want to I guess).