The service that handles admin API operations isolated from the user API.
Go to file
antifallobst a081744f8b
feat: implemented the /backup/list [GET] API endpoint
2023-11-14 11:12:14 +01:00
src feat: implemented the /backup/list [GET] API endpoint 2023-11-14 11:12:14 +01:00
.env feat: implemented the /backup/create [POST] endpoint and the 'NginxConfig' backup configuration 2023-11-12 20:49:04 +01:00
.gitignore feat: implemented the /backup/create [POST] endpoint and the 'NginxConfig' backup configuration 2023-11-12 20:49:04 +01:00
Cargo.lock feat: implemented the /backup/create [POST] endpoint and the 'NginxConfig' backup configuration 2023-11-12 20:49:04 +01:00
Cargo.toml feat: implemented the /backup/create [POST] endpoint and the 'NginxConfig' backup configuration 2023-11-12 20:49:04 +01:00
README.md initial commit: build infrastructure and the /backup/preset [POST] endpoint 2023-11-11 15:36:13 +01:00

README.md

Nerdcult Admin Worker

This is a helper program, which provides a not public accessible API for managing admin tasks. It has full access to the host system.