Last modified by Alexandru Pentilescu on 2023/06/25 18:56

From version 16.1
edited by Alexandru Pentilescu
on 2022/06/08 21:32
Change comment: There is no comment for this version
To version 15.1
edited by Alexandru Pentilescu
on 2022/06/08 21:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -150,14 +150,10 @@
150 150  
151 151  [[image:Screenshot_20220607_015727.png]]
152 152  
153 -**While it may be tempting to immediately try to setup an administrator account from this portal, unless you're browsing this page from localhost (i.e. the XWiki server is on the exact same machine that you're running your web browser from) DO NOT register an account YET! All traffic is unencrypted to the server and may be intercepted by anyone sniffing your internet packets. We must first configure an X.509 TLS certificate with Nginx and configure Nginx to act as a reverse proxy for this wiki**
153 +**While it may be tempting to immediately try to setup an administrator account from this portal, unless you're browsing this page from localhost (i.e. the XWiki server is on the exact same machine that you're running your web browser from) DO NOT register an account YET! All traffic is unencrypted to the server and may be intercepted by anyone sniffing your internet packets. We must first configure an X509 TLS certificate with Nginx and configure Nginx to act as a reverse proxy for this wiki**
154 154  
155 155  For the time being, press the "Later" button on the dialog (not the "Never" one!) and then run a "docker-compose down" to stop the container from running. The first test run was a success! Congratulations!
156 156  
157 -= Nginx reverse proxy configuration=
158 -We assume you already have Nginx installed and properly configured on your machine. Also, we will assume you have an X.509 certificate whose Subject Alt Names includes both your domain name, as well as the subdomain for your wiki (i.e. in my case for pentilescu.com and wiki.pentilescu.com, respectively) and you've configured Nginx to utilize both of them! If this is not the case or you're unsure how to perform these configurations, please check the internal "How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it" guide at the bottom of this page.
159 -
160 160  = External references =
161 161  
162 162  [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]
163 -How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it -- NOT YET WRITTEN!