Ingo Oppermann
f1e7d8efdf
Merge branch 'dev' into cluster
2022-10-04 17:24:59 +02:00
Jan Stabenow
eb57fb5e70
Mod updates build env.
2022-09-30 15:03:21 +02:00
Ingo Oppermann
eeec59f8b1
Fix last minor version bump to patch version bump
2022-09-30 13:58:21 +02:00
Ingo Oppermann
56ff5b1c60
Update changelog
2022-09-30 12:43:37 +02:00
Ingo Oppermann
33bd7bd384
Set default email address
2022-09-30 12:25:01 +02:00
Ingo Oppermann
22f1fb2d97
Bump version to 16.11.0
2022-09-30 12:13:38 +02:00
Ingo Oppermann
fe2e9d375c
Use LE porduction CA, allow to configure an email address
2022-09-30 12:12:36 +02:00
Ingo Oppermann
bbcf0ab1b1
Fix double slashes in RTMP URL
v16.10.0
2022-09-30 09:25:29 +02:00
Ingo Oppermann
963353e6a2
Merge branch 'dev' into cluster
2022-09-29 14:40:00 +02:00
Ingo Oppermann
a114f426d4
Update changelog
2022-09-29 10:52:42 +02:00
Ingo Oppermann
fcdceab99d
Merge branch 'dev' of github.com:datarhei/core into dev
2022-09-29 10:46:01 +02:00
Ingo Oppermann
54dd24a5c0
Fix API metadata endpoint responses
2022-09-29 10:44:21 +02:00
Jan Stabenow
8af8cc9301
Mod exposes ports
2022-09-29 10:10:05 +02:00
Ingo Oppermann
9ef4ae9b5e
Fix cluster api responses
2022-09-28 21:49:25 +02:00
Ingo Oppermann
6288b620df
Use pool for buffer
2022-09-28 14:53:58 +02:00
Ingo Oppermann
7d38416239
Update changelog
2022-09-23 10:08:13 +02:00
Ingo Oppermann
bc7faf9364
Replace x/crypto/acme/autocert with caddyserver/certmagic
2022-09-23 10:05:48 +02:00
Ingo Oppermann
1ebf1f7f29
Write header only if a valid return code is available
2022-09-15 13:43:48 +02:00
Ingo Oppermann
1511b950ae
Update joy4 dependency for fixed increased RTMP client compatibility
2022-09-14 19:34:35 +02:00
Ingo Oppermann
2e560b635d
Update joy4 dependency for increase RTMP client compatibility
2022-09-14 14:52:41 +02:00
Ingo Oppermann
ff3aa3a635
Add vulnerability check
2022-09-09 16:40:15 +02:00
Ingo Oppermann
673f9d3835
Add init command
2022-09-09 15:10:29 +02:00
Ingo Oppermann
3b0a19e18a
Allow to only compress responses that have a minimum length
2022-09-08 19:16:44 +02:00
Ingo Oppermann
c522de043d
Upgrade dependencies
2022-09-08 15:39:56 +02:00
Ingo Oppermann
f1d71c202b
Fix HLS streaming and cleanup on diskfs
2022-09-08 15:00:09 +02:00
Ingo Oppermann
ed36f45f5f
Update changelog
2022-09-08 14:54:48 +02:00
Ingo Oppermann
285ef79716
Add /v3/metrics (get) endpoint to list all known metrics
2022-09-08 13:50:53 +02:00
Ingo Oppermann
2d754b4212
Log HTTP request and response body sizes
2022-09-07 13:53:26 +02:00
Ingo Oppermann
5cb0592854
Exclude .m3u8 and .mpd files from disk cache by default
2022-08-26 11:35:56 +03:00
Ingo Oppermann
f1141d1ad9
Fix assigning cleanup rules for diskfs
2022-08-26 08:17:17 +03:00
Ingo Oppermann
6ee565b3c9
Fix correct output of purge_on_delete value
2022-08-26 07:56:29 +03:00
Ingo Oppermann
692b65b97c
Upgrade dependencies
2022-08-24 16:48:04 +03:00
Ingo Oppermann
e675eccd50
Update changelog
2022-08-22 10:13:57 +03:00
Ingo Oppermann
45630f3a0d
Merge branch 'dev' into cluster
2022-08-19 12:38:11 +03:00
Ingo Oppermann
45fa1c4498
Fix intersection of search results
2022-08-19 12:37:53 +03:00
Ingo Oppermann
5cdef36750
Merge branch 'dev' into cluster
2022-08-19 11:54:12 +03:00
Ingo Oppermann
f60d09963c
Add RegistryReader interface for read-only registry
2022-08-19 11:46:30 +03:00
Ingo Oppermann
9cd132650e
Use path without app as session reference
2022-08-19 11:24:44 +03:00
Ingo Oppermann
0febae3242
Return number of purged files
2022-08-18 12:00:37 +03:00
Ingo Oppermann
43d9a0dfc3
Merge branch 'dev' into cluster
2022-08-18 10:27:59 +03:00
Ingo Oppermann
6802830c62
Don't use deprecated functions from io/ioutil
2022-08-18 10:27:33 +03:00
Ingo Oppermann
5bd04817cc
Fix wrong path for swagger definition
2022-08-18 10:13:00 +03:00
Ingo Oppermann
385c3ba22c
Merge branch 'dev' into cluster
2022-08-17 16:20:40 +03:00
Ingo Oppermann
1ab09adc69
Untrack test binary
2022-08-17 16:20:10 +03:00
Ingo Oppermann
2ac94114e0
Untrack test binary
2022-08-17 15:45:19 +03:00
Ingo Oppermann
cd565deb51
Merge branch 'dev' into cluster
2022-08-17 15:37:14 +03:00
Ingo Oppermann
50deaef4d3
Wait for process to exit when stopping
...
If a process has some cleanup with purge-on-delete defined, the purge
has to wait until the process actually exited. Otherwise it may happen
that the process got the signal, files are purged, but the process is
still writing some files in order to exit cleanly. This would lead to
some artefacts left on the filesystem.
2022-08-17 15:13:17 +03:00
Ingo Oppermann
698f328804
Merge branch 'dev' into cluster
2022-08-17 11:07:47 +03:00
Ingo Oppermann
e4463953b6
Upgrade datarhei/gosrt
2022-08-17 11:07:31 +03:00
Ingo Oppermann
4e8e4a2ad9
Merge branch 'dev' into cluster
2022-08-17 10:03:21 +03:00