From 4dea3ac3ca0d1e8899fc80d1770e1a9029f3d644 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 12 Aug 2025 07:09:10 +0200 Subject: [PATCH] docs: note about private deploys See https://git.coopcloud.tech/toolshed/abra/pulls/585 --- docs/operators/handbook.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index befdd18..1774547 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -464,6 +464,10 @@ route requests after. You're free to make as many `$whatever.yml` files in your Yes, it's possible although currently Quite Experimental! See [`#388`](https://git.coopcloud.tech/toolshed/organising/issues/388) for more. +## Can I deploy images from a private registry? + +Yes, as of [`#585`](https://git.coopcloud.tech/toolshed/abra/pulls/585), this is possible. At current time of writing, this feature is unreleased but this will change shortly. You need to run `docker login` before you run your deploy command. + ## Running an offline coop-cloud server You may want to run a coop-cloud directly on your device (or in a VM or machine on your LAN), whether that's for testing a recipe or to run coop-cloud apps outside of the cloud ;-)