46 changed files with 79 additions and 48 deletions
@ -0,0 +1,12 @@ |
|||||||
|
--- |
||||||
|
layout: article |
||||||
|
title: What platforms can I host on? |
||||||
|
categories: [hosting] |
||||||
|
featured: false |
||||||
|
popular: false |
||||||
|
tags: [platforms, hosting] |
||||||
|
--- |
||||||
|
|
||||||
|
Bitwarden is a cross-platform application that is deployed using Docker Linux containers. This means that bitwarden can be hosted on Linux, macOS, and Windows machines. |
||||||
|
|
||||||
|
You can read more about Docker and container technologies at [https://www.docker.com/what-docker](https://www.docker.com/what-docker){:target="_blank"}. |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
--- |
||||||
|
layout: category |
||||||
|
title: On-premise Hosting |
||||||
|
featured: true |
||||||
|
--- |
||||||
@ -0,0 +1,9 @@ |
|||||||
|
module FileName |
||||||
|
def filename(path) |
||||||
|
extn = File.extname path |
||||||
|
name = File.basename path, extn |
||||||
|
"#{name}" |
||||||
|
end |
||||||
|
end |
||||||
|
|
||||||
|
Liquid::Template.register_filter(FileName) |
||||||
Loading…
Reference in new issue