You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@
5
5
6
6
A web-based GUI for your AWS or LocalStack environment.
7
7
8
+
## Features
9
+
10
+
Contributions and feature requests are welcome!
11
+
12
+
-**AWS S3**
13
+
- Create, view and delete buckets
14
+
- View, delete, upload and download objects
15
+
16
+
-**AWS SQS**
17
+
- Create, view and delete queues
18
+
- Send, receive and peek messages
19
+
- Import Protobuf definitions and send Protobuf-formatted messages
20
+
21
+
Also see planned features: #1
22
+
23
+
## Download
24
+
25
+
Download precompiled executables from [Releases](https://github.com/Visual-Vincent/GuiStack/releases), or pull the latest [Docker image](https://hub.docker.com/r/visualvincent/guistack).
26
+
8
27
## System requirements
9
28
- ASP.NET Core Runtime for .NET 6.0 or newer ([Download](https://dotnet.microsoft.com/en-us/download/dotnet))
10
29
- Any operating system supported by the above runtime
@@ -64,6 +83,9 @@ docker run -p 5000:80 \
64
83
## Building
65
84
Requires:
66
85
- .NET 6.0 SDK or newer ([Download](https://dotnet.microsoft.com/en-us/download/dotnet))
86
+
- Git Bash (if building on Windows) ([Download](https://gitforwindows.org/))
67
87
68
88
Optional:
69
89
- Visual Studio 2022
90
+
91
+
To build GuiStack, simply execute one of the `build-*.sh` scripts for the platform you wish to build for, located in the root of this repository.
0 commit comments