ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:hsqwcidfez66lwm3gxhfv5in/link.pastesphere.snippet/3lcwfwulytc2y",
  "cid": "bafyreigrlynx3cz5uolcxivkgss3notnsuokqjwuhkgapriuubszwa6a6e",
  "value": {
    "body": "services:\n  nginx:\n    image: nginx:latest\n    ## Either use host network mode or uncomment the following line\n    ports:\n      - \"443:8080\"\n    volumes:\n      - ../nginx/nginx.conf:/etc/nginx/nginx.conf\n      - ../nginx/certs:/etc/nginx/certs\n    restart: always\n    network_mode: bridge\n    links:\n     - \"jetstream\"\n  jetstream:\n    image: ghcr.io/bluesky-social/jetstream:${JETSTREAM_VERSION}\n    build:\n      context: .\n      dockerfile: Dockerfile\n    restart: always\n    container_name: jetstream\n    network_mode: bridge\n    volumes:\n      - ./data:/data\n    environment:\n      - JETSTREAM_DATA_DIR=/data\n# livness check interval to restart when no events are received (default: 15sec)\n      - JETSTREAM_LIVENESS_TTL=15s",
    "type": "YAML",
    "$type": "link.pastesphere.snippet",
    "title": "Jetstream Nginx Docker Compose",
    "createdAt": "2024-12-10T04:32:56.585Z",
    "description": "am i shooting myself in the foot? possibly!!"
  }
}