175 Commits

Author SHA1 Message Date
a0f18520cb Update README.md 2025-06-14 14:26:42 -07:00
576090d065 Add missing acme-challenge block to webdevcat.me server in nginx.conf 2025-06-14 14:15:49 -07:00
5d65aad8b5 Update prod nginx.conf 2025-06-14 14:09:42 -07:00
c0162f210e Update gitea config file app.ini 2025-06-14 14:02:11 -07:00
943ca92c32 Serve webdevcat.me and subdomains with https 2025-06-14 13:49:28 -07:00
e8714ba8d4 Serve apps.miti.sh with https 2025-06-14 13:32:08 -07:00
02d17d1b11 Run socket server as user nobody in reverse-proxy spec 2025-06-14 11:04:33 -07:00
a14be2cbde Add some self-signed TSL certs to test https 2025-06-13 22:04:24 -07:00
027b8616d3 Refactor while loop to not repeat instruction 2025-06-13 16:49:40 -07:00
63719f8fda Rename spec file 2025-06-13 14:31:54 -07:00
d66dde5587 Clean up Makefile 2025-06-13 14:30:49 -07:00
29a979fc66 Clean up test.sh 2025-06-13 14:26:29 -07:00
5265281bab Clean up spec/unixstreamsrvr.moon 2025-06-13 14:24:53 -07:00
f364eb6887 Use Path.exec instead of os.execute where we can 2025-06-13 14:05:03 -07:00
6462ac9968 Assert the socket exists in reverse proxy test 2025-06-13 13:36:36 -07:00
63f50820bd Move socket test server file into spec dir 2025-06-12 17:10:07 -07:00
74632be2e1 Add test for nginx reverse proxy rule 2025-06-12 15:30:28 -07:00
1e33d2770a Add subdomains git and apps 2025-06-11 14:23:11 -07:00
c2dcb5708a Add prod conf to source control 2025-06-11 13:21:00 -07:00
dc8fb2f1f2 Fix test env having access to internet; add apps.miti.sh server to conf 2025-06-11 13:15:50 -07:00
54052e3890 Add capture '/git' (without a trailing slash) to rules 2025-06-11 12:39:07 -07:00
7b8413ae57 Add tests for posts route 2025-06-11 09:52:06 -07:00
831a86c738 Don't publish any ports from the test container
This allows us to make test requests to port 80, like in production
2025-06-11 09:44:38 -07:00
9f019dbac5 Use Busted and LuaJIT-cURL for tests 2025-06-10 18:11:22 -07:00
11c56aff4d Fix nginx.conf redirects; add a rudimentary test 2025-06-10 14:38:33 -07:00
ab20e4ad36 WIP: start and stop docker container with bash script 2025-06-10 13:01:46 -07:00
dec9e4b5ea Highlight some code-blocks with 'console' label
Update the dracula theme styles to make 'console' highlighting more legible
2025-06-10 12:55:30 -07:00
126eb515eb Fix MIME types for apps.miti.sh 2025-06-08 17:37:30 -07:00
77d49e58ce More redirect config 2025-06-08 17:34:35 -07:00
ddd92fca2e Add config to redirect from old domain 2025-06-08 15:25:03 -07:00
2cd0525be8 Update links 2025-06-07 19:38:04 -07:00
962caf3454 Add original values in app.ini as comments 2025-06-01 17:07:55 -07:00
b0aaf9ea70 Fix indentation in nginx.conf 2025-05-31 17:06:25 -07:00
f9c5df9c43 Update nginx.conf for SSL and add gitea app.ini file 2025-05-31 16:46:28 -07:00
5c9ad75f10 Change some copy 2025-05-31 15:32:36 -07:00
997c8146a1 Remove unused template 2025-05-31 15:29:29 -07:00
2c16d01678 Remove comment 2025-05-31 14:53:13 -07:00
bc205064cc Fix blurb in post list 2025-05-28 18:58:42 -07:00
157686b183 Re-add highlight code outside of pre tags 2025-05-28 18:58:25 -07:00
69af6b48fb Use ARGs to reduce line lengths in Dockerfile 2025-05-28 18:40:45 -07:00
cd43c8f323 Cleanup 2025-05-28 18:12:34 -07:00
57074caae9 Fix dates on posts 2025-05-27 20:28:47 -07:00
e06d75f82f Use Pandoc lua-filter instead of Pygments plugin
for syntax highlights
2025-05-27 19:29:08 -07:00
c72580f717 Add custom plugin 2025-05-27 19:20:08 -07:00
947075902d Remove bad style 2025-05-27 11:21:09 -07:00
67469ab84a Update moonscript syntax highlight colors 2025-05-27 11:18:04 -07:00
53409bf710 Fix lexer 2025-05-27 10:34:35 -07:00
a9a04070f6 Adjust pandoc syntax highlight style 2025-05-27 07:59:08 -07:00
b77726e75a Add pygments colors to pandoc stylesheet 2025-05-26 22:52:49 -07:00
93927b6a0a Highlight unlabeled blocks 2025-05-26 19:58:33 -07:00