Block a user
Use ssh user from config
dboreham
deleted branch dboreham/add-explorer-to-laconicd from cerc-io/stack-orchestrator
2024-07-13 14:26:38 +00:00
dboreham
released v1.1.0-13d04e9-202407131425 at cerc-io/stack-orchestrator
2024-07-13 14:26:30 +00:00
Integrate ping-pub explorer
dboreham
pushed to dboreham/add-explorer-to-laconicd at cerc-io/stack-orchestrator
2024-07-13 14:17:58 +00:00
Integrate ping-pub explorer
dboreham
pushed to dboreham/add-explorer-to-laconicd at cerc-io/stack-orchestrator
2024-07-12 22:16:35 +00:00
dboreham
created branch dboreham/add-explorer-to-laconicd in cerc-io/stack-orchestrator
2024-07-12 22:16:34 +00:00
dboreham
pushed to dboreham/use-ssh-user at cerc-io/laconic-network-bootstrap
2024-07-12 19:22:52 +00:00
deduplicate location of kubeconfig
I think this is ok for now. The spec file is the source for this config data. The file specified in the spec file is copied into the deployment dir on deployment creation to make deployment…
dboreham
deleted branch zach/max-generate from cerc-io/stack-orchestrator
2024-07-12 19:01:45 +00:00
increase CERC_MAX_GENERATE_TIME for webapps
public webapp deployments require "private:true" in package.json
fwiw the only use for private: true is to prevent inadvertent publication of a package that wasn't intended to be published, so it should have no effect in the context of deployment since…
public webapp deployments require "private:true" in package.json
This is "works for me" after testing with the test-pwa repo. I modified package.json to remove the private field:
https://git.vdb.to/cerc-io/test-progressive-web-app/commit/caa2be6478906b443f336…