forgejo-asciidoc/README.adoc

30 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-06-09 19:37:48 +03:00
= Gitea with AsciiDoc support
2022-06-11 15:10:57 +03:00
2022-06-11 15:20:43 +03:00
image::https://drone.korhonen.cc/api/badges/FunctionalHacker/gitea-asciidoc/status.svg[link="https://drone.korhonen.cc/FunctionalHacker/gitea-asciidoc"]
2022-06-09 19:37:48 +03:00
The official Gitea Docker image does not support AsciiDoc rendering, so I
wanted to create an image which has support out of the box.
2022-06-09 20:13:10 +03:00
== Pull from Docker Hub
[source,bash]
2022-06-09 20:13:57 +03:00
----
2022-06-09 20:13:10 +03:00
docker pull functionalhacker/gitea-asciidoc
2022-06-09 20:13:57 +03:00
----
2022-06-09 20:13:10 +03:00
2022-06-09 19:37:48 +03:00
== Configuration
In addition to pulling this image instead of the official one, you need to
configure the renderer. You can follow the
https://docs.gitea.io/en-us/external-renderers/#appini-file-configuration[official docs]
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
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.
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]