2026-04-10 12:49:39 +02:00
2026-04-10 12:47:03 +02:00
2026-04-10 09:28:04 +02:00
2026-04-10 10:03:10 +02:00
2026-04-09 21:51:12 +02:00
2026-04-09 21:51:12 +02:00
2026-04-10 12:49:39 +02:00
2026-04-10 11:13:43 +02:00
2026-04-10 08:47:34 +02:00

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
No description provided
Readme 3.3 MiB
Languages
JavaScript 40.9%
Go 35%
CSS 12.4%
HTML 11%
Makefile 0.7%