From aa150ca831cf3211efe7bd1d5ba4faa825ec3c6c Mon Sep 17 00:00:00 2001 From: nihilist Date: Tue, 7 Jan 2025 19:00:08 +0100 Subject: [PATCH] updated migration notes --- opsec/forgejo-anon/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opsec/forgejo-anon/index.html b/opsec/forgejo-anon/index.html index 765b8ae..374ab1d 100644 --- a/opsec/forgejo-anon/index.html +++ b/opsec/forgejo-anon/index.html @@ -137,7 +137,10 @@ networks: services: server: + #image: gitea/gitea:latest + # to migrate from an existing gitea instance to a forgejo one all you need is to simply comment this above line, and replace it with the one below: image: codeberg.org/forgejo/forgejo:9.0.3 + # but warning, this won't work anymore starting from 1.23.X, 1.22.X is the last version where you can do this seamlessly. container_name: forgejo environment: - USER_UID=1000