This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vcl 4.0; | |
import std; | |
# The minimal Varnish version is 4.0 | |
backend default { | |
.host = "{{ host }}"; | |
.port = "{{ port }}"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class Acme_Module_Helper_Image | |
* @method $this rotate($angle) | |
* @method $this crop($top=0, $left=0, $right=0, $bottom=0) | |
* @method $this resize($width, $height = null) | |
* @method $this keepAspectRatio($value) | |
* @method $this keepFrame($value) | |
* @method $this keepTransparency($value) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=A gunicorn server running Mozilla's Firefox sync server | |
After=syslog.target network.target remote-fs.target nss-lookup.target | |
[Service] | |
Type=simple | |
User=pi | |
Group=pi | |
Restart=on-abort | |
ExecStart=/opt/ffsyncserver/local/bin/gunicorn --paste /opt/ffsyncserver/syncserver.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Shelly i3 Actions | |
description: Bind Shelly i3 button press actions | |
domain: automation | |
input: | |
switch: | |
name: Shelly i3 Switch | |
selector: | |
entity: | |
integration: shelly |