Compare commits

...

15 Commits

Author SHA1 Message Date
Josué Tille 9c40efe2f7
Upgrade gitea to 1.21.1 2023-11-28 22:11:52 +01:00
Josue-T 22fd459bed
Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
2023-11-24 22:18:23 +01:00
CodeShakingSheep 3fa0b276cd
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini 2023-11-24 18:33:18 +01:00
Josue-T d4f9245d2b
Merge pull request #89 from YunoHost-Apps/testing
Testing
2023-11-24 10:39:44 +01:00
yunohost-bot 15cdf62c51 Auto-update README 2023-11-22 18:16:26 +00:00
Josué Tille f1d06a571e
Upgrade gitea to 1.21.0 2023-11-22 15:56:24 +01:00
Josue-T 7cf829e71c
Merge pull request #88 from CodeShakingSheep/replace-deprecated-log-config-options
Replacements for access, router and xorm log in app.ini
2023-11-22 15:47:34 +01:00
CodeShakingSheep 7f4e720af4
Replacements for access, router and xorm log in app.ini 2023-11-13 16:01:31 +01:00
yunohost-bot a9ceb15703 Auto-update README 2023-10-31 14:13:07 +00:00
Josue-T 9a2f61a5db
Merge pull request #86 from YunoHost-Apps/testing
Testing
2023-10-17 08:09:24 +02:00
yunohost-bot 21c7350746 Auto-update README 2023-10-12 06:12:02 +00:00
Josue-T b6fac9fd8a
Merge pull request #85 from YunoHost-Apps/testing
Testing
2023-09-12 18:32:25 +02:00
Josue-T b327ccd302
Merge pull request #81 from YunoHost-Apps/testing
Testing
2023-07-25 12:11:31 +02:00
Josue-T 731eb7aab3
Merge pull request #78 from YunoHost-Apps/testing
Testing
2023-07-05 14:44:34 +02:00
Josue-T ba6edb7d5c
Merge pull request #71 from YunoHost-Apps/testing
Testing
2023-04-27 21:53:11 +02:00
15 changed files with 59 additions and 22 deletions

View File

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
**Shipped version:** 1.20.4~ynh1
**Shipped version:** 1.21.0~ynh1
## Screenshots
@ -110,7 +110,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y
* Official app website: <https://gitea.io/>
* Official admin documentation: <https://docs.gitea.io/>
* Upstream app code repository: <https://github.com/go-gitea/gitea>
* YunoHost documentation for this app: <https://yunohost.org/app_gitea>
* YunoHost Store: <https://apps.yunohost.org/app/gitea>
* Report a bug: <https://github.com/YunoHost-Apps/gitea_ynh/issues>
## Developer info

View File

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub.
**Version incluse :** 1.20.4~ynh1
**Version incluse :** 1.21.0~ynh1
## Captures décran
@ -110,7 +110,7 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y
* Site officiel de lapp : <https://gitea.io/>
* Documentation officielle de ladmin : <https://docs.gitea.io/>
* Dépôt de code officiel de lapp : <https://github.com/go-gitea/gitea>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gitea>
* YunoHost Store: <https://apps.yunohost.org/app/gitea>
* Signaler un bug : <https://github.com/YunoHost-Apps/gitea_ynh/issues>
## Informations pour les développeurs

View File

