3 Commits
Author SHA1 Message Date
Florian Walther 3eb944a5a5 added screenshot 2026-05-05 23:53:14 +02:00
Florian Walther 218a5029fb Merge branch 'main' of gitea.scu.si:Florian.Walther/mdhost 2026-05-02 16:30:30 +02:00
Florian Walther 13660e0aa4 updated docker info 2026-05-02 16:30:09 +02:00
2 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -2,6 +2,8 @@
A simple, single-binary Go web application for hosting and sharing markdown files. A simple, single-binary Go web application for hosting and sharing markdown files.
![Screenshot](screenshot.png)
## Features ## Features
- **Create, view, edit, and delete** markdown files via web interface - **Create, view, edit, and delete** markdown files via web interface
@@ -141,7 +143,7 @@ docker run -d \
-p 8080:8080 \ -p 8080:8080 \
-v ~/mdhost-posts:/posts \ -v ~/mdhost-posts:/posts \
-v ~/mdhost-data:/data \ -v ~/mdhost-data:/data \
mdhost gitea.scu.si/florian.walther/mdhost:latest
``` ```
The application will be available at `http://localhost:8080`. The application will be available at `http://localhost:8080`.
@@ -157,7 +159,8 @@ Create a `docker-compose.yml`:
version: '3.8' version: '3.8'
services: services:
mdhost: mdhost:
build: . image: gitea.scu.si/florian.walther/mdhost:latest
# build: .
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB