mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 18:31:57 +00:00
Docs: Replace :smile
with actual 😃 emoji
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1d92a81755
commit
877bc26078
6 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# GitLab (self-hosted)
|
||||
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!
|
||||
|
||||
1. Sign in to your GitLab
|
||||
2. Navigate to the application management page at `https://your.gitlab.domain/admin/applications` (admin permissions required)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Authentication guide - SAML (OneLogin)
|
||||
|
||||
**Note:** *This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!*
|
||||
**Note:** *This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!*
|
||||
|
||||
1. Sign-in or sign-up for an OneLogin account. (available free trial for 2 weeks)
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Authentication guide - SAML
|
||||
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!
|
||||
|
||||
The basic procedure is the same as the case of OneLogin which is mentioned in [OneLogin-Guide](./saml-onelogin.md). If you want to match your IdP, you can use more configurations as below.
|
||||
The basic procedure is the same as the case of OneLogin which is mentioned in [OneLogin-Guide](./saml-onelogin.md). If
|
||||
you want to match your IdP, you can use more configurations as below.
|
||||
|
||||
- If your IdP accepts metadata XML of the service provider to ease configuration, use this url to download metadata XML.
|
||||
- {{your-serverurl}}/auth/saml/metadata
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Authentication guide - Twitter
|
||||
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!
|
||||
|
||||
1. Sign-in or sign-up for a Twitter account
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Minio Guide for HedgeDoc
|
||||
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!
|
||||
*Note:* This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!
|
||||
|
||||
1. First of all you need to setup Minio itself.
|
||||
|
||||
|
@ -91,4 +91,4 @@ You could use a convenience script located in `bin/migrate_from_fs_to_minio`.
|
|||
|
||||
Be careful, read carefully what it does, it was not tested in all environments.
|
||||
|
||||
Take it as an inspiration to make your own migration script.
|
||||
Take it as an inspiration to make your own migration script.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Guide - Setup HedgeDoc S3 image upload
|
||||
|
||||
**Note:** *This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind :smile: thanks!*
|
||||
**Note:** *This guide was written before the renaming. Just replace `HackMD` with `HedgeDoc` in your mind 😃 thanks!*
|
||||
|
||||
1. Go to [AWS S3 console](https://console.aws.amazon.com/s3/home) and create a new bucket.
|
||||
![create-bucket](../images/s3-image-upload/create-bucket.png)
|
||||
|
|
Loading…
Reference in a new issue