Go to file
Marco Cavalli 9e38ed5a90 add .env variables 2023-10-11 11:25:50 +02:00
app commit iniziale 2023-10-05 11:54:33 +02:00
bootstrap commit iniziale 2023-10-05 11:54:33 +02:00
database commit iniziale 2023-10-05 11:54:33 +02:00
public commit iniziale 2023-10-05 11:54:33 +02:00
resources/views commit iniziale 2023-10-05 11:54:33 +02:00
routes commit iniziale 2023-10-05 11:54:33 +02:00
storage commit iniziale 2023-10-05 11:54:33 +02:00
tests commit iniziale 2023-10-05 11:54:33 +02:00
.editorconfig commit iniziale 2023-10-05 11:54:33 +02:00
.env.example commit iniziale 2023-10-05 11:54:33 +02:00
.gitignore commit iniziale 2023-10-05 11:54:33 +02:00
.styleci.yml commit iniziale 2023-10-05 11:54:33 +02:00
LICENSE Initial commit 2023-10-05 11:51:43 +02:00
README.md add .env variables 2023-10-11 11:25:50 +02:00
artisan commit iniziale 2023-10-05 11:54:33 +02:00
composer.json change dependencies from github to codeberg 2023-10-11 11:25:30 +02:00
composer.lock change dependencies from github to codeberg 2023-10-11 11:25:30 +02:00
phpunit.xml commit iniziale 2023-10-05 11:54:33 +02:00

README.md

Gitea Issues Exporter

Simple application built on Lumen to export as csv file closed issues with tracked time on a gitea instance.

.env

Some constants have been added to handle authentication and connection to the Gitea instance APIs.

APP_PASSWORD=

GITEA_ORGANIZATION=
GITEA_URL=
GITEA_TOKEN=

License

Gitea Issues Exporter is open-sourced software licensed under the GPLv3 license.