Merge pull request #1896 from jahway603/master

minor documentation changes to clarify new user setup
This commit is contained in:
Alexandre Aubin 2022-02-13 17:54:15 +01:00 committed by GitHub
commit ed34f95d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -546,7 +546,7 @@ Let's therefore add a first "regular" user.
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
[ui-tab title="From the web interface"] [ui-tab title="From the web interface"]
Go in Users > Add Go in Users > Click on "+ New User" button
[figure class="nomargin" caption="Preview of the user creation UI"] [figure class="nomargin" caption="Preview of the user creation UI"]
![User creation](image://create-first-user.png?resize=100%&class=inline) ![User creation](image://create-first-user.png?resize=100%&class=inline)
@ -573,7 +573,7 @@ The diagnosis system is meant to provide an easy way to validate that all critic
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
[ui-tab title="(Recommended) From the web interface"] [ui-tab title="(Recommended) From the web interface"]
To run a diagnosis, go on Web Admin in the Diagnosis section. You should get a screen like this : To run a diagnosis, go on Web Admin in the Diagnosis section. Click Run initial diagnosis and you should get a screen like this :
[figure class="nomargin" caption="Preview of the diagnostic panel"] [figure class="nomargin" caption="Preview of the diagnostic panel"]
![](image://diagnostic.png?resize=100%&class=inline) ![](image://diagnostic.png?resize=100%&class=inline)
@ -592,11 +592,13 @@ yunohost diagnosis show --issues --human-readable
Once you configured DNS records and port forwarding (if needed), you should be able to install a Let's Encrypt certificate. This will get rid of the spooky security warning from earlier for new visitors. Once you configured DNS records and port forwarding (if needed), you should be able to install a Let's Encrypt certificate. This will get rid of the spooky security warning from earlier for new visitors.
For more detailled instructions, or to lean more about SSL/TLS certificates, see [the corresponding page here](/certificate). For more detailed instructions, or to lean more about SSL/TLS certificates, see [the corresponding page here](/certificate).
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
[ui-tab title="From the web interface"] [ui-tab title="From the web interface"]
Go in Domains > Click on your domain > SSL Certificate
[figure class="nomargin" caption="Preview of the diagnostic panel"] [figure class="nomargin" caption="Preview of the diagnostic panel"]
![](image://certificate-before-LE.png?resize=100%&class=inline) ![](image://certificate-before-LE.png?resize=100%&class=inline)
[/figure] [/figure]