You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work and providing a containerized version of RaspAP. 👍 It's a good solution to use containerized RaspAP, if you have other services running beside it on your host device.
Now to my current problem:
I can successfully set some settings through the environment variables in the docker-compose.yml like RASPAP_SSID, WEBGUI_PORT, etc.
That's good and is working, but if I change any settings (e.g. Wireless Mode) or add for example an opnvpn config-file through the webui, it doesn't persist container restarts.
The correct solution for this problem seems to be a docker volume as mentioned in another discussion here.
So my questions are:
Which files need to be mounted to a docker volume to persist setting changes through the WebUI over container restarts? Is there a list of all config files somewhere?
Does a config folder exist in the container, which could be bound to a volume? In the docs is a config directory mentioned, but I couldn't find it inside the docker container.
I tried binding /var/www/html/includes to a docker volume as this directory contains the config.php, but it doesn't seem to work for persisting the wirelss mode setting over restarts. Which file contains the setting for the wireless mode?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you for your work and providing a containerized version of RaspAP. 👍 It's a good solution to use containerized RaspAP, if you have other services running beside it on your host device.
Now to my current problem:
I can successfully set some settings through the environment variables in the docker-compose.yml like RASPAP_SSID, WEBGUI_PORT, etc.
That's good and is working, but if I change any settings (e.g. Wireless Mode) or add for example an opnvpn config-file through the webui, it doesn't persist container restarts.
The correct solution for this problem seems to be a docker volume as mentioned in another discussion here.
So my questions are:
Beta Was this translation helpful? Give feedback.
All reactions