From 443b099fa1fe0d2c34b8d4081247e1cccfc14156 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 Aug 2017 08:39:37 -0400 Subject: [PATCH] unhide hosting articles. beta warnings --- _articles/hosting/install-on-premise.md | 21 ++++++++++++------- .../what-hosted-platforms-are-supported.md | 1 - _categories/hosting.md | 1 - 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index 0bfe4293..f2fa4206 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -4,10 +4,15 @@ title: Installing and deploying categories: [hosting] featured: false popular: false -hidden: true tags: [hosting, docker, install, deploy] --- +{% warning %} +On-premise hosting is currently in beta. It is not yet ready for real, production use. You should only use this beta for testing purposes. DO NOT STORE SENSITIVE DATA IN THESE BETA INSTALLATIONS. There will be no upgrade path to the production versions from these beta installations and they should be removed when you are done testing. + +You can provide feedback about this beta on GitHub at . +{% endwarning %} + This article will walk you through how to install and deploy bitwarden to your own server. Because bitwarden is a cross platform application, you can install and deploy it on Linux, macOS, and Windows machines. ## Table of Contents @@ -143,14 +148,16 @@ We've made installing bitwarden very simple. Depending in your environment (non- ## Post-install Environment Configuration -Some features such as a SMTP mail server and YubiKey OTP API credentials are not configured by the installer. You can find the environment file for these settings (and all others) in the following location: `./bitwarden/env/global.override.env`. Edit this file and REPLACE the placeholders values for them. +Some features such as a SMTP mail server settings, YubiKey OTP API credentials, etc. are not configured by the installer. You can find the environment file for these settings (and all others) in the following location: `./bitwarden/env/global.override.env`. Edit this file and REPLACE the placeholders values for them. + +Example: ``` -globalSettings__yubico__clientId=REPLACE -globalSettings__yubico__key=REPLACE -globalSettings__mail__smtp__host=REPLACE -globalSettings__mail__smtp__username=REPLACE -globalSettings__mail__smtp__password=REPLACE +globalSettings__yubico__clientId=294620155 +globalSettings__yubico__key=YOUR_KEY +globalSettings__mail__smtp__host=smtp.sendgrid.net +globalSettings__mail__smtp__username=apikey +globalSettings__mail__smtp__password=SG.YOUR.API_KEY globalSettings__mail__smtp__ssl=true globalSettings__mail__smtp__port=587 ``` diff --git a/_articles/hosting/what-hosted-platforms-are-supported.md b/_articles/hosting/what-hosted-platforms-are-supported.md index b2da17bf..2d7764de 100644 --- a/_articles/hosting/what-hosted-platforms-are-supported.md +++ b/_articles/hosting/what-hosted-platforms-are-supported.md @@ -4,7 +4,6 @@ title: What platforms can I host on? categories: [hosting] featured: false popular: false -hidden: true tags: [platforms, hosting, docker] --- diff --git a/_categories/hosting.md b/_categories/hosting.md index 63793e4c..0fa22cd4 100644 --- a/_categories/hosting.md +++ b/_categories/hosting.md @@ -2,5 +2,4 @@ layout: category title: On-premise Hosting featured: true -hidden: true ---