From 294bdf1724ef10567dbef9f5c8da8b5105918bb0 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 17 May 2020 13:09:56 +0200 Subject: [PATCH] Docs: add AlpineLinux packages (#11446) Co-authored-by: Lunny Xiao Co-authored-by: Lauris BH --- doc/installation/from-package.en-us.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/installation/from-package.en-us.md b/doc/installation/from-package.en-us.md index 3c875cd1..b9d101d3 100644 --- a/doc/installation/from-package.en-us.md +++ b/doc/installation/from-package.en-us.md @@ -25,6 +25,17 @@ Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}} Should the packages get updated and fixed, we will provide up-to-date installation instructions here. +## Alpine Linux + +Alpine Linux has gitea in its community repository. It follows the latest stable version. +for more information look at https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge. + +install as usual: +```sh +apk add gitea +``` +config is found in **/etc/gitea/app.ini** + ## Windows There are no published packages for Windows. This page will change when packages are published,