-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Vaultwarden * Update Logo * reorder folder * fixed icon * Update app.json with GNU AGPL Project was re-licensed to GNU AGPL v3 sometime last year. --------- Co-authored-by: Martijn van der Kleijn <[email protected]>
- Loading branch information
1 parent
929bfed
commit 57a74e5
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
list.json | ||
dist | ||
dist | ||
Vaultwarden/Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
namespace App\SupportedApps\Vaultwarden; | ||
|
||
class Vaultwarden extends \App\SupportedApps | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"appid": "ddf4f264320af1347ef54d424c60fae3b4fcc448", | ||
"name": "Vaultwarden", | ||
"website": "https://github.com/dani-garcia/vaultwarden", | ||
"license": "GNU Affero General Public License v3.0", | ||
"description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.", | ||
"enhanced": false, | ||
"tile_background": "light", | ||
"icon": "vaultwarden.png" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.