mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
App API (#291)
* app deployment * add source to deployment * support without https prefix * add image * minor comment * fix deploy * further fixes * fix the error output * add account name * set limits * fix error handling * fix app handler * fix unmarshalling * remove http2 * set status * fix bug * . * add ability to specify branch * . * . * add better error handling * add app limit * add function limit * update app readme * log status error * update app to use the store * remove double e limit * switch to created/updated * update app handler * 5 bucks * 10 bucks * unique deployments * fix the sid * unique name handling * allow running where reservation expired * check for reservations * update readme * fix update check * update proto comment * add resolve endpoint * ship with domain * fix url * create unprivileged service account * add service account to update * . * . * update comment * . * update public api json
This commit is contained in:
6
app/config.md
Normal file
6
app/config.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Config
|
||||
|
||||
The app service currently defaults to Google Cloud Run as a provider. In future it will support more.
|
||||
This requires setting up a config key `app` with service accounts and related info. See handler/google.go
|
||||
to understand what is required. Additionally we require a dummy service account with no permissions
|
||||
for the deployed apps.
|
||||
Reference in New Issue
Block a user