|
|
6 jaren geleden | |
|---|---|---|
| supervisor | 9 jaren geleden | |
| test | 7 jaren geleden | |
| .dbuild | 6 jaren geleden | |
| .dockerignore | 9 jaren geleden | |
| .gitignore | 10 jaren geleden | |
| CHANGELOG | 7 jaren geleden | |
| CloudronManifest.json | 6 jaren geleden | |
| DESCRIPTION.md | 7 jaren geleden | |
| Dockerfile | 6 jaren geleden | |
| LICENSE | 9 jaren geleden | |
| POSTINSTALL.md | 8 jaren geleden | |
| README.md | 8 jaren geleden | |
| VERSION | 6 jaren geleden | |
| VERSIONLOG | 6 jaren geleden | |
| app.ini.template | 8 jaren geleden | |
| logo.png | 8 jaren geleden | |
| sshd_config | 7 jaren geleden | |
| start.sh | 7 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