Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3eb944a5a5 | ||
|
|
218a5029fb | ||
|
|
13660e0aa4 |
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 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:
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
Reference in New Issue
Block a user