0e8e3b2636cf0f83895cb5e8ade5a2ab26af07bd
datascape
Minimal self-hosted personal wiki. Folders are pages.
Run
go run . -dir ./wiki -addr :8080
go run . -dir ./wiki -addr :8080 -user me -pass secret
Build
# local
go build -o datascape .
# QNAP NAS (linux/arm)
GOOS=linux GOARCH=arm go build -o datascape .
Usage
| Action | How |
|---|---|
| Browse | Navigate folders at / |
| Read | Any folder with index.md renders it as HTML |
| Edit | Append ?edit to any folder URL, or click Edit |
| Save | POST from the edit form writes index.md to disk |
| Files | Drop PDFs, images, etc. next to index.md — they appear in the listing |
Description
Languages
JavaScript
40.9%
Go
35%
CSS
12.4%
HTML
11%
Makefile
0.7%