this repo has no description
2
fork

Configure Feed

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

Add custom landing page

+41 -1
+41 -1
caddy/Caddyfile
··· 80 80 on_demand 81 81 } 82 82 83 + handle / { 84 + header Content-Type text/plain; charset=utf-8 85 + header Access-Control-Allow-Origin * 86 + respond <<BODY 87 + | | 88 + | | 89 + | | 90 + +---#---------------------#---+ 91 + | [Used Car Salesman voice] | 92 + | Open Your | 93 + | __ ___ _ _ ___ | 94 + | | \ / \| \| |/ __| | 95 + | _ | - || - || || | | | 96 + | |_||__/ \___/|_|\_|\___| | 97 + | ___ _ _ ___ | 98 + | | __|| || | | __| | 99 + | | _| | || |_ | _| | 100 + | |_| |_||___||___| | 101 + | | 102 + | At dong.vielle.dev TODAY | 103 + | for a chance to win £50 off | 104 + | a purchase of 3 | 105 + | or more potatoes!! | 106 + +-----------------------------+ 107 + 108 + Welcome to my PDS! 109 + It's running off a pi on my floor 110 + and isnt always online at the time of writing. 111 + 112 + Invite codes are required 113 + DM me if you somehow trust this enough 114 + 115 + PDS Source: https://github.com/bluesky-social/atproto 116 + Setup Guide: https://vielle.dev/blog/pds-on-a-pi 117 + Protocol: https://atproto.com 118 + 119 + 120 + BODY 200 121 + } 122 + 83 123 # secure due to tailscale wireguard stuff 84 124 # i cant configure https on the pi??? 85 - reverse_proxy pi.cod-firefighter.ts.net:8000 125 + reverse_proxy pi:8000 86 126 }