Spokes v1.4.1

Published at April 3, 2023 ·  5 min read

We’re pleased to announce Spokes v1.4.1! This release introduces new features, improvements, and fixes to user-reported issues. Installing the Update Spokes can be updated using dnf or yum if the repositories have been set up. A manual update can be performed as well by downloading v1.4.1 from our site to the host running Spokes and running this command: [user@host ] sudo rpm -Uvh spokes-1.4.1-1.x86_64.rpm If you’ve created your Spokes server with v1....

Spokes v1.4.0

Published at January 14, 2023 ·  8 min read

We’re pleased to announce Spokes v1.4.0! This release introduces new features, improvements, and fixes to user-reported issues. Configuration Defaults We removed the need to include the database property in the configuration. Since we use SQLite for our database and use the dataPath property is used to identify where all application data is stored, we just use that path as the root path for the database. Older configurations that still use the database property are unaffected....

Spokes v1.3.10

Published at November 27, 2022 ·  5 min read

Spokes v1.3.10 adds new features to some of the existing Admin API endpoints. We also fixed some critical bugs in this release and added some new small features. This release includes some internal changes that help us build towards a clustering feature that some of our enterprise customers have been asking for. Admin API Updates This release now includes support for adding firewall rules for HTTP sites and TCP forwarding rules....

Client Update v0.15.0

Published at November 27, 2022 ·  4 min read

We’re excited to release v0.15.0 of the Packetriot client. This version include bug fixes and improvements in several areas. We’ve also been working toward refactoring the backend client library so we can introduce more features and work towards some that have been on our roadmap for some time, like an official graphical UI. All the details are below. Thanks to users who reported issues and sent recommendations! Client API & Docs An HTTP API for our client has existed for some time and we are slowly rolling this feature out along with documentation....