Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] cli option status #57

Open
falkheiland opened this issue Sep 29, 2024 · 1 comment
Open

[REQUEST] cli option status #57

falkheiland opened this issue Sep 29, 2024 · 1 comment

Comments

@falkheiland
Copy link

new runtipi-cli option "status".

> sudo ./runtipi-cli status
> tipi is running
> Visit http://192.168.8.1:80 to access the dashboard  
> tipi is not running
@Lockszmith-GH
Copy link

I was looking for something similar, there is runtipi-cli debug and at the bottom there is the container status table.

for now, this is what I'm looking at - most of the time:

$ docker ps --filter=name=runtipi '--format=table {{ .Names }}\t{{ .Status }}'
NAMES                   STATUS
runtipi-reverse-proxy   Up 2 days
runtipi                 Up 2 days (healthy)
runtipi-db              Up 2 days (healthy)

I want to see those (healthy) string on runtipi and runtipi-db

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

No branches or pull requests

2 participants