Robin Appelman
|
0835dd8dd3
|
split out config parsing into its own crate
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-05-03 19:26:32 +02:00 |
Robin Appelman
|
ab161bef25
|
disable mysql ssl when connecting by ip
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-28 18:42:36 +02:00 |
Robin Appelman
|
04e6edeb63
|
read additional *.config.php files
fixes #88
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-28 17:47:52 +02:00 |
Robin Appelman
|
18d87f8262
|
basic handling of RedisCluster constants
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-28 17:12:32 +02:00 |
Robin Appelman
|
0143c4cdc8
|
Merge pull request #85 from Crocmagnon/patch-1
Add Caddyfile config example
|
2021-04-28 14:06:51 +00:00 |
Gabriel Augendre
|
dc36ef8326
|
Add caddy version
|
2021-04-17 18:49:00 +02:00 |
Gabriel Augendre
|
d94f14c210
|
Add Caddyfile config example
|
2021-04-17 18:48:17 +02:00 |
Robin Appelman
|
74895fb254
|
increase authentication timeout
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-16 16:05:12 +02:00 |
Robin Appelman
|
4a23675b04
|
build i686 binaries to ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-14 15:13:14 +02:00 |
Robin Appelman
|
c108b7f0bb
|
release packaging with ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-13 13:53:05 +02:00 |
Robin Appelman
|
349b3a0a61
|
0.1.7
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-13 13:46:27 +02:00 |
Robin Appelman
|
f731c820bd
|
also use non regex modifier for nginx setup wizard
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-13 13:33:55 +02:00 |
Robin Appelman
|
a61e2914f3
|
Merge pull request #73 from nextcloud/jknockaert-patch-1
nginx location fix
|
2021-04-13 11:33:17 +00:00 |
Robin Appelman
|
1a10c284b7
|
minor readme updates
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-13 13:28:25 +02:00 |
Jasper Knockaert
|
6e6ec75002
|
nginx location fix
Add a non regex operator to the nginx location specifcication
|
2021-04-13 09:46:24 +02:00 |
Robin Appelman
|
bd692ec547
|
build without termion hint
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 19:57:30 +02:00 |
Robin Appelman
|
9fbfb9ca79
|
allow building without termion
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 18:34:07 +02:00 |
Robin Appelman
|
b241d374d0
|
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 18:21:45 +02:00 |
Robin Appelman
|
4a1076406c
|
show correct version in --help
fixes #69
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 18:19:28 +02:00 |
Robin Appelman
|
34ad86deb5
|
proper error handling when creating the socket fails
fixes #72
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 17:44:32 +02:00 |
Robin Appelman
|
9bd829e5eb
|
cleanup socket on exit
fixes #70
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 17:09:12 +02:00 |
Robin Appelman
|
327dc95ae1
|
fix building with 1.45
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 17:06:15 +02:00 |
Robin Appelman
|
0d5e09b3b7
|
allow specifying the socket permissions
fixes #71
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 16:56:00 +02:00 |
Robin Appelman
|
e0efd23c66
|
update dependencies
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-04-12 16:21:09 +02:00 |
Robin Appelman
|
044ec9f9d8
|
readme typo
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-30 19:12:45 +02:00 |
Robin Appelman
|
843fdf3ab3
|
build app bundle in ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-30 18:09:04 +02:00 |
Robin Appelman
|
1d4eebadf8
|
fix return type for redis cluster
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-30 16:18:24 +02:00 |
Robin Appelman
|
99505e49cd
|
more reliable port assignment in tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-30 14:44:48 +02:00 |
Robin Appelman
|
07d1e21d9b
|
adjust tests to new redis setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-30 14:37:10 +02:00 |
Robin Appelman
|
6da7c5210f
|
redis cluster work
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-29 20:41:14 +02:00 |
Robin Appelman
|
c037eb8aea
|
initial support for redis cluster
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-22 19:12:43 +01:00 |
Robin Appelman
|
bcea72d3e4
|
more diagnostics for reverse proxy issues
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-12 12:53:37 +01:00 |
Robin Appelman
|
20c6fa9f78
|
ubuntu 20.04 in ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-11 21:05:48 +01:00 |
Robin Appelman
|
8a039cc4fc
|
fix serializtion of metrics for arm
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-11 20:44:14 +01:00 |
Robin Appelman
|
ff2d14cf17
|
allow querying metrics from occ
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-11 20:31:22 +01:00 |
Robin Appelman
|
400b3b06c4
|
ensure nextcloud_url ends with a /
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-09 21:09:02 +01:00 |
Robin Appelman
|
cbc5330b1d
|
fix release binary upload
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-09 13:15:07 +01:00 |
Robin Appelman
|
0e0d6d4236
|
0.1.6
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-09 12:43:37 +01:00 |
Robin Appelman
|
84a7725d7a
|
use bind address for metrics
and allow serving metrics on a socket
fixes #52
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-09 12:37:39 +01:00 |
Robin Appelman
|
dc674bb0e2
|
less error prone is-binary-working detection
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-09 12:09:19 +01:00 |
Robin Appelman
|
8b9e38d700
|
dont error hard when self test fails
as the other components might just be starting
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-06 18:42:24 +01:00 |
Robin Appelman
|
5a9e60dd7d
|
update dockerfile
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-06 18:42:24 +01:00 |
Robin Appelman
|
0a4edc2f91
|
hangup connection if client doesnt pong correctly
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2021-03-06 18:42:24 +01:00 |
Robin Appelman
|
1cae25af25
|
Merge pull request #55 from bertwesarg/patch-1
Fix a 'the the' typo in README.md
|
2021-03-05 12:21:42 +00:00 |
Bert Wesarg
|
d0d690b7d4
|
Fix a 'the the' typo in README.md
|
2021-03-05 07:38:43 +01:00 |
Robin Appelman
|
91b3421cdd
|
stubs for psalm
|
2021-03-04 11:19:26 +01:00 |
Robin Appelman
|
64c6dcc359
|
fix test client upload
|
2021-03-04 11:08:57 +01:00 |
Robin Appelman
|
d74f255f80
|
add redis for psalm run
|
2021-03-04 11:07:04 +01:00 |
Robin Appelman
|
464b69695b
|
improve test_client diagnostics
|
2021-03-04 11:02:04 +01:00 |
szaimen
|
ee1dbe303f
|
improve the test-client instructions
Signed-off-by: szaimen <szaimen@e.mail.de>
|
2021-03-03 19:37:21 +01:00 |