@ -38,7 +38,7 @@ ENABLED = true
SMTP_ADDR = 127.0.0.1
SMTP_PORT = 25
FROM = "Gitea" <gitea-noreply@__DOMAIN__>
SKIP_VERIFY = true
FORCE_TRUST_SERVER_CERT = true
[service]
REGISTER_EMAIL_CONFIRM = false
@ -62,18 +62,23 @@ PROVIDER = memory
MODE = file
LEVEL = Info
ROOT_PATH = /var/log/__APP__
logger.access.MODE =
logger.router.MODE = router
logger.xorm.MODE = xorm
REDIRECT_MACARON_LOG= true
MACARON = file
ROUTER_LOG_LEVEL = Warn
ROUTER = file
[log.file]
FILE_NAME = gitea.log
ENABLE_ACCESS_LOG = Warn
ACCESS = file
[log.router]
FILE_NAME = router.log
LEVEL = Warn
ENABLE_XORM_LOG = Warn
XORM = file
[log.xorm]
FILE_NAME = xorm.log
LEVEL = Warn
[security]
INSTALL_LOCK = true

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm-6
SOURCE_SUM=9d2312367c8cc06f85dc29d7a5901d32ef2128f182a343a0c30a84a8292781ab
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.1/gitea-1.21.1-linux-arm-6
SOURCE_SUM=a0ba97ba0fe65f5af5210dd173a86821e440188350dc3f7e61a07d1f4a4435a6
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm64
SOURCE_SUM=4ebd424505df2a88c9741e23408bd0329721b1d2539b589950de4f109196a43d
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.1/gitea-1.21.1-linux-arm64
SOURCE_SUM=4aefbf61eee72bdd25d073354a48b1252e351627757d7d8c8a9ba658fa7330ce
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -0,0 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm64
SOURCE_SUM=4ebd424505df2a88c9741e23408bd0329721b1d2539b589950de4f109196a43d
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

5
conf/source/arm_1.20.src Normal file
View File

@ -0,0 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm-6
SOURCE_SUM=9d2312367c8cc06f85dc29d7a5901d32ef2128f182a343a0c30a84a8292781ab
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,8 +1,8 @@
# The armv7 build is brocken
# See : https://github.com/go-gitea/gitea/issues/6700
# Use temporary the armv6 binary
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm-6
SOURCE_SUM=9d2312367c8cc06f85dc29d7a5901d32ef2128f182a343a0c30a84a8292781ab
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.1/gitea-1.21.1-linux-arm-6
SOURCE_SUM=a0ba97ba0fe65f5af5210dd173a86821e440188350dc3f7e61a07d1f4a4435a6
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -0,0 +1,8 @@
# The armv7 build is brocken
# See : https://github.com/go-gitea/gitea/issues/6700
# Use temporary the armv6 binary
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-arm-6
SOURCE_SUM=9d2312367c8cc06f85dc29d7a5901d32ef2128f182a343a0c30a84a8292781ab
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-386
SOURCE_SUM=2a0dff4c14d7d08008feb009284cc10599a0c19090b0b6d82d57d8ca87e53f12
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.1/gitea-1.21.1-linux-386
SOURCE_SUM=519b905c705a15f4da1fc0f853ff2e9f5b1a469095e3bdaf8236569cad2cd0ba
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -0,0 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-386
SOURCE_SUM=2a0dff4c14d7d08008feb009284cc10599a0c19090b0b6d82d57d8ca87e53f12
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-amd64
SOURCE_SUM=ae8d21f36098a62272fcfa67ecbb567d0ba6cf5aecaaab29a6b98a407d435bdf
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.1/gitea-1.21.1-linux-amd64
SOURCE_SUM=586b1b0df6940e847600625850ee7d766f103dc3341c1b4abfc269db57c5d826
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -0,0 +1,5 @@
SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.20.5/gitea-1.20.5-linux-amd64
SOURCE_SUM=ae8d21f36098a62272fcfa67ecbb567d0ba6cf5aecaaab29a6b98a407d435bdf
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=gitea
SOURCE_EXTRACT=false

View File

@ -14,7 +14,7 @@
},
"url": "http://gitea.io",
"license": "MIT",
"version": "1.20.5~ynh1",
"version": "1.21.1~ynh1",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"

View File

@ -245,6 +245,10 @@ case $upstream_version in
ynh_setup_source $final_path source/${architecture}_1.19
restart_gitea
;&
"1.19."* )
ynh_setup_source $final_path source/${architecture}_1.20
restart_gitea
;&
esac
# Install gitea source