From 35621f9f33efa603008119d4031fa116e111e764 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 17 Dec 2022 15:08:35 +0200 Subject: [PATCH] Switch from Gitea to Forgejo --- Dockerfile | 2 +- README.adoc | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea1dcb7..3832639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM gitea/gitea +FROM codeberg.org/forgejo/forgejo:1.18.0-rc1-1 RUN apk --no-cache add asciidoctor diff --git a/README.adoc b/README.adoc index 9dca0db..e23383a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,14 +1,14 @@ -= Gitea with AsciiDoc support += Forgejo with AsciiDoc support -image::https://drone.korhonen.cc/api/badges/FunctionalHacker/gitea-asciidoc/status.svg[link="https://drone.korhonen.cc/FunctionalHacker/gitea-asciidoc"] +image::https://ci.korhonen.cc/api/badges/FunctionalHacker/forgejo-asciidoc/status.svg[link="https://drone.korhonen.cc/FunctionalHacker/gitea-asciidoc"] -The official Gitea Docker image does not support AsciiDoc rendering, so I +The official Forgejo Docker image does not support AsciiDoc rendering, so I wanted to create an image which has support out of the box. -== Pull from Docker Hub +== Pull from my Forgejo instance [source,bash] ---- -docker pull functionalhacker/gitea-asciidoc +docker pull git.korhonen.cc/functionalhacker/forgejo-asciidoc ---- == Configuration @@ -18,12 +18,12 @@ https://docs.gitea.io/en-us/external-renderers/#appini-file-configuration[offici to achieve that. == Updates -This image is based on the latest stable official `gitea/gitea:1` image. -I will update it whenever I notice the Gitea team update their image and +This image is based on the latest official Forgejo image. +I will update it whenever I notice the Forgejo team update their image and I have the time to do it. == Support This image comes with no support whatsoever. The Dockerfile is based on the -official Gitea image and it is literally 2 lines long so there is not much to go wrong here. +official Forgejo image and it is literally 2 lines long so there is not much to go wrong here. If, for whatever reason you feel that there must be something wrong with my image, you -can email me at mailto:gitea@functionalhacker.korhonen.cc[gitea@functionalhacker.korhonen.cc] +can email me at mailto:forgejo@functionalhacker.korhonen.cc[forgejo@functionalhacker.korhonen.cc]