https://github.com/whiteducksoftware/clockodo-automation
https://github.com/whiteducksoftware/clockodo-automation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/whiteducksoftware/clockodo-automation
- Owner: whiteducksoftware
- License: mit
- Created: 2020-12-10T18:17:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:36:31.000Z (over 1 year ago)
- Last Synced: 2025-03-24T19:35:24.745Z (about 1 year ago)
- Language: C#
- Size: 791 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clockodo automation
---
---
## Try it out
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2F55e62e20a04044a3c2354d2960425952.m.pipedream.net%2F)
A small solution for creating automated backups of your Clockodo entries. The "Deploy to Azure" button will create a small environment consisting of:
- Azure Key vault
- Storage account with blob container
- App Service plan
- Function App
- Application Insights
By default, the deployment will create two functions that will perform backups on a daily and monthly basis. The backups will be stored as .csv files in the deployed storage account.
For more information check out the repository's [Wiki](https://github.com/whiteducksoftware/clockodo-automation/wiki) page.
### Prerequisites
- Azure Subscription
- E-mail address of a Clockodo API User
- Clockodo API key
## The purpose of this project are two things:
- Provide additional features around clockodo like automated backup, analytics or alerting.
- Serve as a learning environment for white duck 🦆 employees. Quack quack
## Technologies
- Azure Biceps 💪 to generate ARM templates
- DevContainer
---