|
vor 8 Jahren | |
---|---|---|
supervisor | vor 9 Jahren | |
test | vor 8 Jahren | |
.dockerignore | vor 9 Jahren | |
.gitignore | vor 9 Jahren | |
CHANGELOG | vor 8 Jahren | |
CloudronManifest.json | vor 8 Jahren | |
DESCRIPTION.md | vor 8 Jahren | |
Dockerfile | vor 8 Jahren | |
LICENSE | vor 8 Jahren | |
README.md | vor 9 Jahren | |
app.ini.template | vor 8 Jahren | |
logo.png | vor 8 Jahren | |
start.sh | vor 8 Jahren |
This repository contains the Cloudron app package source for Gogs.
or using the Cloudron command line tooling
cloudron install --appstore-id io.gogs.cloudronapp
The app package can be built using the Cloudron command line tooling.
cd gogs-app
cloudron build
cloudron install
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