bunkerweb icon indicating copy to clipboard operation
bunkerweb copied to clipboard

[DOC] Minor typos

Open wiseweb-works opened this issue 3 years ago • 3 comments

Description Some lines are misspelled in Bunkerweb's docs page , quick-start guide and github web-uı.md file. (For Docker)

Proposal (optional)

  1. Need to add \ sign ın mybunker section , otherwise the code gives an error.
docker run -d \
   --name mybunker  <<<<<
   --network bw-services \
   -- ... \
  1. 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 && \
  1. Need to add \ sign after the MULTISITE section, 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" \
  1. 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 \ to http://127.0.0.1:7000 \, we also need to change it in the documentation.

wiseweb-works avatar Aug 26 '22 22:08 wiseweb-works

Hi, thank you for your issue, we're working on it !

TheophileDiot avatar Aug 28 '22 09:08 TheophileDiot

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.

TheophileDiot avatar Aug 28 '22 09:08 TheophileDiot

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 avatar Aug 29 '22 14:08 fl0ppy-d1sk

Hello @wiseweb-works,

It should be fixed in the last v1.4.4 release.

fl0ppy-d1sk avatar Nov 10 '22 17:11 fl0ppy-d1sk

@fl0ppy-d1sk Thank you for your all effort

wiseweb-works avatar Nov 10 '22 17:11 wiseweb-works