From 063ff194e26e9e5e8fecf1de69fe939af0010b21 Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Mon, 5 Jun 2023 14:59:16 +0200 Subject: [PATCH] Gitea -> git with Forgejoe --- start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-all.sh b/start-all.sh index b8ab461..3bb9ce4 100755 --- a/start-all.sh +++ b/start-all.sh @@ -7,7 +7,7 @@ function up { up proxy --scale whoami=3; up monitoring; up nextcloud; -up gitea; +up git; up wallabag; up www; up firefoxsync;