Skip to content

Commit

Permalink
update new account page
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeknijf committed Apr 29, 2024
1 parent 4672e25 commit 30f2b3d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion TurboStack App/howto_newuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ icon: person

# TS Accounts Mgmt

## Creating a new account (user)
## Creating a new account (linux user)

### Linux user

The account is a linux user. Later an application can be deployed under this user.
We do not allow to run an application on the root user for security reasons.

Further more we also recommend not to run different types of applications under the same user.
for example, the staging and production version of the application should be deployed on a separate
user and maybe even on entirely different server


### How to deploy a new account in the GUI

Creating a new user on the <a href="https://my.turbostack.app" target="_blank">TurboStack App</a>.

Expand All @@ -18,9 +30,27 @@ Creating a new user on the <a href="https://my.turbostack.app" target="_blank">T

![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user3.png)

![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user4.png)

1. Go to the accounts page
2. Add a new account (user)
3. Give the account a name and save
4. `Save and Publish` will deploy the change to the host


### How to deploy a new account in the YAML [!badge icon="alert" text="Advanced"]

for more advanced users there also the YAML configuration.
adding a new account can be done with

```yaml
system_users:
- username: prod
```
![TurboStackNewUser](../img/turbostackapp/newapp/tsa_user5.png)
Now an account is created. Applications can be installed.
Expand Down
Binary file added img/turbostackapp/newapp/tsa_user4.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 img/turbostackapp/newapp/tsa_user5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30f2b3d

Please sign in to comment.