aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlmar Klein <almar@almarklein.org>2022-05-02 18:48:23 +0000
committerGitHub <noreply@github.com>2022-05-02 18:48:23 +0000
commit592dbb7254bb36b78488499cea88544314a55ce7 (patch)
tree4e230c76ae84a5dac2c2eef516e377fcc90cc03e
parentAdd Notifo to custom communication. (#2800) (diff)
downloadawesome-selfhosted-592dbb7254bb36b78488499cea88544314a55ce7.tar.gz
awesome-selfhosted-592dbb7254bb36b78488499cea88544314a55ce7.zip
Add time trackers (ActivityWatch, TimeTagger) (#2915)
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac673097..8ffe4a3e 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Status / Uptime pages](#status--uptime-pages)
- [Task Management & To-do Lists](#task-management--to-do-lists)
- [Ticketing](#ticketing)
+ - [Time Trackers](#time-trackers)
- [URL Shorteners](#url-shorteners)
- [VPN](#vpn)
- [Web Servers](#web-servers)
@@ -1233,7 +1234,6 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or
- [google-webfonts-helper](https://github.com/majodev/google-webfonts-helper) `⚠` - Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. ([Demo](https://google-webfonts-helper.herokuapp.com/)) `MIT` `Nodejs`
- [graph-vl](https://github.com/verifid/graph-vl) - Identity document verification using Machine Learning and GraphQL. `MIT` `Python`
- [Journal](https://github.com/inoda/journal) - Simple journaling with encrypted entries and sharing capabilities. `MIT` `Ruby`
-- [Kimai](https://www.kimai.org/) - Kimai is a free & open source timetracker. It tracks work time and prints out a summary of your activities on demand. ([Demo](https://www.kimai.org/demo/), [Source Code](https://github.com/kevinpapst/kimai2/)) `MIT` `PHP`
- [King Phisher](https://github.com/rsmusllp/king-phisher) - King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. `BSD-3-Clause` `Python`
- [Koillection](https://koillection.github.io/) - Koillection is a service allowing users to manage any kind of collections. ([Source Code](https://github.com/koillection/koillection)) `MIT` `PHP`
- [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell`
@@ -1836,6 +1836,15 @@ _Related: [Task management & To-do lists](#task-management--to-do-lists), [Softw
- [Zammad](https://zammad.org/) - Easy to use but powerful open-source support and ticketing system. ([Source Code](https://github.com/zammad/zammad)) `AGPL-3.0` `Ruby`
+### Time Trackers
+
+**[`^ back to top ^`](#)**
+
+- [ActivityWatch](https://activitywatch.net) - An app that automatically tracks how you spend time on your devices. ([Source Code](https://github.com/ActivityWatch/activitywatch)) `MPL-2.0` `Python`
+- [Kimai](https://www.kimai.org/) - Kimai is a free & open source timetracker. It tracks work time and prints out a summary of your activities on demand. ([Demo](https://www.kimai.org/demo/), [Source Code](https://github.com/kevinpapst/kimai2/)) `MIT` `PHP`
+- [TimeTagger](https://timetagger.app) - An open source time-tracker based on an interactive timeline and powerful reporting. ([Demo](https://timetagger.app/app/demo), [Source Code](https://github.com/almarklein/timetagger)) `GPL-3.0` `Python`
+
+
### URL Shorteners
**[`^ back to top ^`](#)**