ed
50dac15568
update pkgs to 1.13.4
2024-07-16 05:48:45 +00:00
ed
e6c55d7ff9
systemd service: fix install notes, closes #88
...
the linked issue mentions that creating the `th` folder inside `.hist`
failed when RestrictSUIDSGID=true was enabled; this was on raspbian11
inside an ext4 chmod 777 owned by another user, so I have no idea why
that option would make any difference... but might as well mention it
2024-06-27 17:35:23 +02:00
ed
aab57cb24b
update pkgs to 1.13.3
2024-06-01 23:51:14 +00:00
ed
566cbb6507
update pkgs to 1.13.2
2024-05-10 15:04:33 +00:00
ed
1ee2cdd089
update pkgs to 1.13.1
2024-05-06 01:11:01 +00:00
ed
aa45fccf11
update pkgs to 1.13.0
2024-04-20 22:48:16 +00:00
ed
a70a49b9c9
update pkgs to 1.12.2
2024-04-12 21:25:21 +00:00
ed
6c90e3893d
update pkgs to 1.12.1
2024-04-09 23:53:43 +00:00
ed
e0bcb88ee7
update pkgs to 1.12.0
2024-04-06 20:56:52 +00:00
ed
cb99fbf442
update pkgs to 1.11.2
2024-03-23 17:53:19 +00:00
ed
f500e55e68
update pkgs to 1.11.1
2024-03-18 17:41:43 +00:00
ed
ee80cdb9cf
docs: real-ip (with or without cloudflare)
2024-03-18 16:30:51 +00:00
ed
211a30da38
update pkgs to 1.11.0
2024-03-15 21:34:29 +00:00
ed
2527e90325
sharex: backport to v12.1 due to controversial changes in sharex v12.2, something about removing ctrl-scrolling through options while capturing, idk
2024-03-09 22:11:35 +00:00
ed
503face974
update pkgs to 1.10.2
2024-02-21 21:58:46 +00:00
ed
ad9be54f55
update pkgs to 1.10.1
2024-02-18 16:17:28 +00:00
ed
8ff7094e4d
fix sharex config example
2024-02-18 15:44:54 +00:00
ed
39cc92d4bc
update pkgs to 1.10.0
2024-02-15 00:56:37 +00:00
ed
d636316a19
add tftp server
2024-02-10 18:37:21 +00:00
ed
cab999978e
update pkgs to 1.9.31
2024-02-03 16:02:59 +00:00
ed
e397ec2e48
update pkgs to 1.9.30
2024-01-25 23:18:21 +00:00
ed
d999d3a921
update pkgs to 1.9.29
2024-01-14 07:03:47 +00:00
ed
140f6e0389
add contextlet + igloo irc config + upd changelog
2024-01-14 04:58:24 +00:00
ed
a7889fb6a2
update pkgs to 1.9.28
2023-12-31 19:44:24 +00:00
ed
3f00073256
update pkgs to 1.9.27
2023-12-08 21:58:59 +00:00
ed
a3ca0638cb
update pkgs to 1.9.26
2023-12-08 02:10:06 +00:00
ed
a1dce0f24e
update pkgs to 1.9.25
2023-12-01 23:51:35 +00:00
ed
2eafaa88a2
update pkgs to 1.9.24
2023-12-01 02:16:24 +00:00
ed
97b999c463
update pkgs to 1.9.23
2023-12-01 01:54:23 +00:00
ed
a4a112c0ee
update pkgs to 1.9.22
2023-12-01 01:14:18 +00:00
ed
00812cb1da
new option --ipa; client IP allowlist:
...
connections from outside the specified list of IP prefixes are rejected
(docker-friendly alternative to -i 127.0.0.1)
also mkdir any missing folders when logging to file
2023-11-30 20:45:43 +00:00
ed
c9fd26255b
support environment variables mostly everywhere,
...
useful for docker/systemd stuff
also makes logfiles flush to disk per line by default;
can be disabled for a small performance gain with --no-logflush
2023-11-30 10:22:52 +00:00
ed
0b9b8dbe72
systemd: get rid of nftables portforwarding;
...
suggest letting copyparty bind 80/443 itself because nft hard
2023-11-30 10:13:14 +00:00
ed
fdddd36a5d
update pkgs to 1.9.21
2023-11-25 14:48:41 +00:00
ed
43d409a5d9
prisonparty accepts user/group names
2023-11-25 13:40:21 +00:00
ed
aa0b119031
update pkgs to 1.9.20
2023-11-21 23:44:56 +00:00
ed
cc1aaea300
update pkgs to 1.9.19
2023-11-19 12:45:32 +00:00
ed
d500baf5c5
update pkgs to 1.9.18
2023-11-18 21:16:10 +00:00
ed
abc37354ef
update pkgs to 1.9.17
2023-11-11 18:22:51 +00:00
ed
32ab65d7cb
add cfssl to packaging + improve certgen expiration check
2023-11-11 15:30:03 +00:00
ed
2923a38b87
update pkgs to 1.9.16
2023-11-04 23:30:07 +00:00
ed
7ede509973
nginx: reduce cost of spurious connectivity loss;
...
default value of fail_timeout (10sec) makes server unavailable for that
amount of time, even if the server is just down for a quick restart
2023-11-03 17:13:11 +00:00
ed
7dec922c70
update pkgs to 1.9.15
2023-10-24 16:56:57 +00:00
ed
44693d79ec
update pkgs to 1.9.14
2023-10-21 14:52:22 +00:00
ed
59a98bd2b5
update pkgs to 1.9.13
2023-10-21 13:34:50 +00:00
ed
2048b7538e
update pkgs to 1.9.12
2023-10-15 20:22:15 +00:00
kipukun ;_
c0da4b09bf
contrib: bump python version in rc script
...
the default version of Python is now 3.9 as of FreeBSD 13.2-RELEASE
2023-10-13 10:15:27 +02:00
ed
22880ccc9a
update pkgs to 1.9.11
2023-10-09 00:51:41 +00:00
ed
3b9919a486
update pkgs to 1.9.10
2023-10-08 21:16:12 +00:00
ed
bb590e364a
update pkgs to 1.9.9
2023-10-07 22:49:12 +00:00