this repo has no description
2
fork

Configure Feed

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

add all printers are facist easter egg page

+48 -27
+48 -27
caddy/Caddyfile
··· 30 30 header Content-Type "application/json" 31 31 header Access-Control-Allow-Origin "*" 32 32 respond <<JSON 33 - { 34 - "@context": [ 35 - "https://www.w3.org/ns/did/v1", 36 - "https://w3id.org/security/multikey/v1", 37 - "https://w3id.org/security/suites/secp256k1-2019/v1" 38 - ], 39 - "id": "did:web:{args[0]}", 40 - "alsoKnownAs": [ 41 - "at://{args[1]}" 42 - ], 43 - "verificationMethod": [ 44 - { 45 - "id": "did:web:{args[0]}#atproto", 46 - "type": "Multikey", 47 - "controller": "did:web:{args[0]}", 48 - "publicKeyMultibase": "{args[2]}" 49 - } 50 - ], 51 - "service": [ 52 - { 53 - "id": "#atproto_pds", 54 - "type": "AtprotoPersonalDataServer", 55 - "serviceEndpoint": "https://{args[3]}" 56 - } 57 - ] 58 - } 59 - JSON 200 33 + { 34 + "@context": [ 35 + "https://www.w3.org/ns/did/v1", 36 + "https://w3id.org/security/multikey/v1", 37 + "https://w3id.org/security/suites/secp256k1-2019/v1" 38 + ], 39 + "id": "did:web:{args[0]}", 40 + "alsoKnownAs": [ 41 + "at://{args[1]}" 42 + ], 43 + "verificationMethod": [ 44 + { 45 + "id": "did:web:{args[0]}#atproto", 46 + "type": "Multikey", 47 + "controller": "did:web:{args[0]}", 48 + "publicKeyMultibase": "{args[2]}" 49 + } 50 + ], 51 + "service": [ 52 + { 53 + "id": "#atproto_pds", 54 + "type": "AtprotoPersonalDataServer", 55 + "serviceEndpoint": "https://{args[3]}" 56 + } 57 + ] 58 + } 59 + JSON 200 60 60 } 61 61 } 62 62 ··· 122 122 root /srv/mc.vielle.dev 123 123 import error 124 124 file_server 125 + } 126 + 127 + apaf.{$HOST:vielle.dev} { 128 + respond <<<HTML 129 + <!DOCTYPE html> 130 + <html> 131 + <head> 132 + <title>APAF</title> 133 + <style> 134 + @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Neuton&display=swap'); 135 + 136 + body { 137 + font-family: "EB Garamond", garamond, serif; 138 + font-size: 40px; 139 + text-align: center; 140 + } 141 + </style> 142 + </head> 143 + <body>ALL PRINTERS ARE FACIST</body> 144 + </html> 145 + HTML 125 146 } 126 147 127 148 ## atproto services