configs/emacs: add scpaste

This commit is contained in:
Aaron Bieber 2024-06-19 12:49:38 -06:00
parent 05ab533a65
commit 8304580e72
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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;