Move to Forgejo project

This commit is contained in:
Rafael Caricio 2022-12-30 17:56:17 +01:00
parent 8808e8c0b2
commit 91a4722885
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947
4 changed files with 10 additions and 15 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules/
.DS_Store

View file

@ -1,11 +1,11 @@
{
"id": "io.gitea.cloudronapp",
"title": "Gitea",
"author": "Gitea developers",
"id": "org.forgejo.cloudronapp",
"title": "Forgejo",
"author": "Forgejo developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"tagline": "Beyond coding. We forge.",
"version": "1.26.0",
"upstreamVersion": "1.18.0",
"upstreamVersion": "1.18.1",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,
@ -23,17 +23,11 @@
}
},
"manifestVersion": 2,
"website": "https://gitea.io",
"website": "https://forgejo.org",
"contactEmail": "apps@cloudron.io",
"icon": "file://logo.png",
"optionalSso": true,
"mediaLinks": [
"https://screenshots.cloudron.io/io.gitea.cloudronapp/1.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/2.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/3.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/4.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/5.png"
],
"mediaLinks": [],
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
"changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.md",

View file

@ -19,9 +19,9 @@ WORKDIR /home/git
# for autosign feature
ENV GNUPGHOME="/app/data/gnupg"
ARG VERSION=1.18.0
ARG VERSION=a26d3acd-5c2e-4132-a283-8110da2872d4
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
RUN curl -L https://codeberg.org/attachments/${VERSION} -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea
# setup config paths

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 6 KiB