1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-26 15:07:25 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
48299030e6 Version 1.18.3-1 2020-09-26 08:42:51 -07:00
Girish Ramakrishnan
8e84cf4817 Fix manifest 2020-09-26 08:42:37 -07:00
2 changed files with 8 additions and 8 deletions

View File

@@ -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.18.3", "version": "1.18.3-1",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"memoryLimit": 536870912, "memoryLimit": 536870912,
@@ -27,11 +27,11 @@
"icon": "file://logo.png", "icon": "file://logo.png",
"optionalSso": true, "optionalSso": true,
"mediaLinks": [ "mediaLinks": [
"https://cloudron-app-screenshots.s3.amazonaws.com/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/1.png", "https://screenshots.cloudron.io/io.gitea.cloudronapp/1.png",
"https://cloudron-app-screenshots.s3.amazonaws.com/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/2.png", "https://screenshots.cloudron.io/io.gitea.cloudronapp/2.png",
"https://cloudron-app-screenshots.s3.amazonaws.com/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/3.png", "https://screenshots.cloudron.io/io.gitea.cloudronapp/3.png",
"https://cloudron-app-screenshots.s3.amazonaws.com/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/4.png", "https://screenshots.cloudron.io/io.gitea.cloudronapp/4.png",
"https://cloudron-app-screenshots.s3.amazonaws.com/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/5.png" "https://screenshots.cloudron.io/io.gitea.cloudronapp/5.png"
], ],
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ], "tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",

View File

@@ -1,8 +1,8 @@
This app is pre-setup with an admin account (use the `Local` authentication source for logging in as admin). This app is pre-setup with an admin account (use the `Local` authentication source for logging in as admin).
The initial credentials are: The initial credentials are:
**Username**: root <br/> **Username**: root<br/>
**Password**: changeme <br/> **Password**: changeme<br/>
Please change the admin password immediately. Please change the admin password immediately.