about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
23 hoursfix: logging not showing up on prod after switching to nix? HEAD masteruser@node5.net
23 hoursrefactor: remove erroneous print statementuser@node5.net
24 hoursfix: don't require the git binaryuser@node5.net
27 hoursarticle metadata - modified date fallback if articles aren't git trackeduser@node5.net
fallback to file system modified data
28 hoursarticle 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
13 daysfix relative pathing to source contentuser@node5.net
13 daysfallback 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
2024-03-10rename article_handler.py -> article_generator.pyuser
2024-03-07markdown - add auto generated html ids on headersuser
2024-02-29comment notification more detailsuser
2024-02-28comments rename field username -> nicknameuser
2024-02-27fix / comments not loadinguser
2024-02-27fix logging not showing up, because db_handler logger before logger was ↵user
initialized
2024-02-27telegram bot on commentuser
2024-02-27refactor move db_hander to srcuser
2024-02-27MOTDuser
2024-02-27split out database logicuser