aptalca
c201cbffe6
Merge pull request #393 from brycied00d/patch-1
...
[universal-stdout-logs] Use tail -F to follow rotated log files
2022-08-26 12:55:09 -04:00
Bryce Chidester
b752310808
Remove extraneous -f between tail file arguments
...
tail requires the -f/-F option to be passed just once, not between every log file.
2022-07-11 10:57:17 -07:00
Bryce Chidester
dedfeaca08
[universal-stdout-logs] Use tail -F to follow rotated log files
...
I appreciate this mod for keeping an eye on nginx logs and such. The lsio/swag rotates those log files daily, and unfortunately that causes this mod to stop working. I propose using tail's `-F` (a shortcut for `--follow=name --retry`) instead of `-f` so that this mod will continue tailing the newly-rotated log file.
2022-07-11 09:54:41 -07:00
Alex Phillips
b18f779a96
fixed bad variable assignment
2021-12-17 11:22:27 -05:00
Alex Phillips
fb4c4c4da1
fixed sed delimiter to prevent interferring with paths
2021-12-17 11:16:13 -05:00
Alex Phillips
1f71bf909e
fixed tail variable
2021-12-17 10:58:31 -05:00
Alex Phillips
3fc160cedc
updated readme, mod name, etc
2021-12-17 10:58:08 -05:00
Alex Phillips
b780dc8392
updated example
2021-12-17 10:57:40 -05:00
Alex Phillips
858071c151
pipe-delimited is already 'standard' for the mods themselves, use that. Very unlikely a log file or path will have a pipe in the name
2021-12-17 10:57:17 -05:00
Alex Phillips
6151754435
changed delimiter to comma (more likely a space would be in a path), properly added in front of each file to tail
2021-12-17 10:50:13 -05:00
Alex Phillips
eebc71a219
missed workflow
2021-12-17 10:39:37 -05:00
Alex Phillips
4611b332e1
initial commit
2021-12-17 10:22:06 -05:00
aptalca
d1dc6e5858
Merge pull request #138 from linuxserver/template-ghcr
...
Add information about GHCR
2020-11-03 10:55:54 -05:00
Eric Nemchik
8a48ea51d8
Update Dockerfile.complex
2020-11-03 09:04:40 -06:00
Eric Nemchik
f20f64178f
Add information about GHCR
2020-11-02 20:22:32 -06:00
aptalca
3484da2827
Merge pull request #88 from linuxserver/template-gha
...
Replace Travis with GHA
2020-10-25 20:38:57 -04:00
Eric Nemchik
afcc5a19aa
Replace Travis with GHA
2020-10-25 09:55:40 -05:00
aptalca
ca3be57894
add maintainer to sample Dockerfile.complex
2020-10-15 09:30:29 -04:00
aptalca
69f8a2efb7
add maintainer label
2020-10-02 16:25:28 -04:00
aptalca
66c6ab5c69
update mod creation instructions
2020-10-02 16:01:55 -04:00
Ryan Kuba
f4cb91a286
Merge pull request #20 from aptalca/template
...
readme and template updates
2020-04-01 17:33:57 -07:00
aptalca
5be8b23ea1
readme and template updates
2020-04-01 17:35:56 -04:00
aptalca
ca2c0ce48e
create template branch
2020-02-02 15:55:44 -05:00
j0nnymoe
ac24dee3d9
LICENSE ( #1 )
...
LICENSE
2019-05-31 12:52:43 +01:00
chbmb
71aa40f87f
LICENSE
2019-05-30 20:35:20 +01:00
thelamer
f03f664dec
spacing
2019-04-14 22:31:13 -07:00
thelamer
5aeb83b384
adding rough draft docs for review
2019-04-14 22:28:48 -07:00
thelamer
c02f8e7e8e
adding blacklist with fake names for loop testing
2019-04-13 15:15:24 -07:00