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)
|
Create user (in current user group)
|
||||||
`sudo usermod -aG docker $USER`
|
`sudo usermod -aG docker $USER`
|
||||||
|
|
||||||
Logout
|
Logout
|
||||||
`logout`
|
> logout
|
||||||
Check if the group exist:
|
|
||||||
`groups`
|
Check if the group exist
|
||||||
|
> groups
|
||||||
|
|
||||||
test:
|
test:
|
||||||
`docker run hello-world`
|
`docker run hello-world`
|
||||||
|
|
@ -141,8 +142,9 @@ We shoudl now have a running instance of Forgejo
|
||||||
|
|
||||||
` sudo apt install webhook`
|
` sudo apt install webhook`
|
||||||
|
|
||||||
configure
|
configure
|
||||||
` sudo nano /etc/webhook.conf`
|
> sudo nano /etc/webhook.conf
|
||||||
|
|
||||||
```
|
```
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue