{"id":23165948,"url":"https://github.com/ndejong/pfsense_fauxapi_packages","last_synced_at":"2026-01-19T16:32:33.116Z","repository":{"id":143026072,"uuid":"175914953","full_name":"ndejong/pfsense_fauxapi_packages","owner":"ndejong","description":"Packages for pfSense-FauxAPI","archived":false,"fork":false,"pushed_at":"2020-05-31T13:00:00.000Z","size":470,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T21:36:11.702Z","etag":null,"topics":["api","devops","pfsense","pfsense-fauxapi"],"latest_commit_sha":null,"homepage":"https://github.com/ndejong/pfsense_fauxapi","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndejong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-16T02:07:31.000Z","updated_at":"2021-09-10T22:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"97b8ceda-607d-4589-aed5-befb822c076f","html_url":"https://github.com/ndejong/pfsense_fauxapi_packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ndejong/pfsense_fauxapi_packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fpfsense_fauxapi_packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fpfsense_fauxapi_packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fpfsense_fauxapi_packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fpfsense_fauxapi_packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndejong","download_url":"https://codeload.github.com/ndejong/pfsense_fauxapi_packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Fpfsense_fauxapi_packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28574346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T16:29:19.148Z","status":"ssl_error","status_checked_at":"2026-01-19T16:29:17.772Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","devops","pfsense","pfsense-fauxapi"],"created_at":"2024-12-18T01:30:44.365Z","updated_at":"2026-01-19T16:32:33.099Z","avatar_url":"https://github.com/ndejong.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# FauxAPI - release packages\n\nUntil the FauxAPI is added to the pfSense FreeBSD-ports tree you will need to \ninstall manually as shown\n\nSimply download the latest `pfSense-pkg-FauxAPI` package file directly onto \nyour pfSense system and perform a manual `pkg-static` install as shown in the\ninstallation example below.  It takes just 2x commands to install and just 1x\ncommand to de-install if you need to.\n\n## Current Version\n - pfSense-pkg-FauxAPI-1.4_1.txz\n - SHA256: 1ebd0e9fd87bd52808c64e301051717d71337c6a46ac68ca682f0418e2efaf6b\n\n## Installation Example\n```\n[2.5.0-DEVELOPMENT][root@pfSense.localdomain]/root: pkg-static install pfSense-pkg-FauxAPI-1.4_1.txz\nUpdating pfSense-core repository catalogue...\npfSense-core repository is up to date.\nUpdating pfSense repository catalogue...\npfSense repository is up to date.\nAll repositories are up to date.\nChecking integrity... done (0 conflicting)\nThe following 1 package(s) will be affected (of 0 checked):\n\nNew packages to be INSTALLED:\n\tpfSense-pkg-FauxAPI: 1.4_1 [unknown-repository]\n\nNumber of packages to be installed: 1\n\nProceed with this action? [y/N]: y\n[1/1] Installing pfSense-pkg-FauxAPI-1.4_1...\nExtracting pfSense-pkg-FauxAPI-1.4_1: 100%\nSaving updated package information...\ndone.\nLoading package configuration... done.\nConfiguring package components...\nCustom commands...\nMenu items... done.\nWriting configuration... done.\n[2.5.0-DEVELOPMENT][root@pfSense.localdomain]/root: \n```\n\n## Uninstallation Example\n```\n[2.5.0-DEVELOPMENT][root@pfSense.localdomain]/root: pkg delete pfSense-pkg-FauxAPI\nChecking integrity... done (0 conflicting)\nDeinstallation has been requested for the following 1 packages (of 0 packages in the universe):\n\nInstalled packages to be REMOVED:\n\tpfSense-pkg-FauxAPI: 1.4_1\n\nNumber of packages to be removed: 1\n\nProceed with deinstalling packages? [y/N]: y\n[1/1] Deinstalling pfSense-pkg-FauxAPI-1.4_1...\nRemoving FauxAPI components...\nMenu items... done.\n[1/1] Deleting files for pfSense-pkg-FauxAPI-1.4_1: 100%\nRemoving FauxAPI components...\nConfiguration... done.\n[2.5.0-DEVELOPMENT][root@pfSense.localdomain]/root: \n```\n\n## FauxAPI - System Menu\n![alt text](README/README-menu-screenshot-01.png \"menu-screenshot\")\n\n## FauxAPI - Package Manager\n![alt text](README/README-menu-screenshot-02.png \"packages-screenshot\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Fpfsense_fauxapi_packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndejong%2Fpfsense_fauxapi_packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Fpfsense_fauxapi_packages/lists"}