🎉 Release of add-on Bitwarden RS 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-05-08 20:06:07 +00:00
parent f021fc1786
commit 738c1fdcd5
6 changed files with 130 additions and 0 deletions

View file

@ -108,6 +108,20 @@ Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
[:books: AppDaemon add-on documentation][addon-doc-appdaemon3] [:books: AppDaemon add-on documentation][addon-doc-appdaemon3]
### ✓ [Bitwarden RS][addon-bitwarden]
![Latest Version][bitwarden-version-shield]
![Supports armhf Architecture][bitwarden-armhf-shield]
![Supports armv7 Architecture][bitwarden-armv7-shield]
![Supports aarch64 Architecture][bitwarden-aarch64-shield]
![Supports amd64 Architecture][bitwarden-amd64-shield]
![Supports i386 Architecture][bitwarden-i386-shield]
![Docker Pulls][bitwarden-pulls-shield]
Open source password management solution
[:books: Bitwarden RS add-on documentation][addon-doc-bitwarden]
### ✓ [Example][addon-example] ### ✓ [Example][addon-example]
![Latest Version][example-version-shield] ![Latest Version][example-version-shield]
@ -603,6 +617,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AirCast][aircast-issue] - [Open an issue for the add-on: AirCast][aircast-issue]
- [Open an issue for the add-on: AirSonos][airsonos-issue] - [Open an issue for the add-on: AirSonos][airsonos-issue]
- [Open an issue for the add-on: AppDaemon][appdaemon3-issue] - [Open an issue for the add-on: AppDaemon][appdaemon3-issue]
- [Open an issue for the add-on: Bitwarden RS][bitwarden-issue]
- [Open an issue for the add-on: Example][example-issue] - [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue] - [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Glances][glances-issue] - [Open an issue for the add-on: Glances][glances-issue]
@ -735,6 +750,16 @@ SOFTWARE.
[appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[appdaemon3-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [appdaemon3-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.1.0
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.1.0/README.md
[bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues
[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[bitwarden-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/bitwarden-amd64.svg
[bitwarden-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v2.0.2 [addon-example]: https://github.com/hassio-addons/addon-example/tree/v2.0.2
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v2.0.2/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v2.0.2/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues [example-issue]: https://github.com/hassio-addons/addon-example/issues

1
bitwarden/CHANGELOG.md Normal file
View file

@ -0,0 +1 @@
🎉 Initial add-on release 🎉

64
bitwarden/README.md Normal file
View file

@ -0,0 +1,64 @@
# Community Hass.io Add-ons: Bitwarden RS
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Support my work on Patreon][patreon-shield]][patreon]
Open source password management solution.
## About
Bitwarden is an open-source password manager that can store sensitive
information such as website credentials in an encrypted vault.
The Bitwarden platform offers a variety of client applications including
a web interface, desktop applications, browser extensions and mobile apps.
This add-on is based upon the lightweight and opensource
[Bitwarden RS][bitwarden-rs] implementation, allowing you to self-host
this amazing password manager.
Password theft is a serious problem. The websites and apps that you use are
under attack every day. Security breaches occur and your passwords are stolen.
When you reuse the same passwords everywhere hackers can easily access your
email, bank, and other important accounts. USE A PASSWORD MANAGER!
[Click here for the full documentation][docs]
![Bitwarden Preview][screenshot]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[bitwarden-rs]: https://github.com/dani-garcia/bitwarden_rs
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-bitwarden-rs/115573?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.1.0
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/master/images/screenshot.png

40
bitwarden/config.json Normal file
View file

@ -0,0 +1,40 @@
{
"name": "Bitwarden RS",
"version": "0.1.0",
"slug": "bitwarden",
"description": "Open source password management solution",
"url": "https://github.com/hassio-addons/addon-bitwarden",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"ports": {
"7277/tcp": 7277
},
"ports_description": {
"7277/tcp": "Bitwarden Vault"
},
"map": [
"config",
"ssl"
],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"request_size_limit": "int?"
},
"image": "hassioaddons/bitwarden-{arch}"
}

BIN
bitwarden/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
bitwarden/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB