Skip to content

Commit

Permalink
feat: added Vaultwarden (#701)
Browse files Browse the repository at this point in the history
* 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 <martijn.niji@gmail.com>
  • Loading branch information
listiges-kaenguru and mvdkleijn committed Feb 28, 2024
1 parent 929bfed commit 57a74e5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
list.json
dist
dist
Vaultwarden/Thumbs.db
7 changes: 7 additions & 0 deletions Vaultwarden/Vaultwarden.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Vaultwarden;

class Vaultwarden extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Vaultwarden/app.json
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"
}
Binary file added Vaultwarden/vaultwarden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57a74e5

Please sign in to comment.