From 708c0694a3cedf3ba24eec23b96281f05ec6539c Mon Sep 17 00:00:00 2001 From: DaveDi76 <123912832+DaveDi76@users.noreply.github.com> Date: Fri, 12 Jan 2024 05:11:09 +0100 Subject: [PATCH] Destroyed _Sidebar (markdown) --- _Sidebar.md | 66 ----------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md deleted file mode 100644 index 68de6e8..0000000 --- a/_Sidebar.md +++ /dev/null @@ -1,66 +0,0 @@ -## FAQs -1. [[FAQs]] - -## Container Image Usage -1. [[Which container image to use|Which-Container-image-to-use]] -1. [[Starting a container|Starting-a-container]] -1. [[Updating the vaultwarden image|Updating-the-vaultwarden-image]] -1. [[Using Docker Compose|Using-Docker-Compose]] -1. [[Using Podman|Using-Podman]] - -## Deployment -1. [[Building your own docker image|Building-your-own-docker-image]] -1. [[Building binary|Building-binary]] -1. [[Pre-built binaries|Pre-built-binaries]] -1. [[Third-party packages|Third-party-packages]] -1. [[Deployment examples|Deployment-examples]] -1. [[Proxy examples|Proxy-examples]] -1. [[Logrotate example|Logrotate example]] - -### HTTPS -1. [[Enabling HTTPS|Enabling-HTTPS]] -1. [[Running a private vaultwarden instance with Let's Encrypt certs]] - -## Configuration -1. [[Overview|Configuration-overview]] -1. [[Disable registration of new users|Disable-registration-of-new-users]] -1. [[Disable invitations|Disable-invitations]] -1. [[Enabling admin page|Enabling-admin-page]] -1. [[Disable the admin token|Disable-admin-token]] -1. [[Enabling WebSocket notifications|Enabling-WebSocket-notifications]] -1. [[Enabling Mobile Client push notification|Enabling-Mobile-Client-push-notification]] -1. [[Enabling U2F and FIDO2 WebAuthn authentication|Enabling-U2F-(and-FIDO2-WebAuthn)-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. [[Translating the email templates]] -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. [[Creating a systemd service|Setup-as-a-systemd-service]] -1. [[Syncing users from LDAP|Syncing-users-from-LDAP]] -1. [[Using an alternate base dir (subdir/subpath)|Using-an-alternate-base-dir]] -1. [[Other configuration|Other-configuration]] - -### Database -1. [[Using the MariaDB (MySQL) Backend]] -1. [[Using the PostgreSQL Backend]] -1. [[Running without WAL enabled|Running-without-WAL-enabled]] -1. [[Migrating from MariaDB (MySQL) to SQLite]] - -### Security -1. [[Hardening Guide|Hardening Guide]] -1. [[Fail2Ban Setup|Fail2Ban-Setup]] -1. [[Fail2Ban + ModSecurity + Traefik + Docker|Docker---Traefik---ModSecurity-Setup]] - -## Backup -1. [[General (not docker)]] - -## Other Information -1. [[Importing data from Keepass or KeepassX|Importing-data-from-Keepass-or-KeepassX]] -1. [[Backing up your vault|Backing-up-your-vault]] -1. [[Differences from the upstream API implementation|Differences-from-the-upstream-API-implementation]] -1. [[Supporting upstream development|Supporting-upstream]] -1. [[Caddy 2.x with Cloudflare DNS]] \ No newline at end of file