Timothy Kim timothykim
  • Joined on 2025-05-09
timothykim pushed to main at hantim/hantim-server 2026-03-13 17:01:01 -04:00
7d5f0920b7 replace per-app deploy scripts with generic deploy.sh
timothykim pushed to main at hantim/hantim-server 2026-03-13 16:04:20 -04:00
587b671e61 add container_name to nginx compose
timothykim pushed to main at hantim/hantim-server 2026-03-13 16:00:31 -04:00
2d793e787c remove container_name from timothykim.net compose
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:58:44 -04:00
a3cb7680f3 use sudo for deploy scripts instead of chown on repo
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:52:05 -04:00
e53ac6324a add container_name to timothykim.net compose
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:50:26 -04:00
79615c6295 fix execute permission on setup.sh
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:50:12 -04:00
21162432b9 fix execute permissions on deploy scripts
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:47:29 -04:00
5fea868a57 revert container_name change for clean deploy test
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:45:32 -04:00
4467a6b2c4 add /opt/hantim as git safe.directory for deploy user
timothykim pushed to main at hantim/hantim-server 2026-03-13 15:42:21 -04:00
7a1434c465 add container_name to timothykim.net compose
timothykim pushed to main at hantim/hantim-server 2026-03-13 14:54:43 -04:00
c528573b49 use full path for bw CLI since /usr/local/bin may not be in PATH
timothykim pushed to main at hantim/hantim-server 2026-03-13 13:12:09 -04:00
d3d93a61b7 move git checkout before git-crypt unlock
timothykim pushed to main at hantim/hantim-server 2026-03-13 13:10:36 -04:00
9fdee2e54b restore git-tracked files before starting services
timothykim pushed to main at hantim/hantim-server 2026-03-13 13:03:05 -04:00
93b940fd76 add bw sync before fetching git-crypt key
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:45:29 -04:00
bb371a53c4 add dnf upgrade at start of setup to update system packages
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:44:00 -04:00
4fea2e7510 use nodejs:20 module stream instead of default nodejs 16
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:29:03 -04:00
c8976e0a22 always run git-crypt unlock instead of trying to detect lock state
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:25:19 -04:00
bb45d3ef2f fix git-crypt unlock detection
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:23:22 -04:00
c484cb9d49 fix git-crypt status check and remove pre-created docker network
timothykim pushed to main at hantim/hantim-server 2026-03-13 12:19:25 -04:00
b89ab5f36e make setup.sh idempotent so it can be safely re-run