diff --git a/docs/docs/admin/roles/_category_.json b/docs/docs/admin/roles/_category_.json new file mode 100644 index 00000000..2d5af0b3 --- /dev/null +++ b/docs/docs/admin/roles/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Server Roles", + "position": 40, + "link": { + "type": "generated-index", + "description": "Various server roles you will need to keep in mind with Anubis." + } +} \ No newline at end of file diff --git a/docs/docs/admin/roles/oci-registry.mdx b/docs/docs/admin/roles/oci-registry.mdx new file mode 100644 index 00000000..56e64abc --- /dev/null +++ b/docs/docs/admin/roles/oci-registry.mdx @@ -0,0 +1,10 @@ +# OCI Registries + +If you are serving an OCI registry behind Anubis, you will need to import the `(data)/clients/docker-client.yaml` file in order to make sure that OCI registry clients can download images: + +```yaml +bots: + - import: (data)/meta/default-config.yaml + - import: (data)/clients/docker-client.yaml +# ... the rest of your config +```