From 74a0ecfa1be2aa61115eb1f5058641c309a5ed40 Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 19 Dec 2022 21:55:57 -0500 Subject: [PATCH] Gitea -> Forgejo --- gitea/fly.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/fly.toml b/gitea/fly.toml index b16457c..130c7b1 100644 --- a/gitea/fly.toml +++ b/gitea/fly.toml @@ -6,11 +6,11 @@ kill_signal = "SIGINT" kill_timeout = 5 [build] - image = "gitea/gitea:latest" + image = "codeberg.org/forgejo/forgejo:latest" [env] - GITEA____APP_NAME = "git.mat.services: Gitea for us" - "GITEA__ui.meta__AUTHOR" = "git.mat.services: Gitea for us" + GITEA____APP_NAME = "git.mat.services: Git for us" + "GITEA__ui.meta__AUTHOR" = "git.mat.services: Git for us" GITEA__database__DB_TYPE = "sqlite3" GITEA__database__PATH = "/data/gitea/gitea.db" GITEA__server__DOMAIN = "git.mat.services"