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-19 01:50:48 +00:00
c2aec56490 README.md: document syncthing.sh, update architecture, directory structure, script docs, backups, security, and troubleshooting sections
justin pushed to master at justin/tinyboard 2026-04-19 01:45:11 +00:00
e4db257f53 syncthing.sh: fix remaining f-string backslash escape in remove_folder
justin pushed to master at justin/tinyboard 2026-04-19 01:42:05 +00:00
b2932286d0 syncthing.sh: fix Python f-string backslash escaping in all python3 -c blocks
justin pushed to master at justin/tinyboard 2026-04-19 01:39:54 +00:00
866f8af073 chmod +x syncthing.sh
justin pushed to master at justin/tinyboard 2026-04-19 01:36:06 +00:00
e6720804dc syncthing.sh: new script for managing Syncthing devices and folders via REST API with interactive menu
justin pushed to master at justin/tinyboard 2026-04-18 21:39:10 +00:00
63197799b8 setup-hub.sh: fix sed delimiter for PasswordAuthentication/PubkeyAuthentication, guard authorized_keys creation, setup-spoke.sh: fix sed delimiter, validate spoke name charset, make find_free_port vars local, offboard-spoke.sh: validate spoke name charset, setup-network.sh: replace brittle SSID grep with python3 regex
justin pushed to master at justin/tinyboard 2026-04-18 21:31:16 +00:00
128b41ede9 setup-hub.sh: fix sed delimiter and add file dep, onboard-spoke.sh: fix rclone append newline guard and keyscan key-type dedup, offboard-spoke.sh: fix crontab empty check and add timestamped backup, setup-network.sh: replace single bak with timestamped backup, compose.yaml: replace syncthing host network with explicit port bindings
justin pushed to master at justin/tinyboard 2026-04-18 21:25:31 +00:00
f3792a38fc setup-spoke.sh: fix port scan range and user@host sed regex, offboard/onboard-spoke.sh: fix registry grep-v empty-output clobber, setup-network.sh: fix wifi password colon handling
justin pushed to master at justin/tinyboard 2026-04-18 21:12:11 +00:00
e450456638 spoke/setup-spoke.sh
justin pushed to master at justin/tinyboard 2026-04-18 21:07:07 +00:00
d925cd944a onboard-spoke.sh: remove comment syntax from manual key instructions
justin pushed to master at justin/tinyboard 2026-04-18 21:04:30 +00:00
74e1a9d1a0 offboard-spoke.sh: run as root, remove sudo from python3 install
justin pushed to master at justin/tinyboard 2026-04-18 20:54:28 +00:00
535c8a47cb fix hardcoded armbian hub key name in setup instructions; init KEY_NAME
justin pushed to master at justin/tinyboard 2026-04-18 20:47:19 +00:00
1b4a2c7ab5 fix hardcoded syncthing PUID/PGID in compose.yaml sed
justin pushed to master at justin/tinyboard 2026-04-18 20:43:38 +00:00
72a58cc390 fix SSH service detection across distros; fix misleading key copied message
justin pushed to master at justin/tinyboard 2026-04-18 20:41:18 +00:00
9e6a6f2222 fix compose.yaml sed: known_hosts collision, hub user/host, syncthing mount path, var ordering
justin pushed to master at justin/tinyboard 2026-04-18 20:39:35 +00:00
99c006747a fix compose.yaml key volume sed pattern; clean up compose.yaml
justin pushed to master at justin/tinyboard 2026-04-18 20:37:42 +00:00
e3bb7fb1ca fix known_hosts dedup in setup-spoke; handle ssh-copy-id failure in onboard-spoke
justin pushed to master at justin/tinyboard 2026-04-18 20:35:07 +00:00
aeda90799d fix KEY_PATH init, compose.yaml sed, registry write, known_hosts dedup, fusermount3 compat
justin pushed to master at justin/tinyboard 2026-04-18 20:31:19 +00:00
26b623eef7 configure ClientAliveInterval/CountMax in setup-hub.sh
justin pushed to master at justin/tinyboard 2026-04-16 23:04:48 +00:00
8ee67739f7 Update readme