File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 2121 image : python:${{ matrix.python-version }}
2222 steps :
2323 - name : Checkout source
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Setup environment
2727 run : |
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout source
52- uses : actions/checkout@v3
52+ uses : actions/checkout@v4
5353
5454 - name : Setup environment
5555 run : |
Original file line number Diff line number Diff line change 2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 steps :
2323 - name : Checkout source
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Setup environment
2727 run : |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ syslog-ng-cfg-helper --context parser --driver csv-parser
2727```
2828
2929### Example
30- [ ![ Example] ( https://raw.githubusercontent.com/alltilla /syslog-ng-cfg-helper/assets/example.gif )] ( https://raw.githubusercontent.com/alltilla /syslog-ng-cfg-helper/assets/example.gif )
30+ [ ![ Example] ( https://raw.githubusercontent.com/syslog-ng /syslog-ng-cfg-helper/assets/example.gif )] ( https://raw.githubusercontent.com/syslog-ng /syslog-ng-cfg-helper/assets/example.gif )
3131
3232## Development
3333The tool is still in development, but most of the drivers are supported.
@@ -55,7 +55,5 @@ The [Makefile](https://github.com/alltilla/syslog-ng-cfg-helper/blob/master/Make
5555 * ` make db SYSLOG_NG_SOURCE_DIR=/path/to/syslog-ng ` creates a tarball from the state of the syslog-ng source dir and generates the option database.
5656 * ` make package ` creates the pip package.
5757
58- ## Community
59- You can reach out to the syslog-ng community on Discord:
60-
61- [ ![ Axoflow Discord Server] ( https://discordapp.com/api/guilds/1082023686028148877/widget.png?style=banner2 )] ( https://discord.gg/E65kP9aZGm )
58+ # NOTE
59+ This is a retro fork of [ axosyslog-cfg-helper] ( https://github.com/alltilla/axosyslog-cfg-helper ) , as that no longer supports syslog-ng.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description = "Configuration helper for syslog-ng."
55authors = [
" Attila Szakacs <[email protected] >" ]
66readme = " README.md"
77license = " GPL-3.0-only"
8- homepage = " https://github.com/alltilla /syslog-ng-cfg-helper"
9- repository = " https://github.com/alltilla /syslog-ng-cfg-helper"
8+ homepage = " https://github.com/syslog-ng /syslog-ng-cfg-helper"
9+ repository = " https://github.com/syslog-ng /syslog-ng-cfg-helper"
1010keywords = [" syslog-ng" , " configuration" , " cfg" ]
1111classifiers = [
1212 " Environment :: Console" ,
You can’t perform that action at this time.
0 commit comments