mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
sysutils/api-backup: update endpoint after improvement
This commit is contained in:
parent
2e42daed1c
commit
07133a134a
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ security/tinc -- Tinc VPN
|
|||
security/tor -- The Onion Router
|
||||
security/wazuh-agent -- Agent for the open source security platform Wazuh
|
||||
sysutils/apcupsd -- APCUPSD - APC UPS daemon
|
||||
sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download (pending removal)
|
||||
sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download/this (pending removal)
|
||||
sysutils/apuled -- PC Engine APU LED control (development only)
|
||||
sysutils/dmidecode -- Display hardware information on the dashboard
|
||||
sysutils/git-backup -- Track config changes using git
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
PLUGIN_NAME= api-backup
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_OBSOLETE= yes
|
||||
PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download
|
||||
PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download/this
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue