Justin justin
  • I'm just here to do nerd sh!t with Finn.

  • Joined on 2024-08-05
justin pushed to master at justin/tinyboard 2026-04-20 04:58:35 +00:00
81d0bebd5e setup-spoke.sh: write hub host key to root's known_hosts during keyscan to prevent host key prompt during tunnel test
justin pushed to master at justin/tinyboard 2026-04-20 04:49:27 +00:00
6fe164a6ae setup-network.sh: add IPv4/IPv6 preference options to network setup menu
justin pushed to master at justin/tinyboard 2026-04-20 04:32:31 +00:00
b76e890857 setup-spoke.sh: print exact authorized_keys command with public key when displaying hub key instructions
justin pushed to master at justin/tinyboard 2026-04-20 04:12:44 +00:00
4e2f17266a compose.yaml: bind Syncthing web UI to all interfaces instead of localhost only
justin pushed to master at justin/tinyboard 2026-04-20 03:58:56 +00:00
0af3c30f79 setup-hub.sh: change password auth disable default to N
justin pushed to master at justin/tinyboard 2026-04-19 22:51:05 +00:00
b0e63a2e01 syncthing.sh: replace python3 XML parsing with grep/sed for API key extraction since Syncthing container has no python3
justin pushed to master at justin/tinyboard 2026-04-19 22:44:25 +00:00
22eced7607 health-check.sh: fix duplicate autossh_container variable declaration in check_spoke
justin pushed to master at justin/tinyboard 2026-04-19 22:41:53 +00:00
58c641d603 health-check.sh: auto-detects hub/spoke role and reports status of Docker, SSH, Syncthing, autossh tunnel, rclone mounts, and crontab entries
justin pushed to master at justin/tinyboard 2026-04-19 22:35:20 +00:00
1cc50f8ff0 compose.yaml, setup-spoke.sh: replace named Docker volume with host directory for syncthing config, reset compose.yaml to generic placeholders, remove volume permission fix step
justin pushed to master at justin/tinyboard 2026-04-19 22:04:44 +00:00
97aff6a741 onboard-spoke.sh: replace printf with python3 to correctly write rclone remote config with real newlines
justin pushed to master at justin/tinyboard 2026-04-19 21:43:11 +00:00
eaff38477c onboard-spoke.sh: restore union remote, rclone test, registry, auto-mount, and completion sections lost during rewrite
justin pushed to master at justin/tinyboard 2026-04-19 21:38:17 +00:00
e2ed499e58 onboard-spoke.sh: adopt Finn's cleaner tunnel verification flow, remove key selection prompt, add TCP pre-check before keyscan
justin pushed to master at justin/tinyboard 2026-04-19 21:22:54 +00:00
48ba67e351 setup-spoke.sh: fix syncthing-config volume ownership before starting containers
justin pushed to master at justin/tinyboard 2026-04-19 21:09:34 +00:00
5a9e55b673 setup-spoke.sh: replace manual hub instructions with onboard-spoke.sh next step prompt
justin pushed to master at justin/tinyboard 2026-04-19 21:07:27 +00:00
e5bdf95dcf setup-spoke.sh: replace ~ with full paths and clarify hub user in completion message
justin pushed to master at justin/tinyboard 2026-04-19 21:00:33 +00:00
0553420d04 setup-spoke.sh: add docker-cli to apt install list
justin pushed to master at justin/tinyboard 2026-04-19 20:52:39 +00:00
4cdddd649d setup-spoke.sh: add option to choose existing key from ~/.ssh/ in SSH key setup menu
justin pushed to master at justin/tinyboard 2026-04-19 20:46:13 +00:00
0fd7d94d58 setup-spoke.sh: redirect find_free_port warn output to stderr to prevent contamination of TUNNEL_PORT variable
justin pushed to master at justin/tinyboard 2026-04-19 20:14:59 +00:00
f3c9cf2344 setup-spoke.sh: change password auth disable default to N and add warning to wait until after onboard-spoke.sh
justin pushed to master at justin/tinyboard 2026-04-19 20:05:35 +00:00
f486795154 onboard-spoke.sh: add key selection prompt for tunnel auth, use explicit -i flag for all SSH calls, clarify hub key installation header