This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\InputMethod\Settings\CHS] | |
"EnableExtraDomainType"=dword:00000001 | |
"Enable Double Pinyin"=dword:00000001 | |
"DoublePinyinScheme"=dword:0000000a | |
"UserDefinedDoublePinyinScheme0"="Flypy*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt" |
This file contains hidden or 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00 |
This file contains hidden or 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
wakapi.example.com { | |
log { | |
output file /var/log/caddy/wakapi.log | |
} | |
# Optional for Cloudflare | |
tls { | |
dns cloudflare {env.CF_API_TOKEN} | |
} |
This file contains hidden or 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
seafile.example.com { | |
log { | |
output file /var/log/caddy/seafile.log | |
} | |
# Optional for Cloudflare | |
tls { | |
dns cloudflare {env.CF_API_TOKEN} | |
} |