|
6 jaren geleden | |
---|---|---|
supervisor | 9 jaren geleden | |
test | 7 jaren geleden | |
.dockerignore | 9 jaren geleden | |
.gitignore | 9 jaren geleden | |
CHANGELOG | 6 jaren geleden | |
CloudronManifest.json | 6 jaren geleden | |
DESCRIPTION.md | 6 jaren geleden | |
Dockerfile | 6 jaren geleden | |
LICENSE | 8 jaren geleden | |
POSTINSTALL.md | 7 jaren geleden | |
README.md | 8 jaren geleden | |
app.ini.template | 7 jaren geleden | |
logo.png | 8 jaren geleden | |
sshd_config | 6 jaren geleden | |
start.sh | 6 jaren geleden |
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
EMAIL=<cloudron user email> USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js