mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 04:25:40 +01:00
update readme with git setup info
This commit is contained in:
parent
3162d3e2b7
commit
0d9851b43c
@ -120,7 +120,13 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
|||||||
|
|
||||||
## Application Setup
|
## 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
|
# application setup block
|
||||||
app_setup_block_enabled: true
|
app_setup_block_enabled: true
|
||||||
app_setup_block: |
|
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
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
Loading…
Reference in New Issue
Block a user