this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add changes discussed in blog post

+14
+14
caddy/conf/Caddyfile
··· 1 + { 2 + email {$PDS_ADMIN_EMAIL:404@vielle.dev} 3 + on_demand_tls { 4 + ask http://pi:8000/tls-check 5 + } 6 + } 7 + 1 8 (error) { 2 9 handle_errors { 3 10 @custom_err file /{err.status_code}.html ··· 41 48 root /srv/dnd 42 49 import error 43 50 file_server 51 + } 52 + 53 + *.pds.{$HOST:localhost}, pds.{$HOST:localhost} { 54 + tls { 55 + on_demand 56 + } 57 + reverse_proxy pi:8000 44 58 }