Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 938 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 938 Bytes

ActivityPub SandBox Test Server

Requirement

  • misskey (master)
  • docker

Setup

  1. Copy tailscale/.env.example to tailscale/.env and edit TS_AUTHKEY

  2. For linux users, run init-misskey.sh(requires yq)

    Manual setup
    • Clone Misskey (master)
    • And enable allowedPrivateNetworks by editing /misskey/.config/default.yml.
      allowedPrivateNetworks: [
        '127.0.0.1/32',
        '100.64.0.0/10'
      ]
  3. Run docker

    docker compose build
    docker compose run --rm misskey pnpm run init
    docker compose up -d