server icon indicating copy to clipboard operation
server copied to clipboard

A powerful certificate generation and management system.

Results 9 server issues
Sort by recently updated
recently updated
newest added

# Migrate to TypeScript There are too many schema-validations to perform in plain JavaScript. We need an epic to migrate to TypeScript to achieve that.

enhancement
hard

# Add support for search parameters For the GET requests made to the `/api/certificate` and `/api/template` routes, query parameters may be used to filter the results to be sent back....

enhancement
medium

# Add support for updating the tags Modify the APIs such that the tags may be updated (with proper valiation) in certificates and templates.

enhancement
easy

# Add support for custom fonts in the database Currently, custom fonts require manually modifying the `items.json` file. Add support to store and persist them in the database.

enhancement
medium

Users should be allowed to authenticate themselves. The passwords must be stored as hashes (irreversible) in the database for privacy. Certain operations that require ownership must be authenticated. The visibility...

enhancement
help wanted
hard

The editing permissions will obviously remain with the creator (owner) themselves, but the visibility of certificates may be controlled: - Public certificates/templates will remain as they currently are. - Password-protected...

enhancement
help wanted
medium

Prune unused downloaded images every once in a while.

enhancement
good first issue
medium

Could reduce image size using node:15-alpine ## rema Image size ![image](https://user-images.githubusercontent.com/25548947/131132609-8373e3dc-2605-4d3a-a59f-e0f990cf00e2.png) ## node:15-alpine3.13 ![image](https://user-images.githubusercontent.com/25548947/131132796-048c763e-8077-4946-8bcc-6bad86381fa6.png) ## node:15.0.0-buster ![image](https://user-images.githubusercontent.com/25548947/131133479-52be64aa-46e0-4420-9e39-b00d96c30dcf.png)

enhancement
help wanted
good first issue

Certificates/Templates should have the ability to be labelled/tagged. Each certificate/template may have none, one, or multiple tags/labels.

enhancement
good first issue
easy