diff --git a/README.md b/README.md index f225dbb..465e59e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# upaas +# µPaaS by [@sneak](https://sneak.berlin) A simple self-hosted PaaS that auto-deploys Docker containers from Git repositories via Gitea webhooks. diff --git a/templates/app_detail.html b/templates/app_detail.html index 8160627..d5eaaeb 100644 --- a/templates/app_detail.html +++ b/templates/app_detail.html @@ -1,6 +1,6 @@ {{template "base" .}} -{{define "title"}}{{.App.Name}} - upaas{{end}} +{{define "title"}}{{.App.Name}} - µPaaS{{end}} {{define "content"}} {{template "nav" .}} diff --git a/templates/app_edit.html b/templates/app_edit.html index ae99668..f4f1e99 100644 --- a/templates/app_edit.html +++ b/templates/app_edit.html @@ -1,6 +1,6 @@ {{template "base" .}} -{{define "title"}}Edit {{.App.Name}} - upaas{{end}} +{{define "title"}}Edit {{.App.Name}} - µPaaS{{end}} {{define "content"}} {{template "nav" .}} diff --git a/templates/app_new.html b/templates/app_new.html index 77c2bfc..be435d2 100644 --- a/templates/app_new.html +++ b/templates/app_new.html @@ -1,6 +1,6 @@ {{template "base" .}} -{{define "title"}}New App - upaas{{end}} +{{define "title"}}New App - µPaaS{{end}} {{define "content"}} {{template "nav" .}} diff --git a/templates/base.html b/templates/base.html index 53fc568..cf600f0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - {{block "title" .}}upaas{{end}} + {{block "title" .}}µPaaS{{end}} @@ -19,8 +19,9 @@