Skip to content

docs: add tori-cli to goodies list#141

Open
thobiasn wants to merge 1 commit intoDokploy:mainfrom
thobiasn:docs/add-tori-goodies-1
Open

docs: add tori-cli to goodies list#141
thobiasn wants to merge 1 commit intoDokploy:mainfrom
thobiasn:docs/add-tori-goodies-1

Conversation

@thobiasn
Copy link

@thobiasn thobiasn commented Feb 24, 2026

Adds Tori to the goodies page. It's a lightweight Docker monitoring & alerting tool (single binary, SSH-only, no exposed ports) that complements Dokploy nicely for users who want server/container monitoring without a full Grafana+Prometheus stack.

Greptile Summary

Adds Tori CLI to the goodies list - a lightweight Docker monitoring and alerting tool that complements Dokploy for users seeking simple container monitoring without complex infrastructure.

  • The new entry is correctly numbered as item 9
  • Minor formatting inconsistency: missing colon after tool name (compared to most other entries)
  • Note: Pre-existing issue in file - items 5 and 6 both use number "5" (not caused by this PR)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it only adds a documentation entry
  • The change is a simple addition to a documentation file with no code or logic changes. The only issue is a minor formatting inconsistency that matches some existing entries but differs from the majority pattern.
  • No files require special attention

Last reviewed commit: e3b00d0

(2/5) Greptile learns from your feedback when you react with thumbs up/down!

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

6. **Templates Collection** : Docker compose collection for Dokploy [Github](https://github.com/benbristow/dokploy-compose-templates)
7. **Dokploy Port Updater**: Dokploy Port Updater [Github](https://github.com/clockradios/dokploy-port-updater)
8. **Dokli TUI**: Dokli TUI [Github](https://github.com/jonykalavera/dokli)
9. **Tori**: Lightweight Docker monitoring & alerting, single binary, SSH-only, no exposed ports [Github](https://github.com/thobiasn/tori-cli)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing colon after "Tori" - other entries use format **Tool Name**: Description

Suggested change
9. **Tori**: Lightweight Docker monitoring & alerting, single binary, SSH-only, no exposed ports [Github](https://github.com/thobiasn/tori-cli)
9. **Tori**: Lightweight Docker monitoring & alerting, single binary, SSH-only, no exposed ports [Github](https://github.com/thobiasn/tori-cli)

@Siumauricio
Copy link
Contributor

How does integrate with dokploy? I don't see any guide integrated with dokploy

@thobiasn
Copy link
Author

thobiasn commented Feb 26, 2026

How does integrate with dokploy? I don't see any guide integrated with dokploy

i actually built tori after switching to dokploy and loving it but needing a simple monitoring/alerting solution that it doesn't have built in. it doesn't integrate with dokploy directly, its more of a companion tool for monitoring the docker environment that dokploy deploys to. you run the tori agent alongside dokploy on the same server and it monitors all your containers (health, resources, logs) and alerts you when things go wrong via email or webhooks.
the readme includes a docker compose setup that works well on a dokploy server. happy to tweak the description to make that clearer if you want! also totally understand if it doesn't fit the page since its not directly dokploy related, no hard feelings either way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants