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