My nix-darwin and NixOS config
3
fork

Configure Feed

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

chore(pds-landing): remove misplaced assets, they live in pkgs monorepo

-121
modules/server/pds-landing/static/android-icon-192x192.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-114x114.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-120x120.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-144x144.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-152x152.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-180x180.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-57x57.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-60x60.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-72x72.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/apple-icon-76x76.png

This is a binary file and will not be displayed.

-2
modules/server/pds-landing/static/browserconfig.xml
··· 1 - <?xml version="1.0" encoding="utf-8"?> 2 - <browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
modules/server/pds-landing/static/favicon-16x16.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/favicon-256x256.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/favicon-32x32.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/favicon-96x96.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/favicon.ico

This is a binary file and will not be displayed.

-41
modules/server/pds-landing/static/manifest.json
··· 1 - { 2 - "name": "App", 3 - "icons": [ 4 - { 5 - "src": "\/android-icon-36x36.png", 6 - "sizes": "36x36", 7 - "type": "image\/png", 8 - "density": "0.75" 9 - }, 10 - { 11 - "src": "\/android-icon-48x48.png", 12 - "sizes": "48x48", 13 - "type": "image\/png", 14 - "density": "1.0" 15 - }, 16 - { 17 - "src": "\/android-icon-72x72.png", 18 - "sizes": "72x72", 19 - "type": "image\/png", 20 - "density": "1.5" 21 - }, 22 - { 23 - "src": "\/android-icon-96x96.png", 24 - "sizes": "96x96", 25 - "type": "image\/png", 26 - "density": "2.0" 27 - }, 28 - { 29 - "src": "\/android-icon-144x144.png", 30 - "sizes": "144x144", 31 - "type": "image\/png", 32 - "density": "3.0" 33 - }, 34 - { 35 - "src": "\/android-icon-192x192.png", 36 - "sizes": "192x192", 37 - "type": "image\/png", 38 - "density": "4.0" 39 - } 40 - ] 41 - }
modules/server/pds-landing/static/ms-icon-144x144.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/ms-icon-150x150.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/ms-icon-310x310.png

This is a binary file and will not be displayed.

modules/server/pds-landing/static/ms-icon-70x70.png

This is a binary file and will not be displayed.

-78
modules/server/pds-landing/static/thumb.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630"> 2 - <defs> 3 - <!-- grid pattern background --> 4 - <pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"> 5 - <path d="M 40 0 L 0 0 0 40" fill="none" stroke="#1e3328" stroke-width="0.5" opacity="0.4"/> 6 - </pattern> 7 - <!-- subtle vignette --> 8 - <radialGradient id="vignette" cx="50%" cy="50%" r="70%"> 9 - <stop offset="0%" stop-color="transparent"/> 10 - <stop offset="100%" stop-color="#0d1210" stop-opacity="0.6"/> 11 - </radialGradient> 12 - <!-- card shadow --> 13 - <filter id="shadow" x="-5%" y="-5%" width="110%" height="120%"> 14 - <feDropShadow dx="0" dy="8" stdDeviation="24" flood-color="#000000" flood-opacity="0.6"/> 15 - </filter> 16 - </defs> 17 - 18 - <!-- background --> 19 - <rect width="1200" height="630" fill="#0d1210"/> 20 - <rect width="1200" height="630" fill="url(#grid)"/> 21 - <rect width="1200" height="630" fill="url(#vignette)"/> 22 - 23 - <!-- card --> 24 - <g filter="url(#shadow)"> 25 - <rect x="160" y="90" width="880" height="450" rx="10" fill="#141c19" stroke="#2e3d34" stroke-width="1"/> 26 - <!-- outer glow ring --> 27 - <rect x="160" y="90" width="880" height="450" rx="10" fill="none" stroke="#a6e3a1" stroke-width="0.5" opacity="0.08"/> 28 - </g> 29 - 30 - <!-- titlebar --> 31 - <rect x="160" y="90" width="880" height="44" rx="10" fill="#243028"/> 32 - <rect x="160" y="114" width="880" height="20" fill="#243028"/> 33 - <rect x="160" y="91" width="880" height="1" fill="#2e3d34"/> 34 - <rect x="160" y="134" width="880" height="1" fill="#2e3d34"/> 35 - 36 - <!-- traffic lights --> 37 - <circle cx="196" cy="112" r="6" fill="#4a7a62" opacity="0.4"/> 38 - <circle cx="218" cy="112" r="6" fill="#4a7a62" opacity="0.4"/> 39 - <circle cx="240" cy="112" r="6" fill="#4a7a62" opacity="0.4"/> 40 - 41 - <!-- titlebar label --> 42 - <text x="264" y="117" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="13" fill="#4a7a62">ewan's pds</text> 43 - 44 - <!-- prompt line --> 45 - <text x="200" y="210" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="32" font-weight="700" fill="#a6e3a1">server@pds.ewancroft.uk</text> 46 - <text x="200" y="210" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="32" font-weight="700" fill="#93b09a" opacity="0.6">:~</text> 47 - <!-- measure approx: "server@pds.ewancroft.uk" at 32px mono ≈ 23 chars × ~19.2px = ~442px, then ":~" ≈ 38px --> 48 - <text x="200" y="210" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="32" font-weight="700"> 49 - <tspan fill="#a6e3a1">server@pds.ewancroft.uk</tspan><tspan fill="#93b09a" opacity="0.6">:~</tspan><tspan fill="#93b09a"> $</tspan> 50 - </text> 51 - 52 - <!-- tagline --> 53 - <text x="200" y="248" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#4d6b58">Bluesky-compatible ATProto PDS · personal instance</text> 54 - 55 - <!-- divider --> 56 - <line x1="200" y1="272" x2="1000" y2="272" stroke="#1e3328" stroke-width="1" opacity="0.8"/> 57 - 58 - <!-- STATUS section --> 59 - <text x="200" y="300" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="11" font-weight="700" letter-spacing="2" fill="#4d6b58">STATUS</text> 60 - 61 - <!-- kv rows --> 62 - <text x="200" y="328" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#4a7a62" opacity="0.7">reachable</text> 63 - <text x="390" y="328" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#a6e3a1">✓ online</text> 64 - 65 - <text x="200" y="356" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#4a7a62" opacity="0.7">did</text> 66 - <text x="390" y="356" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#cdd6f4" opacity="0.85">did:web:pds.ewancroft.uk</text> 67 - 68 - <text x="200" y="384" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#4a7a62" opacity="0.7">invite required</text> 69 - <text x="390" y="384" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="15" fill="#f9e2af">yes</text> 70 - 71 - <!-- divider --> 72 - <line x1="200" y1="410" x2="1000" y2="410" stroke="#1e3328" stroke-width="1" opacity="0.8"/> 73 - 74 - <!-- footer line --> 75 - <text x="600" y="475" font-family="'JetBrains Mono', 'Fira Mono', monospace" font-size="13" fill="#2e3d34" text-anchor="middle">powered by nixpkgs#bluesky-pds · atproto.com</text> 76 - 77 - 78 - </svg>