[DOC] Minor typos
Description Some lines are misspelled in Bunkerweb's docs page , quick-start guide and github web-uı.md file. (For Docker)
Proposal (optional)
- Need to add
\sign ın mybunker section , otherwise the code gives an error.
docker run -d \
--name mybunker <<<<<
--network bw-services \
-- ... \
- Need to add
\sign after the .../changeme/ section, otherwise the code gives an error.
-- ... \
-e ADMIN_PASSWORD=changeme \
-e ABSOLUTE_URI=http(s)://bwadm.example.com/changeme/ <<<<<
bunkerity/bunkerweb-ui:1.4.3 && \
- Need to add
\sign after theMULTISITEsection, otherwise the code gives an error.
-p 80:8080 \
-p 443:8443 \
-v bw-data:/data \
-e MULTISITE=yes <<<<<
-e "SERVER_NAME=app1.example.com app2.example.com app3.example.com" \
- Not sure, but Web-UI 403 issue (#269 ) seems still unfixed for us after version 1.4.3. If we still need to change
http://myui:7000 \tohttp://127.0.0.1:7000 \, we also need to change it in the documentation.
Hi, thank you for your issue, we're working on it !
Not sure, but Web-UI 403 issue (https://github.com/bunkerity/bunkerweb/issues/269 ) seems still unfixed for us after version 1.4.3. If we still need to change http://myui:7000 \ to http://127.0.0.1:7000 , we also need to change it in the documentation.
@wiseweb-works This is indeed fixed with the version 1.4.3 because the docker integration still needs to access the web ui through the hostname.
Let's keep it open until it's merged into master.
I can confirm that http://myui:7000 is for Docker and http://127.0.0.1:7000 is for Linux (which is good in the documentation).
@fl0ppy-d1sk Thank you for your all effort