diff --git a/README.md b/README.md index cdd5295..aecdfc7 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ services: HAKA_LOG_LEVEL: "info" # Control the verbosity of the logger. HAKA_ENV: "dev" # Use a json logger for production, otherwise key=value pairs. HAKA_HTTP_LOG: "true" # If you want to log http requests. + GITHUB_TOKEN: "" # If you want to retrieve time spent per commit. No extra scope is required. ports: - "127.0.0.1:8080:8080" haka_db: @@ -164,6 +165,8 @@ Available commands: ![Projects Page](img/projects.png "Projects Page") +![Projects Page - Commits](img/commits.png "Projects Page - Commits") + ## Contributing Any kind of contribution is greatly appreciated. This could be: diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 690e4de..c87bf85 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -21,6 +21,7 @@ services: HAKA_LOG_LEVEL: "info" # Control the verbosity of the logger. HAKA_ENV: "dev" # Use a json logger for production. HAKA_HTTP_LOG: "true" # If you want to log http requests. + GITHUB_TOKEN: "" # If you want to retrieve time spent per commit. No extra scope is required. ports: - "127.0.0.1:8080:8080" haka_db: diff --git a/img/commits.png b/img/commits.png new file mode 100644 index 0000000..e03e646 Binary files /dev/null and b/img/commits.png differ