From d038ceb8a4ab227514dc154c8b372ec1d7c17237 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Mon, 31 Dec 2018 21:07:42 +0000 Subject: [PATCH] Stub out out table of contents --- _Sidebar.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..f0f0051 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,33 @@ +## Docker Image Usage +1. [[Starting a container|starting-a-container]] +1. [[Updating the bitwarden image|updating-the-bitwarden-image]] + +## Configuration +1. [[Disable registration of new users|disable-registration-of-new-users]] +1. [[Disable invitations|disable-invitations]] +1. [[Enabling admin page|enabling-admin-page]] +1. [[Enabling HTTPS|enabling-https]] +1. [[Enabling WebSocket notifications|enabling-websocket-notifications]] +1. [[Enabling U2F authentication|enabling-u2f-authentication]] +1. [[Enabling YubiKey OTP authentication|enabling-yubikey-otp-authentication]] +1. [[Changing persistent data location|changing-persistent-data-location]] +1. [[Changing the API request size limit|changing-the-api-request-size-limit]] +1. [[Changing the number of workers|changing-the-number-of-workers]] +1. [[SMTP configuration|smtp-configuration]] +1. [[Password hint display|password-hint-display]] +1. [[Disabling or overriding the Vault interface hosting|disabling-or-overriding-the-vault-interface-hosting]] +1. [[Logging|logging]] +1. [[Fail2Ban Setup|fail2ban-setup]] +1. [[Running with systemd-docker|runing-with-systemd-docker]] +1. [[Other configuration|other-configuration]] + +## Deployment +1. [[Building your own image|building-your-own-image]] +1. [[Building binary|building-binary]] +1. [[Available package|available-packages]] +1. [[Kubernetes deployment|kubernetes-deployment]] + +## Other Information +1. [[Backing up your vault|backing-up-your-vault]] +1. [[Running the server with non-root-user|running-the-server-with-non-root-user]] +1. [[Differences from the upstream API implementation|differences-from-the-upstream-api-implementation]] \ No newline at end of file