Merge pull request #37 from SelfhostedPro/adding_apps
Added Bitwarden-rs app
This commit is contained in:
commit
6e2429eaee
2 changed files with 24 additions and 0 deletions
BIN
Images/bitwarden.png
Normal file
BIN
Images/bitwarden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -23,6 +23,30 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": 1,
|
||||||
|
"title": "Bitwarden_rs",
|
||||||
|
"name": "Bitwarden_rs",
|
||||||
|
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
|
||||||
|
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
|
||||||
|
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png",
|
||||||
|
"image": "bitwardenrs/server:latest",
|
||||||
|
"categories": [
|
||||||
|
"Other",
|
||||||
|
"Tools"
|
||||||
|
],
|
||||||
|
"platform": "linux",
|
||||||
|
"restart_policy": "unless-stopped",
|
||||||
|
"ports": [
|
||||||
|
":80/tcp"
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/config",
|
||||||
|
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Pi-Hole",
|
"title": "Pi-Hole",
|
||||||
|
|
Loading…
Reference in a new issue