2026-03-04 16:05:00 -06:00
2026-03-04 16:01:53 -06:00
2026-03-04 16:01:53 -06:00

Architecture

/app

containts all of the files to build and run the docker container.Docker containter runs the application /content contains all of the publicly accessible files templates notes index ... compose # compose file to mount content to app build.sh #optional file to build the app .env # enviroment var files for location of existing public directory. will depricate

Dockerfile

builds the flask application and sets it to run.

  • runs the site

app

  • clones the public repo (from env var url)
  • finds public notes and moves to content vault
  • exposes webhook to update vault and public notes
Description
backend for my blog. written in flask
Readme 48 KiB
Languages
Python 77.7%
Shell 12%
Dockerfile 10.3%