Add pihole to --linux
This commit is contained in:
parent
c4f752b68b
commit
4c101fcaed
1 changed files with 3 additions and 1 deletions
|
@ -195,7 +195,8 @@ Takes OPTION as an argument and prints its description."
|
|||
|
||||
(defvar mk/remote-*host-aliases*
|
||||
'(("website" . "marcus@u1.marcuskammer.dev")
|
||||
("metalisp" . "cl@u1.metalisp.dev"))
|
||||
("metalisp" . "cl@u1.metalisp.dev")
|
||||
("pihole" . "ubuntu@pi-hole.fritz.box"))
|
||||
"Alist mapping friendly host names to actual SSH-compatible host strings.")
|
||||
|
||||
(defun mk/remote--get-real-host (alias)
|
||||
|
@ -263,3 +264,4 @@ an ALIAS and SERVICE as arguments and call
|
|||
(mk/define-remote-log-function "website" "nginx" "error.log")
|
||||
(mk/define-remote-log-function "website" "syslog")
|
||||
(mk/define-remote-log-function "metalisp" "nginx" "access.csv")
|
||||
(mk/define-remote-log-function "pihole" "pihole" "pihole.log")
|
||||
|
|
Loading…
Add table
Reference in a new issue