An open API service indexing awesome lists of open source software.

https://github.com/vegardit/docker-gitea-ext

Docker image based on the official Gitea docker image with additional support for rendering AsciiDoc files.
https://github.com/vegardit/docker-gitea-ext

asciidoc docker-image gitea

Last synced: about 1 year ago
JSON representation

Docker image based on the official Gitea docker image with additional support for rendering AsciiDoc files.

Awesome Lists containing this project

README

          

# vegardit/gitea-ext

[![Build Status](https://github.com/vegardit/docker-gitea-ext/workflows/Build/badge.svg "GitHub Actions")](https://github.com/vegardit/docker-gitea-ext/actions?query=workflow%3ABuild)
[![License](https://img.shields.io/github/license/vegardit/docker-gitea-ext.svg?label=license)](#license)
[![Docker Pulls](https://img.shields.io/docker/pulls/vegardit/gitea-ext.svg)](https://hub.docker.com/r/vegardit/gitea-ext)
[![Docker Stars](https://img.shields.io/docker/stars/vegardit/gitea-ext.svg)](https://hub.docker.com/r/vegardit/gitea-ext)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

1. [What is it?](#what-is-it)
1. [License](#license)

## What is it?

Docker image based on the official [Gitea](https://gitea.io/) [docker image](https://hub.docker.com/r/gitea/gitea) with support for rendering [AsciiDoc](https://asciidoc.org/) markup using [AsciiDoctor](https://asciidoctor.org/).

## License

All files in this repository are released under the [Apache License 2.0](LICENSE.txt).

Individual files contain the following tag instead of the full license text:
```
SPDX-License-Identifier: Apache-2.0
```

This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.