sysutils/api-backup: update endpoint after improvement

This commit is contained in:
Franco Fichtner 2023-11-09 09:25:58 +01:00
parent 2e42daed1c
commit 07133a134a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"