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