https://github.com/webrecorder/autoscalar
Webrecorder Auto Archiver for Scalar Prototype
https://github.com/webrecorder/autoscalar
Last synced: 8 days ago
JSON representation
Webrecorder Auto Archiver for Scalar Prototype
- Host: GitHub
- URL: https://github.com/webrecorder/autoscalar
- Owner: webrecorder
- License: apache-2.0
- Created: 2018-06-10T18:45:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T15:23:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T20:25:23.727Z (24 days ago)
- Language: Python
- Homepage: https://scalar.webrecorder.net/
- Size: 332 KB
- Stars: 7
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webrecorder Auto Archiver for Scalar Prototype
This repo represents the experimental prototype for automatically archiving and preserving Scalar website and all external links.
The system combines three key concepts:
- automated server software preservation (via a Docker image)
- automated high-fidelity browser based web archiving
- browser preservation (via Docker image, based on the http://oldweb.today system)A demo of this prototype is available at: https://scalar.webrecorder.net/
Please note that this is still a prototype and may not work for all Scalar sites. In particular, custom script
and custom style properties are not yet been exported. importedAn overview of how the system works is available [in these slides](https://docs.google.com/presentation/d/1_AoCavSoZRFZp6KNpRcYfhJe9am4XCJIWN26mP4Haro/edit#slide=id.g39f46cab1b_0_161)
## Installation
1. First build the instance Docker images via: `docker-compose -f ./docker-compose-instance.yml build`
2. Start the standard Docker compose with `docker-compose build; docker-compose up -d`
Note: The prototype does not yet clean up all the containers created, eg. if a user doesn't click "Stop".
To clean up containers and volumes, run `./rm-containers.sh`. This will stop all running Scalar instance containers.The default setup does not require a password for creating new archives. To setup a password, set the `AUTH_CODE` env var in `docker-compose.yml`