- Install
resticandautorestic sudo mkdir -p /var/cache/restic- Set up
/etc/autorestic.ymlroughly as follows:
backends:
mybackend:
# Your backend options here, see the documentation
global:
all:
cache-dir: /var/cache/resticrestic and autoresticsudo mkdir -p /var/cache/restic/etc/autorestic.yml roughly as follows:backends:
mybackend:
# Your backend options here, see the documentation
global:
all:
cache-dir: /var/cache/restic| """ | |
| MIT License | |
| Copyright (c) 2023 David Buchanan | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
Patches und Anleitung wurden nach eGovPatchesAT/id-austria verschoben, dieser gist wird nicht mehr geupdated.
This is not required any more, you need upgrade your firmware to the version +4.09 using ElGato Cammera Hub
https://help.elgato.com/hc/en-us/articles/4406041241997-Elgato-Facecam-Firmware-Update
| package example | |
| import akka.Done | |
| import akka.actor.typed.scaladsl.{ | |
| ActorContext, | |
| Behaviors, | |
| StashBuffer, | |
| TimerScheduler | |
| } | |
| import akka.actor.typed.{ActorRef, Behavior, SupervisorStrategy} |
| import play.api.inject.Module | |
| import helpers.{MessagesApiWithCrowdin, MessagesApiWithCrowdinProvider} | |
| import play.api.i18n.{DefaultLangsProvider, Langs, MessagesApi} | |
| import play.api.inject.Binding | |
| import play.api._ | |
| //possibly some imports are missing | |
| class AppStartModule extends Module { | |
| override def bindings(environment: Environment, configuration: Configuration): Seq[Binding[_]] = { | |
| Seq( |