diff --git a/packages/playground/src/constants/deployment_list.ts b/packages/playground/src/constants/deployment_list.ts
index b03b4dd44b..781a2d4196 100644
--- a/packages/playground/src/constants/deployment_list.ts
+++ b/packages/playground/src/constants/deployment_list.ts
@@ -169,7 +169,11 @@ export const deploymentListEnvironments = {
gitea: {
SSH_KEY: _ssh,
- GITEA_HOSTNAME: "Gitea Hostname",
+ GITEA__HOSTNAME: "Gitea Hostname",
+ GITEA__mailer__HOST: "Email Host",
+ GITEA__mailer__PORT: "Email Port",
+ GITEA__mailer__USER: "Email Host User",
+ GITEA__mailer__PASSWD: { label: "Email Host Password", type: "password" },
},
nostr: {
SSH_KEY: _ssh,
diff --git a/packages/playground/src/weblets/tf_deployment_list.vue b/packages/playground/src/weblets/tf_deployment_list.vue
index 0d7a5c94ff..6e3d9a2150 100644
--- a/packages/playground/src/weblets/tf_deployment_list.vue
+++ b/packages/playground/src/weblets/tf_deployment_list.vue
@@ -288,7 +288,7 @@
icon="mdi-eye-outline"
@click="openDialog(tabs[activeTab].value, item)"
/>
-
+
diff --git a/packages/playground/src/weblets/tf_gitea.vue b/packages/playground/src/weblets/tf_gitea.vue
index acfe564e1c..6541ab9388 100644
--- a/packages/playground/src/weblets/tf_gitea.vue
+++ b/packages/playground/src/weblets/tf_gitea.vue
@@ -79,7 +79,7 @@
-
+
Gitea needs SMTP service so please configure these settings properly.
@@ -92,7 +92,7 @@