Skip to content

Commit 022b87a

Browse files
committed
Fixes broken images
1 parent d629105 commit 022b87a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gitkraken-client/configure-self-managed.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ After installing GitKraken Self-Hosted Server (AKA Enterprise Self-Hosted), you
1515

1616
### Server License
1717
Browse to your GitKraken Self-Hosted server:
18-
<img src='/wp-content/uploads/select-license.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
18+
<img src='/wp-content/uploads/select-license.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
1919

2020
Select _Browse for license_ file and browse to the the license file that was provided to you with the GitKraken Self-Hosted installation files. Once selected, the license file will show you the details of your license:
21-
<img src='/wp-content/uploads/license-details.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
21+
<img src='/wp-content/uploads/license-details.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
2222

2323
<a id="authentication"></a>
2424

@@ -27,18 +27,18 @@ Select the Authentication Config for your server:
2727

2828
* Built-in: Users will be authenticated using an email address and password
2929
* LDAP: Users will be authenticated using LDAP
30-
<img src='/wp-content/uploads/auth-config.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
30+
<img src='/wp-content/uploads/auth-config.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
3131

3232
If you're using Built-in authentication, [jump](#smtp-server) to the next step.
3333

3434
<a id="ldap-configuration"></a>
3535

3636
#### LDAP Configuration
3737
Provide the hostname and port for your LDAP server.
38-
<img src='/wp-content/uploads/ldap-host-port.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
38+
<img src='/wp-content/uploads/ldap-host-port.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
3939

4040
Select the encryption method. This should correspond with the port entered above.
41-
<img src='/wp-content/uploads/encryption-method.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
41+
<img src='/wp-content/uploads/encryption-method.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
4242

4343
Assign the Base Distinguished Names, Access Group, and Admin Group Common Names.
4444

@@ -57,12 +57,12 @@ Assign the user attributes needed to identify LDAP users.
5757

5858
* **Name Attribute** - Used to map to the user's name in GitKraken.
5959

60-
<img src='/wp-content/uploads/user-attributes.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
60+
<img src='/wp-content/uploads/user-attributes.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
6161

6262
Provide the Distinguished Name for the user that will be used to search LDAP for users and groups.
6363
This can be a separate user that only has rights to search LDAP.
6464
*This user is required when anonymous binding in LDAP is disabled.*
65-
<img src='/wp-content/uploads/search-user.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
65+
<img src='/wp-content/uploads/search-user.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
6666

6767
<div class='callout callout--warning'>
6868
<p>Note: The Domain Search Password field will display blank, even when the field is set.</p>
@@ -71,34 +71,34 @@ This can be a separate user that only has rights to search LDAP.
7171
Enable the sync server, if desired, and set the sync interval. The sync server will automatically search LDAP at the set interval and update GitKraken licenses accordingly.
7272

7373
If the sync server is not enabled, you will need to manually manage user accounts.
74-
<img src='/wp-content/uploads/sync-server.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
74+
<img src='/wp-content/uploads/sync-server.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
7575

7676
<a id="smtp-server"></a>
7777

7878
### SMTP Server
7979
An SMTP server is required, unless LDAP authentication is in use.
8080

8181
Set the SMTP server IP address or hostname, the _SMTP port_, and the _From Address_. If your SMTP server needs a secure connection, check the box for secure protocols and provide the username and password, if needed. The test connection button will allow you to verify the connection information is accurate:
82-
<img src='/wp-content/uploads/smtp-setup.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
82+
<img src='/wp-content/uploads/smtp-setup.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
8383

8484
<a id="super-user"></a>
8585

8686
### Super User
8787
The super user will be the Owner of the GitKraken Self-Hosted license. The super user does not consume a license, cannot log into GitKraken client, and cannot be changed or viewed from the account site user management page.
88-
<img src='/wp-content/uploads/super-user.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
88+
<img src='/wp-content/uploads/super-user.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
8989

9090
<div class='callout callout--neutral'>
9191
<p>Note: Visit the <a href="/enterprise/upgrade-enterprise/#reset-the-super-user-password">upgrade page</a> to see how to reset the super user password.</p>
9292
</div>
9393

9494
Configuration is complete! You should now be at the 'Manage Users' screen where you can begin adding users to GitKraken Self-Hosted.
95-
<img src='/wp-content/uploads/manage-users.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
95+
<img src='/wp-content/uploads/manage-users.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
9696

9797
<a id="adding-users"></a>
9898

9999
### Adding Users
100100
To add a user click on the Add user button and provide the email address of the user:
101-
<img src='/wp-content/uploads/user-email.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
101+
<img src='/wp-content/uploads/user-email.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
102102

103103
By default, users can create an account themselves from the GitKraken Self-Hosted site. If you don't want to allow this functionality you can click the Registration tab on the left.
104-
<img src='/wp-content/uploads/registration-settings.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
104+
<img src='/wp-content/uploads/registration-settings.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>

0 commit comments

Comments
 (0)