Shortened service- to svc-

This commit is contained in:
2025-07-09 05:00:41 +02:00
parent db384c6261
commit 575df76ec3
140 changed files with 101 additions and 101 deletions

View File

@@ -39,7 +39,7 @@ For a complete list of role categories and detailed definitions, see:
- **srv-web-composer**
Aggregates multiple sub-filters into one include for your vhost.
- **web-service-***
- **web-svc-***
Staticcontent servers (assets, HTML, legal pages, file hosting).
- **web-app-***
@@ -52,7 +52,7 @@ For a complete list of role categories and detailed definitions, see:
- **net-***
Network infrastructure (DNS records, WireGuard, Lets Encrypt entrypoints).
- **service-***
- **svc-***
Dockerdeployed services that arent “apps” (RDBMS, LDAP, Redis, OpenLDAP).
---
@@ -111,8 +111,8 @@ For a complete list of role categories and detailed definitions, see:
---
> **Tip:** To find a role quickly, search for its prefix:
> `core-`, `gen-`, `desk-`, `srv-web-`, `web-service-`, `web-app-`,
> `net-`, `service-`, `monitor-`, `alert-`, `maint-`, `cln-`,
> `core-`, `gen-`, `desk-`, `srv-web-`, `web-svc-`, `web-app-`,
> `net-`, `svc-`, `monitor-`, `alert-`, `maint-`, `cln-`,
> `bkp-`, `update-`, `pkgmgr-`, `user-`.
---