mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-27 15:37:27 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
525327c150 | ||
|
bc658da61e |
10
CHANGELOG
10
CHANGELOG
@@ -80,3 +80,13 @@
|
|||||||
[1.4.0]
|
[1.4.0]
|
||||||
* Fix email sending (use SMTPS)
|
* Fix email sending (use SMTPS)
|
||||||
|
|
||||||
|
[1.4.1]
|
||||||
|
* Update Gitea to 1.3.3
|
||||||
|
* Security fixes
|
||||||
|
* Fix escaping changed title in comments (#3530) (#3535)
|
||||||
|
* Escape search query display (#3486) (#3489)
|
||||||
|
* Bug fixes
|
||||||
|
* Fix repo-transfer-and-team-repo-count bug (#3241) (#3244)
|
||||||
|
* Open external tracker in blank window, consistently with wiki (#3227) (#3228)
|
||||||
|
* Change SSL Mode from checkbox to string in admin page (#3208) (#3211)
|
||||||
|
|
||||||
|
@@ -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.4.0",
|
"version": "1.4.1",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Gitea <upstream>1.3.2</upstream>
|
This app packages Gitea <upstream>1.3.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.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
FROM cloudron/base:0.10.0
|
FROM cloudron/base:0.10.0
|
||||||
|
|
||||||
ENV VERSION 1.3.2
|
ENV VERSION 1.3.3
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y openssh-server git && \
|
apt-get install -y openssh-server git && \
|
||||||
|
Reference in New Issue
Block a user