mdbook as wiki

This commit is contained in:
Brieuc Dubois 2023-12-26 00:11:41 +01:00
parent 143466c92d
commit cea12a1a35
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,18 @@
services:
mdbook:
container_name: mdbook
image: thefarwind/mdbook
restart: unless-stopped
entrypoint: mdbook serve --hostname 0.0.0.0
labels:
- "traefik.enable=true"
- "traefik.http.routers.mdbook.rule=Host(`wiki.bhasher.com`)"
- "traefik.http.routers.mdbook.entrypoints=internalsecure"
- "traefik.http.services.mdbook.loadbalancer.server.port=3000"
- "traefik.http.routers.mdbook.tls=true"
- "traefik.http.routers.mdbook.tls.certresolver=http"
volumes:
- $CONFIG/wiki:/src
networks:
- external

View File

@ -0,0 +1 @@
# Introduction

View File

@ -0,0 +1,9 @@
# Summary
[Introduction](README.md)
# User Guide
- [Vaultwarden](user-guide/vaultwarden.md)