From 2ed23912a952afbfdecfd05bd4b203206a21e0d4 Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 29 Dec 2025 17:04:53 +0700 Subject: [PATCH] =?UTF-8?q?Update=20branding=20to=20=C2=B5PaaS=20by=20@sne?= =?UTF-8?q?ak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change all references from "upaas" to "µPaaS" in page titles, headers, and README. Add attribution link to sneak.berlin in the navigation bar. --- README.md | 2 +- templates/app_detail.html | 2 +- templates/app_edit.html | 2 +- templates/app_new.html | 2 +- templates/base.html | 5 +++-- templates/dashboard.html | 2 +- templates/deployments.html | 2 +- templates/login.html | 4 ++-- templates/setup.html | 4 ++-- 9 files changed, 13 insertions(+), 12 deletions(-) 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 @@