Projects STRLCPY git-open Commits 8ce49380
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 97 lines
    98 98   
    99 99  #### GitLab support
    100 100   
    101  -To configure GitLab support you need to set `gitopen.gitlab.domain`:
     101 +To configure GitLab support you need to set some options.
     102 + 
     103 +| option name | description | example |
     104 +| ------------------------- | ---------------------------------------------------------- | ------------------ |
     105 +| gitopen.gitlab.domain | The (web)domain name that will work for most of the people | gitlab.example.com |
     106 +| gitopen.gitlab.ssh.domain | A specific ssh domain name, *if needed* | git.example.com |
     107 +| gitopen.gitlab.ssh.port | A specific ssh port, *if needed* | 10022 |
    102 108   
    103 109  ```sh
    104 110  # use --global to set across all repos, instead of just the local one
    105  -git config [--global] gitopen.gitlab.domain [yourdomain.here]
     111 +git config [--global] gitopen.gitlab.domain [value]
     112 +git config [--global] gitopen.gitlab.ssh.domain [value]
     113 +git config [--global] gitopen.gitlab.ssh.port [value]
    106 114  ```
    107 115   
    108 116  ## Related projects / alternatives
    skipped 41 lines
Please wait...
Page is in error, reload to recover