Skip to content

Commit f99be56

Browse files
Merge pull request #827 from pfrest/chore/update-repo-urls
chore: update repo urls to match new org url
2 parents 3e021c7 + 209e019 commit f99be56

File tree

17 files changed

+47
-47
lines changed

17 files changed

+47
-47
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# pfSense REST API Package
22

3-
[![Build](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/build.yml/badge.svg)](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/build.yml)
4-
[![Quality](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/quality.yml/badge.svg)](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/quality.yml)
5-
[![Release](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/release.yml/badge.svg)](https://github.com/jaredhendrickson13/pfsense-api/actions/workflows/release.yml)<br>
6-
![Downloads](https://img.shields.io/github/downloads/jaredhendrickson13/pfsense-api/total?label=Downloads)
7-
![License](https://img.shields.io/github/license/jaredhendrickson13/pfsense-api?label=License)
3+
[![Build](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/build.yml/badge.svg)](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/build.yml)
4+
[![Quality](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/quality.yml/badge.svg)](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/quality.yml)
5+
[![Release](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/release.yml/badge.svg)](https://github.com/pfrest/pfSense-pkg-RESTAPI/actions/workflows/release.yml)<br>
6+
![Downloads](https://img.shields.io/github/downloads/pfrest/pfSense-pkg-RESTAPI/total?label=Downloads)
7+
![License](https://img.shields.io/github/license/pfrest/pfSense-pkg-RESTAPI?label=License)
88
![Docs](https://img.shields.io/website?url=https%3A%2F%2Fpfrest.org&label=Documentation)
99

1010
The pfSense REST API package is an unofficial, open-source REST and GraphQL API for pfSense CE and pfSense Plus
@@ -36,13 +36,13 @@ commands are included below for quick reference.
3636
Install on pfSense CE:
3737

3838
```bash
39-
pkg-static add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-2.8.1-pkg-RESTAPI.pkg
39+
pkg-static add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-2.8.1-pkg-RESTAPI.pkg
4040
```
4141

4242
Install on pfSense Plus:
4343

4444
```bash
45-
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
45+
pkg-static -C /dev/null add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
4646
```
4747

4848
> [!WARNING]
@@ -51,7 +51,7 @@ pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/re
5151
5252
> [!TIP]
5353
> You may need to customize the installation command to reference the package built for your pfSense version. Check
54-
> the [releases page](https://github.com/jaredhendrickson13/pfsense-api/releases) to find the package built for
54+
> the [releases page](https://github.com/pfrest/pfSense-pkg-RESTAPI/releases) to find the package built for
5555
> your version of pfSense.
5656
5757
## Disclaimers

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ including but not limited to:
1212
- Bug fixes
1313
- New features
1414
- Documentation improvements
15-
- Reporting and collaborating to open [issues](https://github.com/jaredhendrickson13/pfsense-api/issues)
16-
- Opening and contributing to [discussions](https://github.com/jaredhendrickson13/pfsense-api/discussions)
15+
- Reporting and collaborating to open [issues](https://github.com/pfrest/pfSense-pkg-RESTAPI/issues)
16+
- Opening and contributing to [discussions](https://github.com/pfrest/pfSense-pkg-RESTAPI/discussions)
1717

1818
To make a code contribution, please follow these steps:
1919

20-
1. Fork the repository on [GitHub](https://github.com/jaredhendrickson13/pfsense-api).
20+
1. Fork the repository on [GitHub](https://github.com/pfrest/pfSense-pkg-RESTAPI).
2121
2. Clone your fork locally and make your changes.
2222
3. Commit your changes and push them to your fork.
2323
4. Open a pull request on the main repository to merge your changes into the project.
@@ -174,7 +174,7 @@ These tools will allow you to create a FreeBSD virtual machine for building the
174174
Clone the repository to your development machine:
175175

176176
```bash
177-
git clone git@github.com:jaredhendrickson13/pfsense-api.git
177+
git clone git@github.com:pfrest/pfSense-pkg-RESTAPI.git
178178
```
179179

180180
#### Step 3: Run the vagrant-build.sh script

docs/INSTALL_AND_CONFIG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run pfSense. It's recommended to follow Netgate's [minimum hardware requirements
2626

2727
!!! Tip
2828
Don't see your version of pfSense listed? Older versions of pfSense may be supported by older versions of this package.
29-
Check the [releases page](https://github.com/jaredhendrickson13/pfsense-api/releases).
29+
Check the [releases page](https://github.com/pfrest/pfSense-pkg-RESTAPI/releases).
3030

3131
## Installing the package
3232

@@ -36,18 +36,18 @@ The pfSense REST API package is built just like any other pfSense package and ca
3636
**Install on pfSense CE**
3737

3838
```bash
39-
pkg-static add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-2.8.1-pkg-RESTAPI.pkg
39+
pkg-static add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-2.8.1-pkg-RESTAPI.pkg
4040
```
4141

4242
**Install on pfSense Plus**
4343

4444
```bash
45-
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
45+
pkg-static -C /dev/null add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
4646
```
4747

4848
!!! Important
4949
- You may need to customize the installation command to reference the package built for your pfSense version. Check
50-
the [releases page](https://github.com/jaredhendrickson13/pfsense-api/releases) to find the package built for
50+
the [releases page](https://github.com/pfrest/pfSense-pkg-RESTAPI/releases) to find the package built for
5151
your version of pfSense.
5252
- When updating pfSense, **you must reinstall this package afterward** as pfSense removes unofficial packages during
5353
system updates and has no way to automatically reinstall them.

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ API package and provide you with the information you need to configure and use t
1212

1313
!!! Note
1414
These docs are only applicable to the REST API v2 package and later. If you are using the legacy v1 package, please
15-
refer to the docs on the [legacy branch](https://github.com/jaredhendrickson13/pfsense-api/tree/legacy).
15+
refer to the docs on the [legacy branch](https://github.com/pfrest/pfSense-pkg-RESTAPI/tree/legacy).
1616

1717
## Key Features
1818

@@ -25,12 +25,12 @@ API package and provide you with the information you need to configure and use t
2525
- Built-in Swagger documentation
2626

2727
New features are constantly being added. If you have a feature request, please open an issue on the project's [GitHub
28-
repository](https://github.com/jaredhendrickson13/pfsense-api/issues/new?labels=backlog%2C+feature+request&projects=&template=feature-request.md).
28+
repository](https://github.com/pfrest/pfSense-pkg-RESTAPI/issues/new?labels=backlog%2C+feature+request&projects=&template=feature-request.md).
2929

3030
## Source Code & Contributions
3131

32-
The source code for this project is available in its entirety on [GitHub](https://github.com/jaredhendrickson13/pfsense-api)
33-
and is licensed under an [Apache 2.0 license](https://github.com/jaredhendrickson13/pfsense-api/blob/master/LICENSE).
32+
The source code for this project is available in its entirety on [GitHub](https://github.com/pfrest/pfSense-pkg-RESTAPI)
33+
and is licensed under an [Apache 2.0 license](https://github.com/pfrest/pfSense-pkg-RESTAPI/blob/master/LICENSE).
3434
Contributions are welcome and encouraged. If you would like to contribute to the project, please read through the
3535
[contribution guidelines](CONTRIBUTING.md) before
3636
opening a pull request.
@@ -41,8 +41,8 @@ opening a pull request.
4141

4242
!!! Important
4343
Unless your inquiry is regarding a [security vulnerability](SECURITY.md) or other sensitive matter, please do not
44-
contact the maintainers directly. Instead, please [open an issue](https://github.com/jaredhendrickson13/pfsense-api/issues/new/choose) to report a bug or request a feature. For
45-
general questions or help requests, please [open a discussion](https://github.com/jaredhendrickson13/pfsense-api/discussions/new/choose).
44+
contact the maintainers directly. Instead, please [open an issue](https://github.com/pfrest/pfSense-pkg-RESTAPI/issues/new/choose) to report a bug or request a feature. For
45+
general questions or help requests, please [open a discussion](https://github.com/pfrest/pfSense-pkg-RESTAPI/discussions/new/choose).
4646

4747
## Disclaimers
4848

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: pfSense REST API Guide
2-
repo_url: https://github.com/jaredhendrickson13/pfsense-api
2+
repo_url: https://github.com/pfrest/pfSense-pkg-RESTAPI
33
nav:
44
- General:
55
- Home: index.md

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Caches/RESTAPIVersionReleasesCache.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use RESTAPI\Models\RESTAPIVersion;
1212
* runs on a schedule to periodically update the releases cache in the background.
1313
*/
1414
class RESTAPIVersionReleasesCache extends Cache {
15-
const RELEASES_URL = 'https://api.github.com/repos/jaredhendrickson13/pfsense-api/releases';
15+
const RELEASES_URL = 'https://api.github.com/repos/pfrest/pfSense-pkg-RESTAPI/releases';
1616

1717
public int $timeout = 30;
1818
public string $schedule = '0 * * * *';

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Forms/SystemRESTAPISettingsForm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SystemRESTAPISettingsForm extends Form {
6161
'report_an_issue' => [
6262
'title' => 'Report an Issue',
6363
'icon' => 'fa-solid fa-question-circle',
64-
'link' => 'https://github.com/jaredhendrickson13/pfsense-api/issues/new/choose',
64+
'link' => 'https://github.com/pfrest/pfSense-pkg-RESTAPI/issues/new/choose',
6565
'classes' => ['btn-info'],
6666
],
6767
];

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/FreeRADIUSClient.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class FreeRADIUSClient extends Model {
179179
if (!empty($input_errors)) {
180180
throw new ValidationError(
181181
message: "An unexpected validation error has occurred: $input_errors[0]. Please report this issue at " .
182-
'https://github.com/jaredhendrickson13/pfsense-api/issues/new',
182+
'https://github.com/pfrest/pfSense-pkg-RESTAPI/issues/new',
183183
response_id: 'FREERADIUS_CLIENTS_UNEXPECTED_VALIDATION_ERROR',
184184
);
185185
}

0 commit comments

Comments
 (0)