Keep up with latest updates from Gitea for Cloudron.
Go to file
Girish Ramakrishnan a2d7b9596a Revert "Update to 0.9.97"
This reverts commit e11e1d4fedaa1fd4a3335d3bee22adcc12950416.

    We cannot release this since it crashes because of
    https://github.com/gogits/gogs/issues/3578
2016-09-13 21:18:15 -07:00
supervisor use git instead of cloudron as user 2016-02-21 18:52:08 -08:00
test Update test to use new backup subcommand 2016-08-26 12:59:27 +02:00
.dockerignore ignore the git folder 2016-02-01 11:58:45 -08:00
.gitignore add .dockerignore 2015-11-24 19:52:30 -08:00
app.ini.template merge user config file 2016-08-26 21:45:11 -07:00
CHANGELOG 0.13.3 2016-08-26 22:33:35 -07:00
CloudronManifest.json Add post install 2016-09-13 21:17:41 -07:00
DESCRIPTION.md Add post install 2016-09-13 21:17:41 -07:00
Dockerfile Revert "Update to 0.9.97" 2016-09-13 21:18:15 -07:00
LICENSE Add MIT license 2016-08-15 11:05:33 -07:00
logo.png rename icon.png to logo.png 2016-08-15 22:03:07 -07:00
POSTINSTALL.md Add post install 2016-09-13 21:17:41 -07:00
README.md get email from profile api 2016-04-12 21:01:52 -07:00
start.sh cat the file, not the filename 2016-08-26 22:06:35 -07:00

Gogs Cloudron App

This repository contains the Cloudron app package source for Gogs.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id io.gogs.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd gogs-app

cloudron build
cloudron install

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.

cd gogs-app/test

npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js