compose autoconf confusion #2007
Replies: 11 comments 1 reply
|
forgot to add the error: i saw someone on discord with the same error but no solution |
|
it seems the bunkerweb-ui service is looking at the wrong place for the database file?? |
|
Hello @Fuckingnameless, I just tried to reproduce your issue but looks like I can't. Here is what I did :
My hypothesis is as follows: you previously launched a bw-ui instance (and possibly other containers as well, but I can't know for sure) without the correct environment variables. However, after modifying the environment variables, you need to delete the containers and then recreate them for the new variables to be applied. Can you please try to do a |
|
i always do a pull after any changes so the containers get recreated i get a "Nothing to see here" page when going to https://192.168.15.21:3443/path LOG here's the log when i try to access https://bw-ui.example.com:3443/path (yes i'm using the example literally) also tried adding these to bunkerweb-scheduler environment but it only made the logs more chatty: docker compose down -v returns: more details about the platform: any further guidance would help Thanks a lot. |
|
How do you run your compose file since |
|
You also need to access |
through Open media vault webgui(it's like portainer)
i didn't think that was a problem because the machine i tried it on usually resolves hostnames fine, but will check again just to avoid confusion are you referring to the hosts file on the host, the container or the machine trying to access it? in case it's the container, which one? Thanks. |
|
Looks like I can't really help since you can't issue a Are you familiar with the concept of vhost as described here : https://docs.bunkerweb.io/latest/concepts/#multisite-mode When you visit a website as a client (e.g. a browser) you are telling the web server which website you want to visit. Looks like it's more a support discussion here, I'm converting it. Please note that you can also join our Discord server here to ask for help : https://discord.com/invite/fTf46FmtyD |
|
sorry for the confusion, setting up hostnames on the machine trying to access the instance from solved the issue |
|
i guess next step is setting up the public domain/records, any newbie-friendly guides you can suggest? |
|
would be a great addition to mention the server name needs the bw-ui subdomain |
Uh oh!
There was an error while loading. Please reload this page.
so after looking hard for a compose file to get this up running with autoconf and webui on 1.6 stable, creating syslog.conf manually, applying the syslog cap_add patch for arm builds i am still not able to do anything with it, it's my first time setting up a reverse proxy so it's probably a trivial mistake i'm making but i'd be glad if somebody can chime in
All reactions