-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into issue-890-org-export-import
- Loading branch information
Showing
276 changed files
with
10,780 additions
and
6,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ blank_issues_enabled: true | |
|
||
contact_links: | ||
- name: Report a replay issue | ||
about: Issues related to archived content not displaying properly should be reported in the ReplayWeb.page repo. | ||
about: Issues related to an archived item or collection not replaying properly should be reported in the ReplayWeb.page repo. | ||
url: https://github.com/webrecorder/replayweb.page/issues/new?&labels=replay+bug%2Cbug&projects=&template=replay-bug.yml&title=[Replay+Bug]%3A+ | ||
- name: Report a security vulnerability | ||
about: Please do not file an issue and instead email [email protected]. We will follow up with you there! | ||
about: Please email [email protected] directly. We will follow up with you there! | ||
url: https://webrecorder.net/.well-known/security.txt | ||
- name: Get help on our forum | ||
url: https://forum.webrecorder.net/ | ||
about: Have a ("how do I...?") question? Not sure if your issue is reproducible? The best way to get help is on our community forum! | ||
- name: Check out the docs | ||
url: https://docs.browsertrix.cloud | ||
about: Solutions to common questions may be available in the documentation! | ||
about: Find solutions to common questions, such as how to install, develop, and deploy Browsertrix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,20 @@ | ||
name: Feature / Change Request | ||
description: If new things should be added or something that is working as intended should be changed, please file this type of issue! | ||
description: Request a new feature or change to an existing feature of the app. | ||
title: "[Feature]: " | ||
labels: ["enhancement"] | ||
body: | ||
# Context | ||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: Describe any prior information that we are taking into account to inform this future development. | ||
placeholder: "Now that x is done we should do y to accomplish z." | ||
validations: | ||
required: true | ||
# User story sentence | ||
- type: textarea | ||
attributes: | ||
label: What change would you like to see? | ||
description: Describe the solution you'd like. If relevant, include ways in which you've tried to solve the issue with the current version. | ||
placeholder: "As a user, I want to be able to ____ so that I can ____" | ||
description: Describe the improvement or feature you'd like added to Browsertrix. | ||
placeholder: I would like to be able to ____________ so that I can ____________. | ||
validations: | ||
required: true | ||
# Requirements | ||
- type: textarea | ||
attributes: | ||
label: Requirements | ||
description: | | ||
Intended primarily for use by Webrecorder team, leave blank if unknown. | ||
List the outcomes of the feature being implemented without design or implementation details. | ||
placeholder: | | ||
1. Item metadata should show links to the collections that the item belongs to. | ||
2. Items can be added or removed from collections when editing an item. | ||
validations: | ||
required: false | ||
# Todo | ||
# Context | ||
- type: textarea | ||
attributes: | ||
label: Todo | ||
description: | | ||
Intended primarily for use by Webrecorder team, leave blank if unknown. | ||
Any other linked issues / tasks to complete to implement this feature. | ||
placeholder: | | ||
- [ ] Mockups: | ||
- [ ] Design: | ||
- [ ] UI: | ||
- [ ] API: | ||
label: Context | ||
description: Any background information that helps us understand the request. | ||
validations: | ||
required: false | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- "*-release" | ||
|
||
jobs: | ||
package_chart: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,42 @@ | ||
# Browsertrix Cloud | ||
<div align="center"> | ||
<img alt="Browsertrix Logo" src="assets/browsertrix-lockup-color-dynamic.svg" width="90%"> | ||
</div> | ||
|
||
<p align="center"><img src="/frontend/assets/btrix-cloud.svg" width="128" height="128"></p> | ||
| ||
|
||
Browsertrix Cloud is an open-source cloud-native high-fidelity browser-based crawling service designed | ||
Browsertrix 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](https://github.com/webrecorder/browsertrix-crawler) containers, which are launched for each crawl. | ||
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](https://github.com/webrecorder/browsertrix-crawler) containers, which are launched for each crawl. | ||
|
||
See [Browsertrix Cloud](https://browsertrix.com) for a feature overview and information about Browsertrix Cloud Hosting. | ||
See [browsertrix.com](https://browsertrix.com) for a feature overview and information about Browsertrix hosting. | ||
|
||
## Documentation | ||
|
||
The full docs for using, deploying and developing Browsertrix Cloud are available at: [https://docs.browsertrix.cloud](https://docs.browsertrix.cloud) | ||
The full docs for using, deploying, and developing Browsertrix are available at: [https://docs.browsertrix.cloud](https://docs.browsertrix.cloud) | ||
|
||
## Deployment | ||
## Deployment | ||
|
||
The latest deployment documentation is available at: [https://docs.browsertrix.cloud/deploy](https://docs.browsertrix.cloud/deploy) | ||
|
||
The docs cover deploying Browsertrix Cloud in different environments using Kubernetes, from a single-node setup to scalable clusters in the cloud. | ||
The docs cover deploying Browsertrix in different environments using Kubernetes, from a single-node setup to scalable clusters in the cloud. | ||
|
||
Previously, Browsertrix Cloud also supported Docker Compose and podman-based deployment. This is now deprecated due to the complexity | ||
of maintaining feature parity across different setups, and with various Kubernetes deployment options being available and easy to deploy, even on a single machine. | ||
Previously, Browsertrix also supported Docker Compose and podman-based deployment. This has been deprecated due to the complexity of maintaining feature parity across different setups, and with various Kubernetes deployment options being available and easy to deploy, even on a single machine. | ||
|
||
Making deployment of Browsertrix Cloud as easy as possible remains a key goal, and we welcome suggestions for how we can further improve our Kubernetes deployment options. | ||
Making deployment of Browsertrix as easy as possible remains a key goal, and we welcome suggestions for how we can further improve our Kubernetes deployment options. | ||
|
||
If you are looking to just try running a single crawl, you may want to try [Browsertrix Crawler](https://github.com/webrecorder/browsertrix-crawler) first to test out the crawling capabilities. | ||
|
||
## Development Status | ||
|
||
Browsertrix Cloud is currently in a beta, though the system and backend API is fairly stable, we are working on many additional features. | ||
Browsertrix is currently in a beta, though the system and backend API is fairly stable, we are working on many additional features. | ||
|
||
Additional developer documentation is available at [https://docs.browsertrix.cloud/develop](https://docs.browsertrix.cloud/develop/) | ||
|
||
Please see the GitHub issues and [this GitHub Project](https://github.com/orgs/webrecorder/projects/9) for our current project plan and tasks. | ||
|
||
|
||
## License | ||
|
||
Browsertrix Cloud is made available under the AGPLv3 License. | ||
Browsertrix is made available under the AGPLv3 License. | ||
|
||
Documentation is made available under the Creative Commons Attribution 4.0 International License |
Oops, something went wrong.