feat: add change wallpaper shortcut to yazi
This commit is contained in:
parent
d1f25b377f
commit
c45ba82b90
18 changed files with 188 additions and 21 deletions
|
|
@ -84,6 +84,11 @@ in
|
|||
tls.implicit = true;
|
||||
proxy_protocol = true;
|
||||
};
|
||||
jmap = {
|
||||
bind = [ "10.0.0.130:31004" ];
|
||||
protocol = "http";
|
||||
proxy_protocol = true;
|
||||
};
|
||||
management = {
|
||||
protocol = "http";
|
||||
bind = [
|
||||
|
|
@ -135,6 +140,7 @@ in
|
|||
virtualHosts = {
|
||||
"mail.${domain}" = {
|
||||
locations."/".proxyPass = "http://127.0.0.1:8080";
|
||||
locations."/jmap".proxyPass = "http://127.0.0.1:31004";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue