The service that handles admin API operations isolated from the user API.
Go to file
antifallobst 066355cc53
Build and Deploy / build-docker (push) Successful in 5m17s Details
fix(worker/mailcow): installing docker in the image instead of doing weird PATH hacks
2023-12-17 22:15:38 +01:00
.gitea/workflows ci/cd: tried to fix caching issue 2023-12-17 22:03:45 +01:00
.sqlx refactor: removed warnings and added sqlx offline data 2023-11-14 11:16:30 +01:00
src fix(worker/mailcow): installing docker in the image instead of doing weird PATH hacks 2023-12-17 22:15:38 +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
Dockerfile fix(worker/mailcow): installing docker in the image instead of doing weird PATH hacks 2023-12-17 22:15:38 +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.