Skip to content

scattenlaeufer/kimai-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Status

kimai-rs

A client for the REST API of Kimai

Configuration

To be able to connect to Kimai, this crate needs some configuration. Those can be loaded from ~/.config/kimai/config.toml. This files should look as follows:

host = "HOST_DOMAIN"
user = "USERNAME"
password = "PASSWORD"

Passwords can be either stored in plain text in the configuration file, or read from pass. For the later, the path within pass needs to be stored in pass_path within the configuration file. Also the password parameter needs to be omitted, since a plain text password takes preferred to a password in pass.

About

A CLI client for Kimai written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages