diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 57998e7..7ae1ec5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,6 +12,7 @@ jobs: with: python-version: '3.12.4' cache: 'pip' # caching pip dependencies + - run: lsb_release -a - run: apt-get update - run: apt-get install unixodbc -y - run: pip install -r requirements.txt diff --git a/executable/config.toml.example b/executable/config.toml.example deleted file mode 100644 index 1eb2bfa..0000000 --- a/executable/config.toml.example +++ /dev/null @@ -1,35 +0,0 @@ -[database] -driver = "ODBC Driver 18 for SQL Server" -server = "192.168.x.x" -database = "EFTDB" -user = "a" -password = "a" -query = """SELECT TOP (1) [ProtocolCommandID] - ,[Time_stamp] - ,[RemoteIP] - ,[RemotePort] - ,[LocalIP] - ,[LocalPort] - ,[Protocol] - ,[SiteName] - ,[Command] - ,[CommandParameters] - ,[FileName] - ,[VirtualFolderName] - ,[PhysicalFolderName] - ,[IsInternal] - ,[FileSize] - ,[TransferTime] - ,[BytesTransferred] - ,[ResultID] - ,[TransactionID] - ,[Description] - ,[Actor] - FROM [EFTDB].[dbo].[tbl_ProtocolCommands]""" -[output] -filename ="./data.json" - -[logging] -use_log = true -logLevel = "debug" -logPath = "./inex.log" \ No newline at end of file diff --git a/executable/inex.exe b/executable/inex.exe deleted file mode 100644 index 7a9e7bc..0000000 Binary files a/executable/inex.exe and /dev/null differ