Skip to content

evstinik/redmine-lite

Repository files navigation

Redmine Lite

React client for Redmine, that uses REST API

Configuration

In root directory create .env.local file and define two variables:

  • REDMINE_URL - URL of running redmine instance, without trailing slash (for example, https://redmine.org)
  • VITE_API_URL - Subpath for the API, without trailing slash (for example, /api). It could be anything.

So your .env.local may look like this:

REDMINE_URL=https://redmine.org
VITE_API_URL=/api

Scripts instructions

Load entries

  1. Install dependencies (yarn install)
  2. Create .env.local file and put your values instead of placeholders. You can get your access token on your profile page (right panel).
REDMINE_URL=https://redmine.example.com
SCRIPT_REDMINE_ACCESS_TOKEN=<YOUR-ACCESS-TOKEN>

Optionally, you can add following variables. If they are not set script will ask for values interactively.

SCRIPT_REDMINE_PROJECT_ID=<PROJECT-ID-NUMBER-OR-STRING>
SCRIPT_REDMINE_TIME_SPAN=2023-02-01,2023-02-24
  1. Run yarn timelog:export

About

React client for Redmine, that uses REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published