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
# /etc/caddy/Caddyfile | |
{ | |
log { | |
output file /var/log/caddy/caddy.log | |
format json | |
} | |
} | |
(logging) { |
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
// ==UserScript== | |
// @name Replace GIF links with actual GIFs in Microsoft Teams | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Replace GIF links with actual GIFs in Microsoft Teams | |
// @author Heiko | |
// @match https://teams.microsoft.com/* | |
// @icon https://www.google.com/s2/favicons?domain=microsoft.com | |
// @grant none | |
// ==/UserScript== |