[WIP] A (somewhat barebones) atproto app for creating custom sites without hosting!

atcities.dev#

A (somewhat barebones) atproto app for creating custom sites without hosting!

How to:#

View someones site?
Head to https://<handle>.atcities.dev/ or https://<did>.did-<method>.atcities.dev/.

Upload your own site?
Use the upload cli. Installation guide below.

Self host atcities.dev?
Clone this repo and setup the .env file for /server, then <build & run instructions here once complete>

CLI installation guide.#

  1. Build from source:
    Prerequisites: git cargo rust
    git clone https://tangled.org/@vielle.dev/atcities.dev
    cd atcities.dev/upload
    cargo build
    sudo cp ./target/debug/atcities-upload /bin
    # Reload your shell environment
    atcities-upload --version
    

Todo:#

  • Resolve handle.host and did.did-method.host domains to records/blobs
  • Backfill network
    • Store did+route -> blob & mime type in database
    • Store blobs for CDN (max ~0.25gb per user)
  • Moderate illegal content or hope that people are niceys (Hope that people are niceys)
  • Finish CLI tool
    • Sign in via app password
    • Clear old site
    • Upload new site
  • Fuse uploader
  • Web GUI uploader