No description
| app | ||
| docker-compose.yml | ||
| README.md | ||
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