Compare commits

...

2 Commits

Author SHA1 Message Date
28f2bd2315 Update to version 1.10.0 2019-12-10 10:35:18 +01:00
aff3f9cee7 Ajout règle ouverture du port SSH 2019-09-30 16:50:18 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<port service_accesslist="gitea_without_nginx" port_type="SymLinkOption">gitea_http_port</port>
</service_access>
<service_access service='gitea_ssh'>
<tcpwrapper>gitea</tcpwrapper>
<port service_accesslist="gitea_ssh'" port_type="SymLinkOption">gitea_ssh_port</port>
</service_access>
</container>
</containers>

View File

@ -16,7 +16,7 @@ HOMEDIR="${WKDIR}/${USER}"
OS="linux"
ARCH="amd64"
APPVERSION="1.8.3"
APPVERSION="1.10.0"
APPNAME="gitea"
APPBINARY="gitea"
APPSIG="7C9E68152594688862D62AF62D9AE806EC1592E2"
@ -132,4 +132,4 @@ function main {
}
main
main