ed
c20c75cb76
update pkgs to 1.20.11
2026-03-08 21:12:26 +00:00
ed
7908d880da
ver-chk: tests, docs, fix -j0 jank
2026-03-07 23:06:38 +00:00
exci
c6965f0614
add optional update-checker ( #1315 )
...
can check if the current version has a known vulnerability, with the option to panic and exit if so, and otherwise show a warning in the controlpanel for admins
---------
Co-authored-by: ed <s@ocv.me >
2026-03-07 21:54:49 +00:00
ed
d3260b27a6
update pkgs to 1.20.10
2026-02-25 15:37:31 +00:00
ed
00ab7888d7
update pkgs to 1.20.9
2026-02-25 08:39:42 +00:00
ed
7be73721fb
update pkgs to 1.20.8
2026-02-22 15:13:27 +00:00
ed
d067d2a638
update pkgs to 1.20.7
2026-02-14 23:19:29 +00:00
Ivan Shapovalov
a65a30b1b4
web, th: rudimentary jxl support
...
Fixes #724 .
2026-02-04 01:34:04 +01:00
ed
9b436eb52e
update pkgs to 1.20.6
2026-01-31 20:06:34 +00:00
ed
32c11f142e
update pkgs to 1.20.5
2026-01-30 21:49:40 +00:00
charel
79273a7d97
OpenRC: Add checkconfig function ( #1259 )
...
I found it slightly cumbersome to write a config when the only feedback OpenRC gives is `crashed`, so I added a small QOL function to run copyparty with the `--exit cfg` flag directly from the service.
Signed-off-by: charel <charel@lotsaspaghetti.com >
2026-01-29 18:16:25 +00:00
ed
d750f3f0d2
update pkgs to 1.20.4
2026-01-23 00:59:41 +00:00
ed
dc8c229bcd
update pkgs to 1.20.3
2026-01-21 05:09:47 +00:00
ed
78f6855f08
update pkgs to 1.20.2
2026-01-19 01:31:57 +00:00
Toast
d5a8a34bca
NixOS: misc module documentation improvements ( #1194 )
...
* nixos: use mkPackageOption instead of mkOption for the package option
This gets rid of a warning when trying to build a system with
documentation.nixos.includeAllModules enabled
* nixos: don't include package path in option descriptions
See https://github.com/9001/copyparty/pull/1193 , this actually fixes the issue
* nixos: fix formatting of services.copyparty.volumes.<name>.access
List will now show up properly on the nixos manual!
* nixos: add or improve inline code blocks in option descriptions
2026-01-12 16:43:18 +01:00
Toast
9d223d6ca7
nixos: use mkPackageOption instead of mkOption ( #1193 )
...
This gets rid of a warning when trying to build a system with
documentation.nixos.includeAllModules enabled
2026-01-11 23:08:57 +00:00
ed
a9ae6d5131
update pkgs to 1.20.1
2026-01-09 00:57:31 +00:00
Raphaël Deschênes
7ffb1fd0ca
contrib/nginx: fix rp-loc example ( #1167 )
...
Signed-off-by: Raphaël Deschênes <raphdf201@hotmail.com >
2026-01-04 18:56:52 +00:00
ed
364f74a1bd
iOS/ashell: fix howto + add beta
2026-01-04 12:39:39 +00:00
ed
5b2c84752d
update pkgs to 1.20.0
2026-01-02 23:09:37 +00:00
ed
cce1210792
v1.20.0
2026-01-02 00:07:31 +00:00
ed
4714c2fa5a
add sftp server (powered by 39c3)
2025-12-30 23:38:54 +00:00
Vincent Milum Jr
0e6b167167
FreeBSD is Python 3.11 now ( #1121 )
...
Signed-off-by: Vincent Milum Jr <git@darkain.com >
2025-12-18 09:17:38 +01:00
ed
519bfe1f0b
update pkgs to 1.19.23
2025-12-17 00:18:55 +00:00
ed
3476d5e6d9
update pkgs to 1.19.22
2025-12-14 23:07:26 +00:00
emilia
a86983928c
fix podman-systemd typo; closes #1088 ( #988 )
...
Signed-off-by: emilia <46273791+emiliatheworst@users.noreply.github.com >
2025-12-09 19:46:14 +00:00
ed
29925dc22b
update pkgs to 1.19.21
2025-12-02 20:51:10 +00:00
ed
2e47074627
plugins: warn that rave.js is unmaintained
2025-12-02 14:28:36 +00:00
shelvacu
c7345308f5
nix-overlay: option to install from git-head ( #868 )
...
Co-authored-by: Shelvacu <git@shelvacu.com >
2025-11-26 12:15:39 +01:00
Nicolas Mémeint
904c984bda
nixos: Only create and bind volumes without variables ( #962 )
2025-11-02 12:59:48 +00:00
Nicolas Mémeint
3242145e52
nixos: Use volume/global chmod-d for module directory creation ( #963 )
2025-11-02 12:59:41 +00:00
ed
dff6aa2435
update pkgs to 1.19.20
2025-11-02 01:13:32 +00:00
ed
4fcd2c4193
update pkgs to 1.19.19
2025-10-25 19:21:56 +00:00
ed
1963ed1795
update pkgs to 1.19.18
2025-10-25 14:36:57 +00:00
ed
81881a449b
update pkgs to 1.19.17
2025-10-17 23:20:30 +00:00
ed
20ac117c32
update pkgs to 1.19.16
2025-10-05 23:08:25 +00:00
Kaleb Debre
31f1b535b2
nixos: unix-user/group to run as ( #886 )
...
Co-authored-by: Kaleb Debre <kaleb.debre@web.de >
2025-10-03 17:13:28 +02:00
Daniel Lovegrove
7fc379abc8
Add setup example for running with Podman under systemd ( #460 )
...
* Create copyparty.container file
* Add and document rootful configuration
* Add non-root config, clean up README
Signed-off-by: Daniel Lovegrove <d.lovegrove11@gmail.com >
2025-10-03 05:45:44 +02:00
ed
24e01221c5
update pkgs to 1.19.15
2025-09-29 23:19:00 +00:00
ed
a493cd6530
update pkgs to 1.19.14
2025-09-23 23:06:19 +00:00
ed
fdcd92bac8
update pkgs to 1.19.13
2025-09-23 21:43:35 +00:00
ed
1923a25879
update pkgs to 1.19.12
2025-09-21 22:21:44 +00:00
ed
a9e02ce753
update pkgs to 1.19.11
2025-09-20 10:17:59 +00:00
ed
e1ea9852c6
update pkgs to 1.19.10
2025-09-19 22:52:29 +00:00
Nora Struck
ee5f31908f
Add groups to nix config
2025-09-19 20:15:30 +00:00
ed
35326a6fb8
iOS: fix a-shell docs; closes #806
2025-09-19 20:13:10 +00:00
ed
e7ef31ee33
update pkgs to 1.19.9
2025-09-15 00:44:51 +00:00
Beethoven
dfd9e007ee
debian: Fix launcher path in systemd service ( #798 )
...
assume launcher is in /usr/local/bin/ rather than /usr/bin
which is the case as of recently
Signed-off-by: Beethoven <44652883+Beethoven-n@users.noreply.github.com >
2025-09-13 18:45:53 +00:00
ed
75b0b312a4
update pkgs to 1.19.8
2025-09-07 23:16:36 +00:00
ed
e798a9a53a
fix hotkeys on dvorak ( closes #298 , closes #733 );
...
apparently the convention is that hotkeys should follow the letters
according to the layout, and not remain in the qwerty position
this breaks apart the cluster of media controls (uiojkl),
but that's the intended and expected behavior so it should be fine
2025-09-03 19:33:48 +00:00