Skip to content
Snippets Groups Projects
Commit 0d9851b4 authored by aptalca's avatar aptalca
Browse files

update readme with git setup info

parent 3162d3e2
Branches
Tags
No related merge requests found
......@@ -120,7 +120,13 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
 
## Application Setup
Access the webui at `http://<your-ip>:8443`. For github integration, drop your ssh key in to `/config/.ssh`.
Access the webui at `http://<your-ip>:8443`.
For github integration, drop your ssh key in to `/config/.ssh`.
Then open a terminal from the top menu and set your github username and email via the following commands
```
git config --global user.name "username"
git config --global user.email "email address"
```
......
......@@ -55,7 +55,14 @@ optional_block_1_items: ""
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `http://<your-ip>:8443`. For github integration, drop your ssh key in to `/config/.ssh`.
Access the webui at `http://<your-ip>:8443`.
For github integration, drop your ssh key in to `/config/.ssh`.
Then open a terminal from the top menu and set your github username and email via the following commands
```
git config --global user.name "username"
git config --global user.email "email address"
```
# changelog
changelogs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment