Skip to content

Commit

Permalink
Merge branch 'feature/no-totp-command'
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Dec 7, 2024
2 parents a91e283 + c91fdae commit 3468e8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,14 @@ cargo uninstall git-lfs-synology
```

## Configuring Git LFS
It is necessary for you to provide `git-lfs-synology` your password and a method to generate TOTP codes. It stores your username and password in your operating system's keyring and uses your password to encrypt your TOTP command if one is provided. It stores the encrypted TOTP command within a sqlite database in your system's configuration directory. To store your username and password, perform these steps.
It is necessary for you to provide `git-lfs-synology` your username and password. It stores your username and password in your operating system's keyring. To store your username and password, perform these steps.

### Logging In

#### No TOTP command
```bash
git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user <username> # Ensure you update your username
```

#### TOTP command
```bash
git-lfs-synology login --url https://e4e-nas.ucsd.edu:6021 --user <username> --totp-command "<totp_command>" # Ensure you update your username and totp command
```

### Configuring the Custom Transfer Agent Globally
Run these steps to update your git config globally. You may not want to perform these if you use other Git LFS implementations.

Expand Down

0 comments on commit 3468e8b

Please sign in to comment.