• Joined on 2023-05-28
colin pushed to main at colin/resume 2025-07-06 14:09:24 -04:00
83e02bab67 Add cross-linking from main page to story pages with styled read-more links
colin pushed to main at colin/resume 2025-07-06 12:20:53 -04:00
f1da69a7f9 Fix theme toggle button by moving initialization to includes.js
colin pushed to main at colin/resume 2025-07-06 11:53:23 -04:00
26136fef61 Fix CSV tool by adding papaparse.min.js to Dockerfile
colin pushed to main at colin/resume 2025-07-06 11:50:08 -04:00
b1e4cbaa4e Fix viperwire.html to use standard header and footer structure
colin pushed to main at colin/resume 2025-07-06 11:47:19 -04:00
633302d1e6 Add placeholder story pages with 'Coming Soon' notices
colin pushed to main at colin/resume 2025-07-06 11:41:05 -04:00
f62ca2219e Fix production site: Copy includes and stories directories in Dockerfile
colin pushed to main at colin/resume 2025-07-06 11:34:24 -04:00
69bd8f2bb4 Fix production issue: Add missing includes.js file to Dockerfile
colin pushed to main at colin/resume 2025-07-06 11:27:49 -04:00
f6f9aeda99 Fix Docker build: Remove invalid COPY syntax and use volume mounts for optional directories
colin pushed to main at colin/resume 2025-07-06 11:24:16 -04:00
2d50f99b65 Fix Docker build issues: Replace shasum with sha256sum and handle Caddyfile path correctly
colin pushed to main at colin/resume 2025-07-06 11:20:38 -04:00
c4a45ef8fd Fix navigation menu closing too quickly with transition delay and keyboard support
colin pushed to main at colin/resume 2025-07-06 11:16:54 -04:00
a1e2afabb5 Save all current changes to resume project
colin synced new reference pre-commit-ci-update-config to colin/UBUNTU24-CIS from mirror 2025-06-23 18:27:36 -04:00
colin synced commits to pre-commit-ci-update-config at colin/UBUNTU24-CIS from mirror 2025-06-23 18:27:36 -04:00
colin pushed to main at Nixius/authelia 2025-06-20 15:57:56 -04:00
9bbec9a8d2 Clean up WebAuthn config: remove duplicate user_verification setting
colin synced commits to devel at colin/UBUNTU24-CIS from mirror 2025-06-19 18:11:09 -04:00
7fcf86a2e6 Merge pull request #46 from ansible-lockdown/pre-commit-ci-update-config
12b25a4d46 [pre-commit.ci] pre-commit autoupdate
Compare 2 commits »
colin synced and deleted reference refs/tags/refs/pull/46/merge at colin/UBUNTU24-CIS from mirror 2025-06-19 18:11:08 -04:00
colin synced and deleted reference refs/tags/pre-commit-ci-update-config at colin/UBUNTU24-CIS from mirror 2025-06-19 18:11:08 -04:00
colin pushed to main at Nixius/authelia 2025-06-11 16:30:39 -04:00
32e966e2f5 Remove OIDC config files from Authelia startup command - Prevents template engine from processing commented OIDC configurations - Should fix startup issues with missing OIDC secrets - Authelia will run with basic auth only
colin pushed to main at Nixius/authelia 2025-06-11 16:18:49 -04:00
a01930a6a6 Fix CI deployment script to remove OIDC secrets from required variables - Remove IDENTITY_PROVIDERS_OIDC_* and CLIENT_SECRET_* from required env vars - Remove them from secrets management list - This fixes deployment script failure when OIDC is disabled
colin pushed to main at Nixius/authelia 2025-06-11 16:14:48 -04:00
4ae5e0a956 fixup