20 lines
477 B
Markdown
20 lines
477 B
Markdown
# Gitea Issues Exporter
|
|
|
|
Simple application built on [Lumen](https://lumen.laravel.com) 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](https://opensource.org/license/gpl-2-0/).
|