Wayback
A self-hosted web archiving toolkit with a privacy-focused web interface. Submit URLs to archive web pages across multiple archiving services simultaneously.
What You Can Do After Deployment
- Visit your domain -- the Wayback web UI loads on port 8964
- Submit a URL -- enter any web address to archive it
- Choose archive targets -- Internet Archive, archive.today, IPFS, Telegraph, or local storage
- View archived pages -- browse your archived content through the web interface
- Configure integrations (optional) -- connect Telegram, Discord, or Mastodon bots for archiving via chat
Key Features
- Web UI for submitting and browsing archived pages
- Archives to multiple services: Internet Archive, archive.today, IPFS, Telegraph
- Local file system storage for offline archiving
- Tor hidden service support for privacy
- Integrations with Telegram, Discord, Mastodon, and Twitter bots
- Playback support for viewing archived content
- Search integration with Meilisearch for full-text search of archives
Configuration
- WAYBACK_LISTEN_ADDR -- listen address for the HTTP server (default:
0.0.0.0:8964)
- WAYBACK_STORAGE_DIR -- directory for local archive storage (default:
/data)
- The web daemon is enabled by default with the
-d web flag in the container command
License
GPL-3.0 -- GitHub