mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-27 07:27:27 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2eae86ee53 | ||
|
3993229ac3 |
@@ -217,3 +217,8 @@
|
|||||||
* Fix undeleted content when deleting user (#5429) (#5509)
|
* Fix undeleted content when deleting user (#5429) (#5509)
|
||||||
* Fix empty wiki (#5504) (#5508)
|
* Fix empty wiki (#5504) (#5508)
|
||||||
|
|
||||||
|
[1.8.3]
|
||||||
|
* Update Gitea to 1.6.3
|
||||||
|
* SECURITY: Prevent DeleteFilePost doing arbitrary deletion (#5631)
|
||||||
|
* BUGFIX: Fix wrong text getting saved on editing second comment on an issue (#5608)
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Gitea <upstream>1.6.2</upstream>
|
This app packages Gitea <upstream>1.6.3</upstream>
|
||||||
|
|
||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git
|
|||||||
RUN passwd -d git
|
RUN passwd -d git
|
||||||
|
|
||||||
RUN mkdir -p /home/git/gitea
|
RUN mkdir -p /home/git/gitea
|
||||||
RUN curl -L https://dl.gitea.io/gitea/1.6.2/gitea-1.6.2-linux-amd64 -o /home/git/gitea/gitea \
|
RUN curl -L https://dl.gitea.io/gitea/1.6.3/gitea-1.6.3-linux-amd64 -o /home/git/gitea/gitea \
|
||||||
&& chmod +x /home/git/gitea/gitea
|
&& chmod +x /home/git/gitea/gitea
|
||||||
|
|
||||||
# setup config paths
|
# setup config paths
|
||||||
|
Reference in New Issue
Block a user