{{template "base" .}} {{define "title"}}{{.App.Name}} - µPaaS{{end}} {{define "content"}} {{template "nav" .}}
Back to Dashboard
{{template "alert-success" .}} {{template "alert-error" .}}

{{.App.Name}}

{{.App.RepoURL}}@{{.App.Branch}}

Edit
{{ .CSRFField }}

Deploy Key

Add this SSH public key to your repository as a read-only deploy key:

{{.DeployKey}}

Webhook URL

Add this URL as a push webhook in your Gitea repository:

{{.WebhookURL}}

Environment Variables

{{if .EnvVars}}
{{range .EnvVars}} {{end}}
Key Value Actions
{{.Key}} {{.Value}}
{{ .CSRFField }}
{{end}}
{{ .CSRFField }}

Docker Labels

{{range .Labels}} {{end}}
Key Value Actions
upaas.id {{.App.ID}} System
{{.Key}} {{.Value}}
{{ .CSRFField }}
{{ .CSRFField }}

Volume Mounts

{{if .Volumes}}
{{range .Volumes}} {{end}}
Host Path Container Path Mode Actions
{{.HostPath}} {{.ContainerPath}} {{if .ReadOnly}} Read-only {{else}} Read-write {{end}}
{{ .CSRFField }}
{{end}}
{{ .CSRFField }}

Port Mappings

{{if .Ports}}
{{range .Ports}} {{end}}
Host Port Container Port Protocol Actions
{{.HostPort}} {{.ContainerPort}} {{if eq .Protocol "udp"}} UDP {{else}} TCP {{end}}
{{ .CSRFField }}
{{end}}
{{ .CSRFField }}

Container Logs


            

Recent Deployments

View All

Last Deployment Build Logs


            

Danger Zone

Deleting this app will remove all configuration and deployment history. This action cannot be undone.

{{ .CSRFField }}
{{end}}