mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-25 09:30:58 +00:00
Version 0.10.0 with Gogs 0.8.43
This commit is contained in:
parent
d65207679b
commit
b8be00a2ff
3 changed files with 6 additions and 2 deletions
|
@ -21,3 +21,7 @@
|
||||||
[0.9.0]
|
[0.9.0]
|
||||||
* Use 'git' instead of 'cloudron' user
|
* Use 'git' instead of 'cloudron' user
|
||||||
|
|
||||||
|
[0.10.0]
|
||||||
|
* Use Gogs 0.8.43
|
||||||
|
* Issue references have bad links behind a reverse proxy sub-path #2229
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.9.0",
|
"version": "0.10.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN passwd -d git
|
||||||
RUN mkdir -p /home/git/gogs
|
RUN mkdir -p /home/git/gogs
|
||||||
## TODO: use redis as well
|
## TODO: use redis as well
|
||||||
RUN cd /home/git/gogs && \
|
RUN cd /home/git/gogs && \
|
||||||
curl -L https://github.com/gogits/gogs/releases/download/v0.8.25/linux_amd64.tar.gz | tar zxvf - --strip-components 1
|
curl -L https://github.com/gogits/gogs/releases/download/v0.8.43/linux_amd64.tar.gz | tar zxvf - --strip-components 1
|
||||||
|
|
||||||
# setup config paths
|
# setup config paths
|
||||||
ADD app.ini.template /home/git/app.ini.template
|
ADD app.ini.template /home/git/app.ini.template
|
||||||
|
|
Loading…
Reference in a new issue