configs/emacs: add scpaste
This commit is contained in:
parent
05ab533a65
commit
8304580e72
@ -122,6 +122,17 @@ here.
|
||||
|
||||
* Packages
|
||||
|
||||
** scpaste
|
||||
|
||||
Post pastes to https://paste.suah.dev
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package scpaste
|
||||
:custom ((scpaste-scp-destination "suah.dev:/var/www/paste")
|
||||
(scpaste-http-destination "https://paste.suah.dev")
|
||||
(scpaste-footer "")))
|
||||
#+end_src
|
||||
|
||||
** htmlize
|
||||
|
||||
This is needed for publishing org stuff
|
||||
|
@ -575,6 +575,11 @@ in
|
||||
root = "/var/www/bolddaemon.com";
|
||||
|
||||
};
|
||||
"paste.suah.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/www/paste";
|
||||
};
|
||||
"sync.suah.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
Loading…
Reference in New Issue
Block a user