Merge branch 'main' of https://git.hackersanddesigners.nl/hrk/Braids-docs
This commit is contained in:
commit
3ef119c549
14
Readme.md
14
Readme.md
|
|
@ -48,10 +48,11 @@ Install docker with:
|
|||
Create user (in current user group)
|
||||
`sudo usermod -aG docker $USER`
|
||||
|
||||
Logout
|
||||
`logout`
|
||||
Check if the group exist:
|
||||
`groups`
|
||||
Logout
|
||||
> logout
|
||||
|
||||
Check if the group exist
|
||||
> groups
|
||||
|
||||
test:
|
||||
`docker run hello-world`
|
||||
|
|
@ -141,8 +142,9 @@ We shoudl now have a running instance of Forgejo
|
|||
|
||||
` sudo apt install webhook`
|
||||
|
||||
configure
|
||||
` sudo nano /etc/webhook.conf`
|
||||
configure
|
||||
> sudo nano /etc/webhook.conf
|
||||
|
||||
```
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue