-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(desktop): Added LocalStack desktop page and marked cockpit as deprecated #856
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
98d0fb4
Added first version of desktop page
Pive01 e2ad0c0
removed docker tag
Pive01 b829c80
Marked cockpit as deprecated
Pive01 68b5556
Update content/en/user-guide/tools/localstack-desktop/index.md
Pive01 d033b68
removed tags and aliases
Pive01 11c616d
Update content/en/user-guide/tools/localstack-desktop/index.md
Pive01 4f78bc0
better wording
Pive01 593318e
Merge branch 'localstack-desktop-page' of https://github.com/localsta…
Pive01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: "LocalStack Desktop" | ||
weight: 8 | ||
description: > | ||
Getting started with the LocalStack Desktop application | ||
--- | ||
|
||
LocalStack Desktop is a desktop client that allows users to easily control and interact their LocalStack instance. With LocalStack Desktop, users can start and stop their LocalStack instance with a single click, create a new container, view logs, interact with LocalStack container via cli and use our resource browser. | ||
|
||
<img src="localstack-desktop-containers.png" alt="LocalStack Desktop" title="LocalStack Desktop" width="900" /> | ||
|
||
## Installation | ||
|
||
You can install LocalStack Desktop by downloading the latest executables for your platform from the [web application](https://app.localstack.cloud/download) or by installing it directly from the [Microsoft Store](https://www.microsoft.com/store/apps/9NTRNFT9ZWS2). | ||
To install LocalStack Desktop, **Docker** is the only prerequisite. | ||
|
||
## Features | ||
|
||
LocalStack Desktop helps users to interact with their LocalStack instance with a simple and intuitive UI. Some of the features of LocalStack Desktop includes the ability to : Control LocalStack, Interact with LocalStack, get LocalStack insights and use the Resource browser. | ||
Pive01 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Control LocalStack | ||
|
||
Using our Desktop application you will be able to start, stop, delete and create new containers with just a click. It also allows to set up a custom URL if you are using LocalStack outside of Docker or in Kubernetes. | ||
|
||
<!--TODO replace with container creation image--> | ||
<p> | ||
<img src="localstack-desktop-containers.png" alt="LocalStack Desktop container creation" title="Create a container directly from LocalStack Desktop" width="900" /> | ||
</p> | ||
|
||
### Interact with LocalStack | ||
|
||
You can run commands within the LocalStack container by using our CLI | ||
|
||
<img src="localstack-desktop-terminal.png" alt="LocalStack Desktop cli interaction" title="Interact with the LocalStack container with a cli" width="900" /> | ||
|
||
|
||
### LocalStack Insights | ||
|
||
LocalStack Desktop provides quick access to your LocalStack logs for instant insights. See what's happening in details from the Logs tab. | ||
|
||
<img src="localstack-desktop-logs.png" alt="LocalStack Desktop Logs tab" title="Check your instance logs" width="900" /> | ||
|
||
|
||
### Resource browser | ||
|
||
You can also create, modify, delete and read all of your resources from the Resource Browser tab, having the same experience that you would have using it in our [web application](https://app.localstack.cloud/inst/default/resources) | ||
|
||
<img src="localstack-desktop-resource-browser.png" alt="LocalStack Desktop Resource Browser" title="Manage your resources using our Resource Browser" width="900" /> |
Binary file added
BIN
+160 KB
content/en/user-guide/tools/localstack-desktop/localstack-desktop-containers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+292 KB
content/en/user-guide/tools/localstack-desktop/localstack-desktop-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+311 KB
.../en/user-guide/tools/localstack-desktop/localstack-desktop-resource-browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+128 KB
content/en/user-guide/tools/localstack-desktop/localstack-desktop-terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it only available to Pro/Team users? Or generally available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is available for everybody but you need to log in to use the resource browser