gitea_issues_exporter/README.md

20 lines
477 B
Markdown
Raw Normal View History

2023-10-05 11:54:33 +02:00
# Gitea Issues Exporter
2023-10-05 11:51:43 +02:00
2023-10-11 11:25:50 +02:00
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=
```
2023-10-05 11:54:33 +02:00
## License
2023-10-05 11:55:35 +02:00
Gitea Issues Exporter is open-sourced software licensed under the [GPLv3 license](https://opensource.org/license/gpl-2-0/).