Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] UI don't use shared volume for configs when using Docker #276

Closed
fl0ppy-d1sk opened this issue Jul 19, 2022 · 0 comments
Closed

[BUG] UI don't use shared volume for configs when using Docker #276

fl0ppy-d1sk opened this issue Jul 19, 2022 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@fl0ppy-d1sk
Copy link
Member

Description
At the moment, we use a shared volume between BW and UI mounted on /etc/nginx for sharing configurations. The problem is that BW is overwriting the configurations when it restarts and so all configurations are lost.

How to reproduce

  1. Follow the steps in the documentation for the Docker integration : https://docs.bunkerweb.io/1.4/web-ui/#installation
  2. Do some config on the UI
  3. Restart the BW container : all configs are lost

Idea
Use the ApiCaller._send_files method to send configs each time it's needed (just like here).

@fl0ppy-d1sk fl0ppy-d1sk added the bug Something isn't working label Jul 19, 2022
@fl0ppy-d1sk fl0ppy-d1sk added this to IN PROGRESS in 1.4.X Aug 5, 2022
@fl0ppy-d1sk fl0ppy-d1sk moved this from IN PROGRESS to DONE in 1.4.X Aug 8, 2022
@fl0ppy-d1sk fl0ppy-d1sk moved this from DONE to TESTED in 1.4.X Aug 23, 2022
@fl0ppy-d1sk fl0ppy-d1sk moved this from TESTED to OLD in 1.4.X Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

2 participants