Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Nov 20, 2024
1 parent 3b854ad commit 99edd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ If you are using a different host ex.) gitea, bitbucket, devops, etc... you can
| `git_host` | `gitea`, `bitbucket`, `devops`, * | `github.com` | `git_host="bitbucket.com` |
| | | | `git_host="localhost:222"` |

<b>*</b> <em>List is not complete, there are numerous other (unknown) supported hosters</em>

### 6. ssh_user
If you want to push the backup via ssh and have assigned an individual ssh user, you can adjust it here. This is particularly relevant if you have deployed a git instance locally.

| Parameter | Possible values | Default value | Example |
| -----------| ----------------|---------------|--------------------- |
| `ssh_user` | *anything* | `git` | `ssh_user="sshuser"` |

<b>*</b> <em>List is not complete, there are numerous other (unknown) supported hosters</em>

## Paths
Adjust the remaining paths in the `.env` file where your files are located, or add even more file. All files defined here (**note the pattern!** which is explained inside the `.env` file) are considered in the backup.

Expand Down

0 comments on commit 99edd92

Please sign in to comment.