diff --git a/README.md b/README.md index fc16cb8e..ec2a77f5 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,20 @@ Python Apps and HADashboard using AppDaemon 3.x for Home Assistant [: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] ![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: AirSonos][airsonos-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: FTP][ftp-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-armv7-shield]: https://img.shields.io/badge/armv7-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-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 diff --git a/bitwarden/CHANGELOG.md b/bitwarden/CHANGELOG.md new file mode 100644 index 00000000..21f376dd --- /dev/null +++ b/bitwarden/CHANGELOG.md @@ -0,0 +1 @@ +🎉 Initial add-on release 🎉 \ No newline at end of file diff --git a/bitwarden/README.md b/bitwarden/README.md new file mode 100644 index 00000000..b7534947 --- /dev/null +++ b/bitwarden/README.md @@ -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: + + + +[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 diff --git a/bitwarden/config.json b/bitwarden/config.json new file mode 100644 index 00000000..69be35c9 --- /dev/null +++ b/bitwarden/config.json @@ -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}" +} \ No newline at end of file diff --git a/bitwarden/icon.png b/bitwarden/icon.png new file mode 100644 index 00000000..dbeb2a4f Binary files /dev/null and b/bitwarden/icon.png differ diff --git a/bitwarden/logo.png b/bitwarden/logo.png new file mode 100644 index 00000000..977ff31a Binary files /dev/null and b/bitwarden/logo.png differ