Commit Graph

16 Commits

Author SHA1 Message Date
Scott Idem
bb437ce5cb chore(env): add .env.default template and track it in .gitignore
The Docker env project had no committed .env template — new contributors
had to reverse-engineer the required variables from the compose files.

Added .env.default with all required variables, secrets replaced with XXXX,
and comments explaining each section. Notable: AE_API_GUNICORN_TIMEOUT is
documented as 900 (needed for long ffmpeg video jobs like clip_video).

Updated .gitignore to whitelist .env.default via !.env.default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 14:08:11 -04:00
Scott Idem
6297df094d Bug fix for the restore script. It now deletes the temp backup directories automatically. 2026-01-13 12:47:08 -05:00
Scott Idem
f886250ae3 Automation: Final robust DB restore fixes and updated gitignore rules. 2026-01-12 18:33:05 -05:00
Scott Idem
129cb84254 Snapshot: Pre-cleanup state. Tracking legacy symlinks. 2026-01-12 15:28:42 -05:00
Scott Idem
6604584556 Ignore files update. 2024-10-09 12:24:59 -04:00
Scott Idem
5f9b7fab6d Ignore update 2024-10-09 11:27:48 -04:00
Scott Idem
68150f857b Ignore more 2024-04-24 20:42:48 -04:00
Scott Idem
2ccb3486e9 Don't store the DB 2024-04-24 20:38:11 -04:00
Scott Idem
3980cac8f3 Finalizing Docker Compose files and configuration options 2023-02-23 15:52:51 -05:00
Scott Idem
8d151e0836 More Docker Compose work 2023-02-22 20:24:11 -05:00
Scott Idem
d0e6a6f921 Clean up... 2023-02-22 17:16:40 -05:00
Scott Idem
3a9a7a559f More organization 2023-02-22 17:11:51 -05:00
Scott Idem
3a79aea7f8 More organization 2023-02-22 16:57:27 -05:00
Scott Idem
292521841f Getting the ignores correct 2023-02-22 16:47:02 -05:00
Scott Idem
cc767aac25 Initial commit 2023-02-22 16:40:16 -05:00
d18de5507b Initial commit 2023-02-22 21:12:07 +00:00