Commit Graph

  • 5090fd9de9 fix: add --skipApiVersionCheck argument to Azurite startup command main slawek 2026-05-12 07:52:31 +02:00
  • 3755329fe6 fix: standardize note formatting in README.md for consistency dev slawek 2026-03-24 11:56:42 +01:00
  • 6a1f332372 fix: standardize note formatting in README.md for clarity slawek 2026-03-24 11:55:41 +01:00
  • 8d967d7ad7 fix: remove --oauth command from azurite service in compose.yaml and enhance error handling in run-server.sh slawek 2026-03-24 11:29:12 +01:00
  • f825835744 fix: remove azurite deployment and service configuration from Kubernetes manifests slawek 2026-03-24 11:28:45 +01:00
  • ea6277ba3b update: refactor run-server.sh to match Docker version. slawek 2026-03-24 11:17:10 +01:00
  • 8800154d37 fix: update image handling in build script to use AZURITE_IMAGE variable consistently slawek 2026-03-24 10:23:32 +01:00
  • 8c454fa2fc fix: update Caddyfile generation and add /etc/hosts entries for emulator endpoints slawek 2026-03-24 09:58:35 +01:00
  • 149f8a30eb fix: enhance argument handling in start-azurite script to support container configuration slawek 2026-03-24 09:47:14 +01:00
  • 2631d4ff85 fix: allow unknown arguments in start-azurite script to be passed as container arguments slawek 2026-03-24 09:45:44 +01:00
  • b342be88f3 fix: update start-azurite script to improve error handling and streamline container arguments slawek 2026-03-24 09:43:40 +01:00
  • 795e1c6740 fix: improve error messaging and correct NO_CADDY condition in entrypoint.sh slawek 2026-03-24 09:43:29 +01:00
  • a19036f10d fix: simplify AZURITE_ACCOUNTS check by removing default account generation slawek 2026-03-24 09:38:52 +01:00
  • 4c66ee38ba fix: move account name lookup above certificate check in entrypoint.sh slawek 2026-03-24 09:31:46 +01:00
  • 7f1027c6e0 fix: add check for existence of account certificate and key in entrypoint.sh slawek 2026-03-24 09:18:28 +01:00
  • 9d1546a1bc fix: update Dockerfile to copy the correct Caddyfile template and remove unused cert-functions.sh slawek 2026-03-24 08:30:09 +01:00
  • 00459cbb1c refactor: remove unused certificate generation functions and streamline entrypoint.sh slawek 2026-03-24 08:29:01 +01:00
  • 2af06a3bbf fix: update CA_DIR default value to use ./storage instead of ./ca slawek 2026-03-24 08:28:47 +01:00
  • b092c00e27 fix: update .gitignore to remove duplicate entry for storage slawek 2026-03-24 08:28:37 +01:00
  • 32bbc40979 Renamed Caddyfile template to a correct name. slawek 2026-03-24 08:25:18 +01:00
  • 58d0a96bfe update: change reverse proxy URLs to use localhost instead of account names slawek 2026-03-24 08:24:41 +01:00
  • 12b14460e9 refactor: remove cert-functions.sh as its functionality is no longer needed slawek 2026-03-24 07:54:50 +01:00
  • c3c078fa7f fix: remove unnecessary echo statement when creating CA certificate and key slawek 2026-03-24 07:43:19 +01:00
  • 47efc09d18 fix: ensure CA certificate and key are created only if they do not exist slawek 2026-03-24 07:42:37 +01:00
  • 5a840f6577 update: ensure CA directory is created before generating certificates slawek 2026-03-24 07:39:09 +01:00
  • 8fdbce7fb4 update: make CA_DIR, CA_NAME, and STORAGE_ACCOUNT_NAME configurable slawek 2026-03-24 07:38:36 +01:00
  • 4f1d78f174 feat: add make-cert.sh script for generating self-signed CA and server certificates slawek 2026-03-24 07:37:58 +01:00
  • b17d34ae2b fix: add 'ca' to .gitignore to prevent tracking of certificate authority files slawek 2026-03-24 07:02:39 +01:00
  • d5cddbdd8c fix: correct command check for Docker daemon in start-azurite script slawek 2026-03-23 22:59:27 +01:00
  • abbb0842fc Fixed incorrect AI autocomplete. slawek 2026-03-22 10:17:22 +01:00
  • eac8adbcfa fix: include CA name in certificate generation for improved clarity slawek 2026-03-21 19:01:35 +01:00
  • d7ad25c4d6 fix: add resource limits to container run command for azurite slawek 2026-03-21 19:01:07 +01:00
  • 241f70cb22 feat: add VSCode settings for shell script association with start-azurite slawek 2026-03-21 19:01:00 +01:00
  • 6822c65a7a fix: update subject in server certificate generation to use the full subject name slawek 2026-03-03 13:23:33 +01:00
  • fb7ec2ac9e fix: improve feedback during PFX file generation and secure password handling slawek 2026-03-03 12:40:17 +01:00
  • 76c812794c fix: correct parameter name from '-passout' to '-password' in make_pfx function slawek 2026-03-03 12:24:57 +01:00
  • 3b9c295a35 feat: enhance certificate generation functions and add make_account_cert for streamlined server cert creation slawek 2026-03-03 11:54:47 +01:00
  • 3a068149a7 fix: update init.sh to use correct path for accounts.env file slawek 2026-03-02 11:52:38 +01:00
  • ea7905d7c7 feat: add Kubernetes manifest for Azurite deployment slawek 2026-03-02 07:34:00 +01:00
  • d5a715fcfc update: revise installation instructions in README and adjust Azurite image in docker-compose slawek 2026-03-02 07:08:55 +01:00
  • 815278e918 feat: add docker-compose configuration for Azurite service slawek 2026-03-02 06:45:36 +01:00
  • 58c31e73bf fix: update Caddyfile.example to use __AZURITE_STORAGE__ for certificate and key paths slawek 2026-02-28 20:39:52 +01:00
  • 1a66e46615 update: rename run.sh to start-azurite and enhance documentation for environment variables slawek 2026-02-28 20:13:35 +01:00
  • 93fb89446d fix: use variable for AZURITE_IMAGE in docker run commands slawek 2026-02-28 19:52:02 +01:00
  • c8ac9ddebf update: rename run.sh to start-azurite. slawek 2026-02-28 19:46:51 +01:00
  • ffdfc2697b fix: update run.sh to use current directory for AZURITE_DIR and correct env-file paths slawek 2026-02-28 19:45:10 +01:00
  • b698521720 fix: update entrypoint.sh to source accounts from accounts.env and improve Caddy handling slawek 2026-02-28 19:45:00 +01:00
  • 8813a4d5ed update: change docker run options from interactive to detached mode in run.sh slawek 2026-02-28 19:27:20 +01:00
  • b8f6c2dccf chore: remove obsolete list-accounts.sh script slawek 2026-02-28 11:58:40 +01:00
  • 199346b48f fix: correct minor grammatical errors and improve clarity in README.md slawek 2026-02-28 11:45:25 +01:00
  • 8d30246ea0 chore: remove incomplete section on Let's Encrypt certificates from README.md slawek 2026-02-28 11:17:47 +01:00
  • 050986ff87 fix: update storage directory variable in run.sh for consistency slawek 2026-02-28 11:15:21 +01:00
  • aa9274aca3 feat: enhance build and entrypoint scripts with improved argument handling and host entry management slawek 2026-02-28 10:36:36 +01:00
  • ae7542100b Refactored scripts to focues on compatibility with the real product. slawek 2026-02-28 09:34:52 +01:00
  • c65c347ca5 feat: add Terraform configuration and initialization scripts for Azure backend slawek 2026-02-27 22:48:31 +01:00
  • 8be0eb7d90 update: streamlined run-server.sh with entrypoint.sh. slawek 2026-02-27 22:41:55 +01:00
  • f336039cd8 fix: update oauth flag handling to support shorthand option slawek 2026-02-27 21:24:24 +01:00
  • 901477ef5a fix: add error handling for unknown arguments in run script slawek 2026-02-27 21:02:48 +01:00
  • 103df98c0f fix: update port exposure logic and enhance OAuth handling in run script slawek 2026-02-27 20:47:10 +01:00
  • 32a438dee2 fix: refactor port exposure functions and improve --oauth flag handling in run script slawek 2026-02-27 14:49:24 +01:00
  • 790f779572 fix: update port mappings for blob, queue, and table hosts in entrypoint script slawek 2026-02-27 14:39:27 +01:00
  • 60f3fcfa60 fix: update entrypoint to specify blob, queue, and table host addresses slawek 2026-02-27 13:54:36 +01:00
  • 1b22711071 fix: remove unnecessary port exposure for HTTPS in Dockerfile slawek 2026-02-27 13:46:39 +01:00
  • 5483f22f6f fix: correct exposed port mapping in run script slawek 2026-02-27 13:45:03 +01:00
  • 0862cad994 fix: prevent multiple --oauth flag usage in run script slawek 2026-02-27 13:43:02 +01:00
  • 2393a281c3 fix: streamline port exposure handling in run script slawek 2026-02-27 13:33:21 +01:00
  • ddc8fe8241 fix: enable SSL when OAuth is used in entrypoint script slawek 2026-02-27 13:14:30 +01:00
  • 241ee9f645 fix: add container name to run commands in run.sh slawek 2026-02-27 12:21:50 +01:00
  • f23d36ecd8 fix: update script permissions. slawek 2026-02-27 11:24:50 +01:00
  • 3c45c7487b Add build and run scripts for Azurite container setup slawek 2026-02-27 11:22:17 +01:00
  • 23b2a6ac63 update: create entrypoint.sh that configures and launches the service. slawek 2026-02-27 11:18:35 +01:00
  • 8afca09f26 Add entrypoint script and configure Dockerfile for Azurite with Caddy support slawek 2026-02-27 08:07:39 +01:00
  • cb6e5175ad Add Dockerfile for building Azurite with Caddy support slawek 2026-02-27 07:22:32 +01:00
  • 01b81e41a8 Enhance emulator setup with Caddy support and update documentation - Added Caddyfile example for HTTPS configuration. - Updated README to include Caddy as an optional component. - Modified make-certs.sh to use dynamic account names for certificate generation. - Improved add-account.sh to handle missing accounts.env file gracefully. - Enhanced run-server.sh to support Caddy integration and OAuth options. slawek 2026-02-26 21:36:38 +01:00
  • 4ad841e2f1 Add LICENSE and README files for project documentation slawek 2026-02-26 20:35:12 +01:00
  • 1aa97dc00b Refactor storage directory structure and update scripts for consistency slawek 2026-02-26 19:50:13 +01:00
  • 27fb1a6211 Add scripts for managing Azurite storage accounts slawek 2026-02-26 19:05:26 +01:00
  • 63f4daf7af Added CA and certificate creation script. slawek 2026-02-26 18:51:08 +01:00
  • 3a124dd866 Added storage to ignored directories. slawek 2026-02-26 18:50:49 +01:00