mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-29 16:33:24 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0249f20656 | ||
|
5d00e930ff |
@@ -48,3 +48,8 @@
|
|||||||
* Update vendor git (#2765) (#2772)
|
* Update vendor git (#2765) (#2772)
|
||||||
* Fix emojify image URL (#2769) (#2773)
|
* Fix emojify image URL (#2769) (#2773)
|
||||||
|
|
||||||
|
[1.1.3]
|
||||||
|
* Update to version 1.2.3
|
||||||
|
* Only require one email when validating GPG key (#2266, #2467, #2663) (#2788)
|
||||||
|
* Fix order of comments (#2835) (#2839)
|
||||||
|
|
||||||
|
@@ -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.1.2",
|
"version": "1.1.3",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Gitea <upstream>1.2.2</upstream>
|
This app packages Gitea <upstream>1.2.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.2.2
|
ENV VERSION 1.2.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