I’m looking for a wiki solution (either remotely hosted or self-hosted is fine) that takes Markdown input.

Thanks.

  • Smash@lemmy.self-hosted.site
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    wikijs comes to mind, it’s deploy-able with a single docker command:

    docker run -d \
    --name=wikijs \
    --restart=unless-stopped \
    --publish 8080:3000 \
    --env "DB_TYPE=sqlite" \
    --env "DB_FILEPATH=/wiki/db.sqlite" \
    --volume wikijs:/wiki \
    --volume wikijs:/wiki/data/content \
    ghcr.io/requarks/wiki:2