feat-clean #309

Merged
decentral1se merged 5 commits from jeppebundsgaard/docs.coopcloud.tech:feat-clean into main 2026-03-23 13:01:07 +00:00
Contributor

Adds info on how to clean up server

Adds info on how to clean up server
jeppebundsgaard added 4 commits 2026-03-22 00:57:22 +00:00
decentral1se reviewed 2026-03-22 17:48:16 +00:00
decentral1se left a comment
Owner

Looking great, thanks @jeppebundsgaard 👏

A few minor comments below.

Looking great, thanks @jeppebundsgaard 👏 A few minor comments below.
@ -96,6 +96,8 @@ make link
## Configure `abra` with `abra.yml`
You can place an `abra.yml`-file in the root of your .abra-project.
Owner

I'm not sure what you meant with .abra-project?

Did you mean: "in the root of your $ABRA_DIR"?

I'm not sure what you meant with `.abra-project`? Did you mean: "in the root of your `$ABRA_DIR`"?
jeppebundsgaard marked this conversation as resolved
@ -116,1 +118,4 @@
### `$EDITOR`
When you edit .env.sample-files, you are asked to chose an editor. To avoid answering that question all the time, you can either set an environment variable (`export EDITOR=nano`), or you can set it as a config-option in abra.yml, like this:
Owner

.env.sample-files -> .env.sample files?

`.env.sample-files` -> `.env.sample files`?
jeppebundsgaard marked this conversation as resolved
@ -690,0 +704,4 @@
You can view all information about containers and images using the command `docker system df -v`. You might see images used by 0 containers and DEAD and exited containers.
If you are *completely* SURE that you have deployed all the apps, you want to keep, you can remove all dead and unused images and containers with the command `docker system prune --all --force` (or `DOCKER_CONTEXT=foo docker system prune --all --force` if you have multiple docker contexts).
Owner

Maybe DOCKER_CONTEXT=<server-domain> to make it more explicit?

Maybe `DOCKER_CONTEXT=<server-domain>` to make it more explicit?
jeppebundsgaard marked this conversation as resolved
jeppebundsgaard added 1 commit 2026-03-23 12:13:18 +00:00
Author
Contributor

Followed your suggestions, @decentral1se, thanks!

Followed your suggestions, @decentral1se, thanks!
decentral1se approved these changes 2026-03-23 13:01:00 +00:00
decentral1se left a comment
Owner

tysm @jeppebundsgaard!

The automagic CI will deploy this live in a few mins

tysm @jeppebundsgaard! The automagic CI will deploy this live in a few mins ✅
decentral1se merged commit 947c62501e into main 2026-03-23 13:01:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/docs.coopcloud.tech#309
No description provided.