aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-06-19add 2 motdHEADmasteruser@node5.net
2026-06-17db handler - more better logginguser@node5.net
2026-06-15don't require telegram for commentsuser@node5.net
2026-06-15internalize needed files for starting the programuser@node5.net
2026-06-07git clone - fix path on on nixos uwsgiuser@node5.net
2026-06-07git clone - fix path on nixos uwsgiuser@node5.net
2026-06-07telegram remove printuser@node5.net
2026-06-07git clone simplify setupuser@node5.net
2026-06-07clone articles if they don't existuser@node5.net
2026-06-07environment variable - rework to only point to articles, bake in site filesuser@node5.net
Bake site files into the nix package
2026-05-31fix: logging not showing up on prod after switching to nix?user@node5.net
2026-05-31refactor: remove erroneous print statementuser@node5.net
2026-05-31fix: don't require the git binaryuser@node5.net
2026-05-31article metadata - modified date fallback if articles aren't git trackeduser@node5.net
fallback to file system modified data
2026-05-31article metadata - get modified date from git instead of file systemuser@node5.net
after migrating to nix, it resolved to 1970-01-01, it's better to get the modified date directly from git regardless
2026-05-19fix relative pathing to source contentuser@node5.net
2026-05-19fallback to build in blog source files if no environment variableuser@node5.net
2026-05-12Nixify app: Add flake, load content from dynamic pathuser@node5.net
- Package with flake - Load content from a path given with an environment variable, with the intention of loading this from a derivation
2025-11-16Motd - Dark themeuser@node5.net
2025-08-23Revamp comments style like sql statementsuser@node5.net
2025-08-23Fix posting commentsuser@node5.net
2025-07-19Comments minor - contact -> contact_infouser@node5.net
2025-07-19No comments SQL select countuser@node5.net
2025-07-19Comment section ascii tableuser@node5.net
2025-07-19SQLite fix create, remove configuser@node5.net
2025-07-19Migrate from Postgres to SQLiteuser@node5.net
2025-04-25Fix comment call telegramuser@node5.net
2025-04-25Telegram - Fix send messageuser@node5.net
2025-03-30Python - Fix after refactoruser
2025-02-08Make reload_articles - Get pid from fileuser
to ensure it's send to the right process
2025-02-08Fix log lvls, default to debug 4 cli usageuser
Disable debug in production using environment variable in SystemD service
2025-02-08Make DB & telegram optionaluser
2024-11-02Logging - Disable flask info logs in productionuser
2024-07-07article description - add markdown supportuser
2024-06-04motd - file extension, test endpoint, image stylinguser
2024-06-04motd - markdown support, tor linkuser
2024-04-09fix sub folder thumbnails missinguser
2024-04-09set log level to debug on local developmentuser
2024-04-09proper logginguser
2024-03-11article thumbnail file extension agnosticuser
2024-03-11add general configuser
2024-03-11rename article_generator.py module -> article, make functions into article ↵user
generator class
2024-03-11article - add modified dateuser
2024-03-11Revert "test webhook"user
This reverts commit 31bb33f55d2ebecea77c55a5a90da6fb5615010f.
2024-03-11Revert "test webhook 2"user
This reverts commit 059095196db5dd35ad4f560006c35dfd1c4a4737.
2024-03-11test webhook 2user
2024-03-11test webhookuser
2024-03-11validate article source exception handlinguser
2024-03-10validate article sources argumentuser
2024-03-10reload articles from source on SIGHUB signaluser