Skip to content

Releases: DavidVollmers/Comfyg

Support base64 encoded asymmetric client secrets

15 May 10:22
Compare
Choose a tag to compare
  • Allow using base64 encoded asymmetric client secrets in the connection string

Command-Line Interface Updates

11 May 13:14
Compare
Choose a tag to compare
  • Fixed a problem using the comfyg setup localhost command when old containers where removed manually
  • Fixed a problem using the dvol/comfyg:azurite Docker image
  • Introduce automatic update check when using the Comfyg Command-Line Interface

Support Azurite on Localhost Setup

10 May 16:02
Compare
Choose a tag to compare
  • Support Azurite when using the comfyg setup localhost command
  • Introduce new Docker tag azurite for an image which includes NodeJS, NPM and run Azurite on startup
  • Allow specifying the connection string UseDevelopmentStorage=true when prompted for an Azure Table or Blob Storage connection string using the comfyg setup localhost command

Allow Environment Variables in Connection String

09 May 13:04
Compare
Choose a tag to compare

Hosting Guide & Helpful Output

08 May 19:27
Compare
Choose a tag to compare

End-to-end encryption

06 May 11:36
Compare
Choose a tag to compare
  • Introduce end-to-end encryption (E2EE) for asymmetric clients
  • Created detailed documentation on the security layers of Comfyg (https://docs.comfyg.com/docs/security.html)
  • Added missing sub commands for the comfyg export command for secrets and settings
  • Fixed a bug not allowing you to setup asymmetric clients
  • Fixed a bug where overwriting a file with the comfyg export command was not clearing the file contents

Support Asymmetric Client Secrets

01 May 13:04
Compare
Choose a tag to compare

Introduce Tagging

19 Apr 18:14
Compare
Choose a tag to compare
  • Introduce tagging to allow "variations" of the same Comfyg values
    • Added comfyg tag CLI command
    • Extended comfyg export CLI command with the -t|--tags <TAGS> option
    • Always return the auto-generated version of an added Comfyg value when using the comfyg add CLI command
  • Always skip permission checks for the system client
  • Only allow the system client to create new Comfyg values

Permission System

15 Apr 18:54
Compare
Choose a tag to compare
  • Introduce new permission system allowing to configure granular permission for clients
  • Introduce read, write, delete and permit permissions

Node.js Client Library

02 Apr 11:17
Compare
Choose a tag to compare