Changes for page Deployment

Last modified by chrisby on 2024/03/03 14:54

From version 3.3
edited by chrisby
on 2023/09/03 22:26
Change comment: There is no comment for this version
To version 3.4
edited by chrisby
on 2023/09/03 22:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20   - "--providers.docker.exposedbydefault=false"
21 21   - "--entrypoints.websecure.address=:443"
22 22   - "--certificatesresolvers.myresolver.acme.tlschallenge=true"
23 - # - "--certificatesresolvers.myresolver.acme.email=<your-email>"
23 + # - "--certificatesresolvers.myresolver.acme.email=<email>"
24 24   - "--certificatesresolvers.myresolver.acme.storage=/letsencrypt/acme.json"
25 25   # Uncomment for test mode. This allows detailed logging and creation of a fake certificate.
26 26   # - "--log.level=DEBUG"
... ... @@ -67,6 +67,5 @@
67 67  * Go to {{code language="none"}}https://subdomain>{{/code}}. XWiki may take a few minutes to set up.
68 68  * Once initialization is complete, simply follow the instructions, including creating an admin account.
69 69  
70 -
71 71  (% style="text-align: justify;" %)
72 72  After deploying XWiki, you should configure it through the GUI to customize the website to your needs. I have written an article about the [[most important configurations>>doc:Software Stacks.XWiki.Most Important Configurations.WebHome]] that I had applied for this website.