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