From b9ba783c1c401f33f0d3df46db33ba218ca02e00 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 5 May 2025 21:25:52 +0200 Subject: [PATCH] official archlinux package --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7f449e6c..e0b65771 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,7 +34,7 @@ remove the ones that are not relevant: ### Server details (if you're NOT using docker/podman) remove the ones that are not relevant: * **server OS / version:** -* **what copyparty did you grab:** (sfx/exe/pip/aur/...) +* **what copyparty did you grab:** (sfx/exe/pip/arch/...) * **how you're running it:** (in a terminal, as a systemd-service, ...) * run copyparty with `--version` and grab the last 3 lines (they start with `copyparty`, `CPython`, `sqlite`) and paste them below this line: * **copyparty arguments and/or config-file:** diff --git a/README.md b/README.md index d3defd5e..3e2b237b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ turn almost any device into a file server with resumable uploads/downloads using * [feature chickenbits](#feature-chickenbits) - buggy feature? rip it out * [feature beefybits](#feature-beefybits) - force-enable features with known issues on your OS/env * [packages](#packages) - the party might be closer than you think - * [arch package](#arch-package) - now [available on aur](https://aur.archlinux.org/packages/copyparty) maintained by [@icxes](https://github.com/icxes) + * [arch package](#arch-package) - `pacman -S copyparty` (in [arch linux extra](https://archlinux.org/packages/extra/any/copyparty/)) * [fedora package](#fedora-package) - does not exist yet * [nix package](#nix-package) - `nix profile install github:9001/copyparty` * [nixos module](#nixos-module) @@ -2206,10 +2206,14 @@ if your distro/OS is not mentioned below, there might be some hints in the [«on ## arch package -now [available on aur](https://aur.archlinux.org/packages/copyparty) maintained by [@icxes](https://github.com/icxes) +`pacman -S copyparty` (in [arch linux extra](https://archlinux.org/packages/extra/any/copyparty/)) it comes with a [systemd service](./contrib/package/arch/copyparty.service) and expects to find one or more [config files](./docs/example.conf) in `/etc/copyparty.d/` +after installing it, you may want to `cp /usr/lib/systemd/system/copyparty.service /etc/systemd/system/` and then `vim /etc/systemd/system/copyparty.service` to change what user/group it is running as (you only need to do this once) + +NOTE: there used to be an aur package; this evaporated when copyparty was adopted by the official archlinux repos. If you're still using the aur package, please move + ## fedora package