mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Bitwarden RS to 94ce434
This commit is contained in:
parent
deebc598e3
commit
85f2070eb1
6 changed files with 137 additions and 0 deletions
25
README.md
25
README.md
|
@ -111,6 +111,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]
|
||||||
|
@ -640,6 +654,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]
|
||||||
|
@ -775,6 +790,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/94ce434
|
||||||
|
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/94ce434/README.md
|
||||||
|
[bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues
|
||||||
|
[bitwarden-version-shield]: https://img.shields.io/badge/version-94ce434-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
|
||||||
|
|
5
bitwarden/CHANGELOG.md
Normal file
5
bitwarden/CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
2019/05/07 23:53 UTC - [94ce434](https://github.com/hassio-addons/addon-bitwarden/commit/94ce434177b544be88d08087b0d1ab574d585cda) by [@frenck](https://github.com/frenck)
|
||||||
|
> 🚑 Fixes Markdownlint warnings
|
||||||
|
|
||||||
|
Signed-off-by: Franck Nijhof <frenck@addons.community>
|
||||||
|
|
67
bitwarden/README.md
Normal file
67
bitwarden/README.md
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
# 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 AN EDGE VERSION!
|
||||||
|
|
||||||
|
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||||
|
add-ons are based upon the latest development version.
|
||||||
|
|
||||||
|
- They may not work at all.
|
||||||
|
- 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.
|
||||||
|
- Developers.
|
||||||
|
|
||||||
|
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/94ce434/README.md
|
||||||
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
|
[forum]: https://community.home-assistant.io/?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-94ce434-blue.svg
|
||||||
|
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/94ce434
|
||||||
|
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/master/images/screenshot.png
|
40
bitwarden/config.json
Normal file
40
bitwarden/config.json
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
{
|
||||||
|
"name": "Bitwarden RS",
|
||||||
|
"version": "94ce434",
|
||||||
|
"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
BIN
bitwarden/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
bitwarden/logo.png
Normal file
BIN
bitwarden/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Add table
Add a link
Reference in a new issue