Go to file
Ilya Kreymer 84a9079b1f
support signing in docker deployment: (#166)
- add authsign to docker-compose.yml
- add signing.sample.yaml to be copied to signing.yaml for authsign
- add WACZ_SIGN_URL and WACZ_SIGN_TOKEN to config.sample.env
- signing enabled if WACZ_SIGN_URL is set
- add instructions on how to enable signing to Deployment
- update .gitignore, don't commit 'signing.yaml'
- update images to use public repo browsertrix images
2022-02-28 14:32:19 -08:00
backend support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
chart New WS Endpoint for Watching Crawl (#152) 2022-02-22 10:33:10 -08:00
configs support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
frontend Set and update crawl scale (#162) 2022-02-28 09:14:27 -08:00
.gitignore support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
build-backend.sh Move deployment info to deployment.md (#159) 2022-02-24 00:16:36 -08:00
build-frontend.sh docker image fix (#151) 2022-02-22 10:52:27 -08:00
Deployment.md support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
docker-compose.yml support signing in docker deployment: (#166) 2022-02-28 14:32:19 -08:00
docker-restart.sh README + docker-restart.sh add 2021-08-25 16:27:22 -07:00
LICENSE Add License, Logo and README updates for release (#157) 2022-02-23 12:10:46 -08:00
NOTICE Add License, Logo and README updates for release (#157) 2022-02-23 12:10:46 -08:00
pylintrc misc tweaks: 2021-08-25 18:34:49 -07:00
README.md Move deployment info to deployment.md (#159) 2022-02-24 00:16:36 -08:00

Browsertrix Cloud

Browsertrix Cloud is an open-source cloud-native high-fidelity browser-based crawling service designed to make web archiving easier and more accessible for everyone.

The service provides an API and UI for scheduling crawls and viewing results, and managing all aspects of crawling process. This system provides the orchestration and management around crawling, while the actual crawling is performed using Browsertrix Crawler containers, which are launched for each crawl.

The system is designed to run equally in Kubernetes and Docker.

See Features for a high-level list of planned features.

Deployment

See the Deployment page for information on how to deploy Browsertrix Cloud.

Development Status

Browsertrix Cloud is currently in pre-alpha stages and not ready for production. This is an ambitious project and there's a lot to be done!

If you would like to help in a particular way, please open an issue or reach out to us in other ways.

License

Browsertrix Cloud is made available under the AGPLv3 License.

If you would like to use it under a different license or have a question, please reach out as that may be a possibility.