diff --git a/software/password-manager.yml b/software/password-manager.yml new file mode 100644 index 0000000000..eafd776483 --- /dev/null +++ b/software/password-manager.yml @@ -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