[enh] Diagnosis and LE doc

This commit is contained in:
ljf 2021-02-07 22:45:21 +01:00
parent c7c8d69c4e
commit ad96f281e1
2 changed files with 18 additions and 7 deletions

BIN
images/diagnostic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -522,17 +522,21 @@ yunohost user create johndoe
## Run diagnostic and fix DNS or Router issues if needed ## Run diagnostic and fix DNS or Router issues if needed
To diagnose that all critical aspects of your server are properly configured, To diagnose that all critical aspects of your server are properly configured,
you should run a diagnosis from the webadmin in the "Diagnosis" section. (This you should run a diagnosis. After the first run, the diagnosis will run twice a day to alert you if something break.
feature was added in YunoHost 3.8). Email are sent to the first user created.
TODO: elaborate on the fact that the diagnosis runs periodically, sends an email You need to fix red issues if you want to be able to access your server outside your local network.
to root which is forwarded to the very first user created, and that issues
should either be fixed or ignored (if they are understood/not relevant) !!! If an alert is not relevant you should go on `Webadmin > Diagnosis` and click on the ignore button for this specifc unrelevant issue.
otherwise an email will be sent twice a day..
TODO: Redirect on good links about DNS and router
[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 :
[figure class="nomargin" caption="Preview of the diagnostic panel"]
![](image://diagnostic.png?resize=100%&class=inline)
[/figure]
[/ui-tab] [/ui-tab]
[ui-tab title="From the command line"] [ui-tab title="From the command line"]
``` ```
@ -544,8 +548,15 @@ yunohost diagnosis run
## Get a Let's Encrypt certificate ## Get a Let's Encrypt certificate
If your DNS and router configuration are ok, you can next ask for a Let's Encrypt certificate. If your DNS and router configuration are ok, you can next ask for a Let's Encrypt certificate.
For more detailled instructions or know more about TLS certificate, see [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"]
[figure class="nomargin" caption="Preview of the diagnostic panel"]
![](image://certificate-before-LE.png?resize=100%&class=inline)
[/figure]
[/ui-tab] [/ui-tab]
[ui-tab title="From the command line"] [ui-tab title="From the command line"]
``` ```