diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eb4e62ea..036ef99f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -56,9 +56,9 @@ body: attributes: label: ArchiveBox Version description: | - Run the `archivebox version` command and paste the *full* output here (*not just the version number*). - If using Docker run: `docker run archivebox/archivebox version` + Run the `archivebox version` command inside your collection folder and paste the *full* output here (*NOT JUST THE VERSION NUMBER*). For Docker Compose run: `docker compose run archivebox version` + For plain Docker run: `docker run -v $PWD:/data archivebox/archivebox version` render: shell placeholder: | 0.8.6 @@ -76,36 +76,6 @@ body: validations: required: true - - type: dropdown - id: operating_system - validations: - required: true - attributes: - label: What host operating system/environment are you running ArchiveBox on? - description: | - *Please note we are unable to provide support for Windows users unless you are [running in Docker](https://github.com/ArchiveBox/archivebox#:~:text=windows%20without%20docker).* - multiple: false - options: - - Linux (Ubuntu/Debian/Arch/Alpine/etc.) - - macOS (including Docker on macOS) - - BSD (FreeBSD/OpenBSD/NetBSD/etc.) - - Windows (including WSL, WSL2, Docker Desktop on Windows) - - - type: checkboxes - id: filesystem - attributes: - label: What type of drive are you using to store your ArchiveBox data? - description: Are you using a [remote filesystem](https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-Up-Storage#supported-remote-filesystems) or FUSE mount for `data/` or `data/archive` (e.g. NFS/SMB/CIFS/etc. or FUSE/RClone/S3/B2/OneDrive/etc.)? - options: - - label: Data is on a local SSD or NVMe drive - required: false - - label: Data is on a spinning hard drive or USB drive - required: false - - label: Data is on a network mount (e.g. NFS/SMB/CIFS/etc.) - required: false - - label: Data is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/OneDrive, etc.) - required: false - - type: dropdown id: install_method validations: @@ -121,6 +91,37 @@ body: - Docker (or other container system like podman/LXC/Kubernetes or TrueNAS/Cloudron/YunoHost/etc.) - Other + - type: dropdown + id: operating_system + validations: + required: true + attributes: + label: What operating system are you running on? + description: | + Please note we are *unable to provide support for Windows users* unless you are using [Docker on Windows](https://github.com/ArchiveBox/archivebox#:~:text=windows%20without%20docker). + multiple: false + options: + - Linux (Ubuntu/Debian/Arch/Alpine/etc.) + - macOS (including Docker on macOS) + - BSD (FreeBSD/OpenBSD/NetBSD/etc.) + - Windows (including WSL, WSL2, Docker Desktop on Windows) + + - type: checkboxes + id: filesystem + attributes: + label: What type of drive are you using to store your ArchiveBox data? + description: Are you using a [remote filesystem](https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-Up-Storage#supported-remote-filesystems) or FUSE mount for `data/` or `data/archive` (e.g. NFS/SMB/CIFS/etc. or FUSE/RClone/S3/B2/OneDrive/etc.)? + options: + - label: "`data/` is on a local SSD or NVMe drive" + required: false + - label: "`data/` is on a spinning hard drive or external USB drive" + required: false + - label: "`data/` is on a network mount (e.g. NFS/SMB/CIFS/etc.)" + required: false + - label: "`data/` is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/OneDrive, etc.)" + required: false + + - type: textarea id: docker_compose_yml attributes: @@ -176,13 +177,13 @@ body: - type: markdown attributes: value: | -
-
-
+ --- + We strive to answer issues as quickly as possible, it usually takes us *about a ~week* to respond. Make sure your archive `data/` is [**fully backed up**](https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#disk-layout) before trying anything suggested here, **we are not responsible for data loss**. -
+ In the meantime please consider: + - [💰 Donating](https://github.com/ArchiveBox/ArchiveBox/wiki/Donations) to support ArchiveBox open-source - [👨‍✈️ Hiring us](https://docs.monadical.com/s/archivebox-consulting-services) for corporate deployments with professional support, custom feature development, help with CAPTCHAs/rate-limits. - [🔍 Searching the docs](https://docs.archivebox.io/) for answers to common questions