mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
Update content on keys and stuff
Also in this commit I officially added the script that handles the stuff on the vern side of things regarding reverse proxy. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
c2870b3fe1
commit
edd3a98042
4 changed files with 486 additions and 368 deletions
8
start-caddy-tildeserv.sh
Normal file
8
start-caddy-tildeserv.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
if [ -f "$HOME/.webserver.sock" ]; then
|
||||
rm -f "$HOME/.webserver.sock" || true
|
||||
fi
|
||||
|
||||
exec /run/current-system/sw/bin/nix-shell --command "caddy run -config vern.Caddyfile -adapter caddyfile --watch --resume"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue