Switch from Gitea to Forgejo

This commit is contained in:
Marko Korhonen 2022-12-17 15:08:35 +02:00
parent b452d1698a
commit 35621f9f33
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 10 additions and 10 deletions

View file

@ -1,2 +1,2 @@
FROM gitea/gitea
FROM codeberg.org/forgejo/forgejo:1.18.0-rc1-1
RUN apk --no-cache add asciidoctor

View file

@ -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]