Skip to content

Commit

Permalink
Merge pull request #12 from Netacea/netacea-f5-4.2.48
Browse files Browse the repository at this point in the history
Bump @netacea/f5 to version 4.2.48
  • Loading branch information
rswalkden authored Aug 3, 2023
2 parents a2f3af2 + 9dc7de4 commit ddcb50f
Show file tree
Hide file tree
Showing 7 changed files with 6,707 additions and 4,189 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ dist
# TernJS port file
.tern-port

NetaceaF5.tar.gz
NetaceaF5*.tar.gz
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Netacea F5 Worker Template

![Netacea Header](https://assets.ntcacdn.net/header.jpg)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)

An F5 IRules LX Workspace to add Netacea functionality to F5.

## 💡 Getting Started

There are 2 ways to get started

### 🎂 Prebuilt Package

Download the latest package from the [releases](https://github.com/Netacea/f5-worker-template-typescript/releases) page.
Then see the [upload](https://github.com/Netacea/f5-worker-template-typescript/wiki/IRules-LX#upload-workspace) section of our wiki.

After uploading the workspace, under `Local Traffic > iRules > LX Workspaces` click on the `Netacea` LX Workspace. In `Workspace Files` there will be a netacea directory with a `NetaceaConfig.json` in there - place your `apiKey` and `secretKey` in their respective places within the JSON file.

### 🛠 DIY

The following commands should be run while using NodeJs 18 on linux.

Ensure the `@netacea/f5` package is up to date by running:
```bash
npm i @netacea/f5@latest
Expand All @@ -26,4 +33,5 @@ npm run build
This will create a GZipped workspace ready to [upload](https://github.com/Netacea/f5-worker-template-typescript/wiki/IRules-LX#upload-workspace).

## ❗ Issues
If you run into issues with this specific project, please feel free to file an issue [here](https://github.com/Netacea/f5-worker-template-typescript/issues).

If you run into issues with this specific project, please feel free to file an issue [here](https://github.com/Netacea/f5-worker-template-typescript/issues).
Loading

0 comments on commit ddcb50f

Please # to comment.