We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75918d9 commit 7d9946fCopy full SHA for 7d9946f
docs/content/doc/installation/from-package.en-us.md
@@ -25,6 +25,17 @@ Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}
25
26
Should the packages get updated and fixed, we will provide up-to-date installation instructions here.
27
28
+## Alpine Linux
29
+
30
+Alpine Linux has gitea in its community repository. It follows the latest stable version.
31
+for more information look at https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge.
32
33
+install as usual:
34
+```sh
35
+apk add gitea
36
+```
37
+config is found in **/etc/gitea/app.ini**
38
39
## Windows
40
41
There are no published packages for Windows. This page will change when packages are published,
0 commit comments