An implementation of archived ActivityPub server.
- Serving static archived resources.
- Redirecting old resource URLs if archived resources are available.
- Return 410 Gone in other.
Download from https://github.com/mizunashi-mana/archivedon/releases.
$ cat input.json
{
"static_base_url": "https://archivedon.mizunashi.work/static/",
"accounts": [
"@mizunashi_mana@mstdn.mizunashi.work"
]
}
$ archivedon-fetch --input input.json --output output --fetch-outbox
$ archivedon serve --help