From 0273a5da92b38fb042c180d03dbd8f1cea08f678 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Mon, 23 Jan 2023 17:49:23 +0100 Subject: [PATCH] added version notes --- software/gitea/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/software/gitea/README.md b/software/gitea/README.md index 7f555ba8..83df8366 100644 --- a/software/gitea/README.md +++ b/software/gitea/README.md @@ -2,6 +2,13 @@ [Gitea](https://gitea.io/en-us/) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. +## Supported Versions +You can set the version in Version variable. You can use following values: + +latest - latest stable release +nightly - latest Github master branch +version - set the version according this page: https://dl.gitea.io/gitea + ## Server Ports Ports required to run the server in a table format.