Skip to content

whiteducksoftware/clockodo-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


fred
Clockodo automation



Try it out

Deploy to Azure

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 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