From 6b3cfb59bd378020d36d07ae30b0f6d70e2ec585 Mon Sep 17 00:00:00 2001 From: Seth Phat Date: Tue, 7 Nov 2023 22:54:33 +0700 Subject: [PATCH] Adds DocKing to Document Management (#324) --- software/docking.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/docking.yml diff --git a/software/docking.yml b/software/docking.yml new file mode 100644 index 0000000000..2cc27e848e --- /dev/null +++ b/software/docking.yml @@ -0,0 +1,13 @@ +name: DocKing +website_url: https://docking.shipsaas.tech +description: Document management service/microservice that handles templates and renders them in PDF format, all in one place. +licenses: + - MIT +platforms: + - PHP + - Nodejs + - Docker +tags: + - Document Management +source_code_url: https://github.com/shipsaas/docking +demo_url: https://docking-demo.shipsaas.tech/console \ No newline at end of file