1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-06-27 02:15:56 +00:00
Girish Ramakrishnan 08868f64d4 Update test packages
2024-05-27 15:10:41 +02:00
2024-05-27 15:10:41 +02:00
2024-04-16 09:58:54 +02:00
2024-04-16 09:58:54 +02:00
2024-05-27 14:34:50 +02:00
2023-03-08 18:54:42 +01:00
2024-02-26 14:38:06 +01:00

Gitea Cloudron App

This repository contains the Cloudron app package source for Gitea.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id io.gitea.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd gitea-app

cloudron build
cloudron install

Testing

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 gitea-app/test

npm install
PATH=$PATH:node_modules/.bin USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
S
Description
No description provided
Readme MIT 7.5 MiB
Languages
Shell 49.1%
JavaScript 39.6%
Dockerfile 11.3%