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"