Skip to content

Commit 243b37d

Browse files
authored
Merge pull request #23 from StackGuardian/f/prepare-release
Support for proxy, fix outputs and several small fixes
2 parents ac99fbe + 8294568 commit 243b37d

File tree

2 files changed

+181
-67
lines changed

2 files changed

+181
-67
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
## 1.0 Introduction
1717

1818
**StackGuardian Private Runner** represents infrastructure that supports
19-
registering external (self-hosted) instances to the StackGuradian platform.
20-
Configuration is very simple, get credentials from StackGuradian platform,
19+
registering external (self-hosted) instances to the StackGuardian platform.
20+
Configuration is very simple, get credentials from StackGuardian platform,
2121
and run `main.sh` script with credentials.
2222

2323
Check [Setup](#setup) for more details.
@@ -33,7 +33,7 @@ Only, _task definition_ will live on _AWS ECS_.
3333

3434
## 3.0 Setup
3535

36-
> **IMPROTANT:**
36+
> **IMPORTANT:**
3737
> To ensure a smooth lifecycle for your instance, it is important to avoid having any IAM Roles attached to it.
3838
> Having IAM Roles attached can potentially cause connection issues and disrupt the instance's functioning.
3939
> Therefore, it is recommended to remove or detach any IAM Roles from the instance to prevent any complications during its lifecycle.
@@ -52,7 +52,7 @@ provided credentials from _StackGuardian_ platform.
5252
5353
### 3.1 Environment
5454
55-
There are couple of environment variables that can be overriden for the purposes of testing:
55+
There are couple of environment variables that can be overridden for the purposes of testing:
5656
5757
```
5858
SG_BASE_API
@@ -104,8 +104,8 @@ main.sh deregister \
104104
105105
### 3.4 Restart
106106
107-
As of now, restart is not nativly supported.
108-
But, to achieve similar experinece it is enough to [`deregister`](#32-de-registration) and then [`register`](#31-registration) again.
107+
As of now, restart is not natively supported.
108+
But, to achieve similar experience it is enough to [`deregister`](#33-de-registration) and then [`register`](#32-registration) again.
109109
110110
> This should fix all troubles if something is not working.
111111

0 commit comments

Comments
 (0)