https://github.com/evroon/redmine2gitea
Copies Redmine issues to Gitea.
https://github.com/evroon/redmine2gitea
Last synced: 11 months ago
JSON representation
Copies Redmine issues to Gitea.
- Host: GitHub
- URL: https://github.com/evroon/redmine2gitea
- Owner: evroon
- Created: 2021-07-26T20:15:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T07:46:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T19:33:36.236Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redmine2Gitea
Converts Redmine issues to Gitea.
It assumes the default labels are enabled for the repository in Gitea, with `support` as an additional label.
## Install
First, rename `sample.env` to `.env` and fill in the necessary values. Then, install the pip dependencies:
```bash
python3 -m pip install -r requirements.txt
```
And simply run the `main.py` script:
```bash
python3 main.py
```