From 723ee37c634a2156b8c47f28219506590c2f3fc6 Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 29 Nov 2023 19:40:03 +0530 Subject: [PATCH 1/8] Create opensign.yml --- software/opensign.yml | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 software/opensign.yml diff --git a/software/opensign.yml b/software/opensign.yml new file mode 100644 index 00000000000..a7e7c863095 --- /dev/null +++ b/software/opensign.yml @@ -0,0 +1,48 @@ +--- +name: Addition +about: Add new software to the list. +title: Add SOFTWARE_NAME +labels: addition +assignees: '' + +--- + +Thanks for taking the time to suggest an addition to awesome-selfhosted! + +Please fill out information below (all fields are mandatory unless noted otherwise): + +```yaml +# software name +name: "OpenSign™" +# URL of the software project's homepage +website_url: "https://www.opensignlabs.com" +# URL where the full source code of the program can be downloaded +source_code_url: "https://github.com/opensignlabs/opensign" +# description of what the software does, shorter than 250 characters, sentence case +description: "Free, open source & self-hosted DocuSign alternative." +# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses +licenses: + - AGPL-3.0 +# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms +platforms: + - Nodejs + - React + - MongoDB + - Docker +# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags +tags: + - Document Management + - Digital Signature + - e-signature + - DocuSign alternative + - Free digital signatures +``` + +To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): +- [x] Submit one item per pull issue. This eases reviewing and speeds up inclusion. +- [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. +- [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse). +- [x] Any software project you are adding to the list is actively maintained. +- [x] Any software project you are adding was first released more than 4 months ago. +- [x] Any software project you are adding has working installation instructions. +- [x] If you are adding software forked from another active project, please provide/link to a clear list of differences between both. From e5e71745409c7c9ddeb17014af7f1c8cec5f9c65 Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 29 Nov 2023 19:51:17 +0530 Subject: [PATCH 2/8] remove react from platforms --- software/opensign.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/opensign.yml b/software/opensign.yml index a7e7c863095..29ac3a9e5c3 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -26,7 +26,6 @@ licenses: # list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms platforms: - Nodejs - - React - MongoDB - Docker # list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags From c2909f8d392615a2bda94ec6ce074f4a022fddb1 Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 29 Nov 2023 19:55:54 +0530 Subject: [PATCH 3/8] remove comments --- software/opensign.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/software/opensign.yml b/software/opensign.yml index 29ac3a9e5c3..b286e81af44 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -1,47 +1,16 @@ ---- -name: Addition -about: Add new software to the list. -title: Add SOFTWARE_NAME -labels: addition -assignees: '' - ---- - -Thanks for taking the time to suggest an addition to awesome-selfhosted! - -Please fill out information below (all fields are mandatory unless noted otherwise): - -```yaml -# software name name: "OpenSign™" -# URL of the software project's homepage website_url: "https://www.opensignlabs.com" -# URL where the full source code of the program can be downloaded source_code_url: "https://github.com/opensignlabs/opensign" -# description of what the software does, shorter than 250 characters, sentence case description: "Free, open source & self-hosted DocuSign alternative." -# list of license identifiers, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/blob/master/licenses.yml for the full list of licenses licenses: - AGPL-3.0 -# list of languages/platforms, see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/platforms for the full list of platforms platforms: - Nodejs - MongoDB - Docker -# list of tags (categories), see https://github.com/awesome-selfhosted/awesome-selfhosted-data/tree/master/tags for the full list of tags tags: - Document Management - Digital Signature - e-signature - DocuSign alternative - Free digital signatures -``` - -To ensure your issue is dealt with swiftly, please check the following (check the boxes `[x]`): -- [x] Submit one item per pull issue. This eases reviewing and speeds up inclusion. -- [x] You have searched the repository for any relevant [issues](https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues) or [PRs](https://github.com/awesome-selfhosted/awesome-selfhosted-data/pulls), including closed ones. -- [x] Any software you are adding is not already listed at any of [awesome-sysadmin](https://github.com/n1trux/awesome-sysadmin), [staticgen.com](https://www.staticgen.com/), [staticsitegenerators.net](https://staticsitegenerators.net/), [dbdb.io](https://dbdb.io/browse). -- [x] Any software project you are adding to the list is actively maintained. -- [x] Any software project you are adding was first released more than 4 months ago. -- [x] Any software project you are adding has working installation instructions. -- [x] If you are adding software forked from another active project, please provide/link to a clear list of differences between both. From 4e1a340a43aad4bab49178414b0e914a156396f5 Mon Sep 17 00:00:00 2001 From: Amol Date: Mon, 25 Mar 2024 15:26:14 +0530 Subject: [PATCH 4/8] Update software/opensign.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/opensign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/opensign.yml b/software/opensign.yml index b286e81af44..f7345b61caf 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -1,4 +1,4 @@ -name: "OpenSign™" +name: "OpenSign" website_url: "https://www.opensignlabs.com" source_code_url: "https://github.com/opensignlabs/opensign" description: "Free, open source & self-hosted DocuSign alternative." From 350cf50eb5d96d4ed3e6e48b4a17c1dad3a00511 Mon Sep 17 00:00:00 2001 From: Amol Date: Mon, 25 Mar 2024 15:26:21 +0530 Subject: [PATCH 5/8] Update software/opensign.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/opensign.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/opensign.yml b/software/opensign.yml index f7345b61caf..81c19f4799c 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -6,7 +6,6 @@ licenses: - AGPL-3.0 platforms: - Nodejs - - MongoDB - Docker tags: - Document Management From d20ba4b0e4d3d10653e952a2b242066b9529ed93 Mon Sep 17 00:00:00 2001 From: Amol Date: Mon, 25 Mar 2024 15:26:36 +0530 Subject: [PATCH 6/8] Update software/opensign.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/opensign.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/software/opensign.yml b/software/opensign.yml index 81c19f4799c..ab979560b63 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -9,7 +9,4 @@ platforms: - Docker tags: - Document Management - - Digital Signature - - e-signature - - DocuSign alternative - - Free digital signatures +depends_3rdparty: true From cac70d079447ea34ff59adc02a6394ae3869ddb9 Mon Sep 17 00:00:00 2001 From: Amol Date: Tue, 26 Mar 2024 18:47:19 +0530 Subject: [PATCH 7/8] Update opensign.yml --- software/opensign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/opensign.yml b/software/opensign.yml index ab979560b63..70e8afd837d 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -1,7 +1,7 @@ name: "OpenSign" website_url: "https://www.opensignlabs.com" source_code_url: "https://github.com/opensignlabs/opensign" -description: "Free, open source & self-hosted DocuSign alternative." +description: "Free, open source & self-hosted document signing software. Alternative to DocuSign." licenses: - AGPL-3.0 platforms: From 650243b4cfec035165148a2bad388296d5acad43 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 3 Apr 2024 17:30:51 +0000 Subject: [PATCH 8/8] Update software/opensign.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/opensign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/opensign.yml b/software/opensign.yml index 70e8afd837d..43d042dc844 100644 --- a/software/opensign.yml +++ b/software/opensign.yml @@ -1,7 +1,7 @@ name: "OpenSign" website_url: "https://www.opensignlabs.com" source_code_url: "https://github.com/opensignlabs/opensign" -description: "Free, open source & self-hosted document signing software. Alternative to DocuSign." +description: "Free, open source & self-hosted document signing software (alternative to DocuSign)." licenses: - AGPL-3.0 platforms: