From 62a99c88d2a8e60b76ee8831db1fa47efd301791 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 Jan 2025 19:05:41 -0500 Subject: [PATCH] clarify filesystems selections in bug report github template --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 0bf95ef0..a74d57ea 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -30,7 +30,7 @@ body: description: Please include the exact steps you took to trigger the issue. render: markdown placeholder: | - 1. Started ArchiveBox by running: `docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox:latest` + 1. Started ArchiveBox by running: `docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox:latest` in iTerm2 2. Went to the https://127.0.0.1:8000/add/ page in Google Chrome 3. Typed 'https://example.com/xyz' into the 'Add URL' input field 4. Clicked the 'Add+' button @@ -93,7 +93,7 @@ body: - apt - brew - nix - - Docker (or other container system like podman/LXC/Kubernetes or TrueNAS/Cloudron/YunoHost/etc.) + - Docker (or Podman/LXC/K8s/TrueNAS/Proxmox/YunoHost/etc.) - Other - type: dropdown @@ -118,13 +118,13 @@ body: 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" + - label: some of "`data/` is on a local SSD or NVMe drive" required: false - - label: "`data/` is on a spinning hard drive or external USB drive" + - label: some of "`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.)" + - label: some of "`data/` is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.)" required: false - - label: "`data/` is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/OneDrive, etc.)" + - label: some of "`data/` is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/OneDrive, etc.)" required: false