Skip to content

Commit

Permalink
add Password Manger
Browse files Browse the repository at this point in the history
  • Loading branch information
milenmk authored Dec 6, 2023
1 parent d9f7ad6 commit 774395a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions software/password-manager.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# software name
name: "Password manager"
# URL of the software project's homepage
website_url: "https://github.com/milenmk/Laravel-Simple-Password-Manager"
# URL where the full source code of the program can be downloaded
source_code_url: "https://github.com/milenmk/Laravel-Simple-Password-Manager"
# description of what the software does, shorter than 250 characters, sentence case
description: "Selfhosted password manager written on PHP with Laravel."
# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses
licenses:
- GPL-3+
# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms
platforms:
- Php
# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags
tags:
- password manager
- selfhosted
# (optional, true/false, default false) whether the software depends on a third-party service outside the user's control
depends_3rdparty: true

0 comments on commit 774395a

Please sign in to comment.