Commit Graph

80 Commits

Author SHA1 Message Date
phuchptty 175b580170 fixed: watchexec pre-release 2022-02-26 23:36:09 +07:00
Radon Rosborough 7ab99e4530 Deploy AlertManager configuration 2022-02-12 18:19:04 -08:00
Radon Rosborough e99a537ec2 Add cortextool to admin image 2022-02-12 10:13:07 -08:00
Radon Rosborough 71dcd62af4 Put metrics on separate port 2022-01-30 17:44:16 -08:00
Radon Rosborough 5a071b0aa6 Install tree in admin shell 2021-12-22 12:40:42 -08:00
Radon Rosborough 0b7c77ebae Lose more sanity 2021-12-11 13:55:20 -08:00
Radon Rosborough 2dda21f0af Roll back to working version of Ante
This reverts commit 066c543e30.
2021-12-11 11:16:46 -08:00
Radon Rosborough cf47e68727 [#139] Downgrade to Node 16.x LTS 2021-11-15 18:22:56 -08:00
Radon Rosborough 858f612d38 Pin more 2021-11-15 17:45:25 -08:00
Radon Rosborough b2e0eb122d Omg really 2021-09-18 11:45:28 -07:00
Radon Rosborough c80c7f68b5 Poetry is not an Ubuntu package 2021-09-18 10:35:03 -07:00
Radon Rosborough ed457484e8 [#105] Update self-hosting docs 2021-09-11 16:45:24 -07:00
Radon Rosborough 28b854b427 Optimize Dockerfile 2021-08-14 22:01:05 -07:00
Radon Rosborough 46bbfa8844 Install xxd in app build Dockerfile 2021-08-14 20:17:14 -07:00
Radon Rosborough 042c416d92 Install strace 2021-08-13 21:01:51 -07:00
Radon Rosborough 15e5f5cff8 Debug some horrifying permission errors 2021-08-12 19:15:27 -07:00
Radon Rosborough aeb4f4ab6a Fix various bugs 2021-07-17 08:39:28 +00:00
Radon Rosborough 0705e351d2 [#70] Add timestamps to Docker logs 2021-07-17 08:12:40 +00:00
Radon Rosborough 0bec96b88b Add code formatters for Riju itself 2021-07-17 00:50:42 -07:00
Radon Rosborough 256d5d1f2b Many things 2021-07-12 04:22:42 +00:00
Radon Rosborough 3d02ea0fcb Make everything smaller 2021-07-10 18:52:02 +00:00
Radon Rosborough 719b16f3c0 Infrastructure go brrr 2021-07-04 17:13:59 +00:00
Radon Rosborough 22dcdee871 Supervisor gains proxy ability 2021-07-03 18:43:10 +00:00
Radon Rosborough e92b2aea4f Add basic Go build system 2021-07-03 05:12:18 +00:00
Radon Rosborough 9256f228e6 Oh god, well this was terrible 2021-06-19 08:06:05 +00:00
Radon Rosborough 4ff9d13f55 admin moreutils 2021-06-18 07:06:32 +00:00
Radon Rosborough ddb2fa0d4b Hallelujah 2021-06-18 07:06:32 +00:00
Radon Rosborough 3f898fdbc1 Get Python built with new system 2021-06-11 22:30:00 -07:00
Radon Rosborough 6c678c73ce Start seriously screwing around with GBS.js 2021-06-11 22:17:08 -07:00
Radon Rosborough b986cf69af Compute transitive dependencies 2021-03-21 18:09:11 -07:00
Radon Rosborough 224f8f7d9d Misc fixes for containerization 2021-03-21 14:36:44 -07:00
Radon Rosborough b99d17bcd3 Preliminary containerization work 2021-03-19 23:04:59 -07:00
Radon Rosborough 83208355d4 Load language configurations into server 2021-03-18 19:03:28 -07:00
Radon Rosborough feb5aad8f0 Build per-language Docker images 2021-03-18 17:04:21 -07:00
Radon Rosborough 46f3079741 Install 'tree' in runtime image 2021-03-13 16:40:57 -08:00
Radon Rosborough 8d2c1bcdf2 Fix cran_repo grep pipeline 2021-03-13 11:17:36 -08:00
Radon Rosborough 741a7a69f1 Install moreutils in runtime image 2021-02-20 11:35:45 -08:00
Radon Rosborough 0dcfa3d062 Work around really sad packaging error 2021-02-07 20:55:11 -08:00
Radon Rosborough b13b2aca86 Install htop 2021-01-24 10:05:41 -08:00
Radon Rosborough 91fa474838 Reduce ENTRYPOINT verbosity 2021-01-23 21:40:49 -08:00
Radon Rosborough ceeec32c8f Some small fixes to composite image build 2021-01-23 20:07:58 -08:00
Radon Rosborough 9296807ae3 Shard composite image into 10 layers 2021-01-23 18:42:18 -08:00
Radon Rosborough 1178966cec Add pwgen to admin image 2021-01-23 09:10:46 -08:00
Radon Rosborough 8a662d5dbe s/pstree/psmisc/ 2021-01-17 14:00:47 -08:00
Radon Rosborough fa97f045dc Install pstree, 'make all-scripts' executable 2021-01-17 13:47:21 -08:00
Radon Rosborough d9e7f6d378 Fix ENTRYPOINT for admin, ci images 2021-01-17 12:17:26 -08:00
Radon Rosborough 4e032aaecb Deal with some DNS garbage
Apparently, my laptop was using 75.75.75.75 from Comcast as one of its
DNS servers, and unfortunately that server was totally broken (dig
@75.75.75.75 never returned results). I had to edit
/etc/systemd/resolved.conf to override DNS=8.8.8.8, then things worked
again. How DNS resolution worked at all outside of Docker was unclear
to me, but overriding 75.75.75.75 makes it work inside as well (when
not operating in --network=host mode).
2021-01-17 11:56:57 -08:00
Radon Rosborough e848cc2792 Install shared deps into composite image 2021-01-16 09:56:59 -08:00
Radon Rosborough b82556bfd8 Clean up packages-microsoft-prod.deb 2021-01-13 22:06:13 -08:00
Radon Rosborough d46b1a9ece -_- 2021-01-13 21:47:37 -08:00