No description
Find a file
2025-12-24 03:42:09 +07:00
app add some pythons and html 2025-12-24 03:42:09 +07:00
docker-compose.yml Initial commit 2025-12-24 02:50:59 +07:00
README.md add readme.md 2025-12-24 02:55:44 +07:00

madman-diary


Overview

  • Web server: NGINX (Alpine)
  • Deployment: Docker Compose
  • Bind address: 127.127.10.1
  • Hostname: nikita.d4d.host
  • Content: Static HTML+css, markdown, flask, some pythons
  • Access: HTTP only (localhost)

Project structure

madman-diary/
├── docker-compose.yml
├── app/
│   ├── app.py
│   ├── entries/
│   │   └── day1.md
|   |   ...
│   ├── templates/
│   │   ├── base.html
│   │   └── entry.html
│   └── static/
│       └── style.css
└── README.md