jgeusebroek / docker-spotweb

A docker image running ubuntu/20.04 Linux and Spotweb
47 stars 27 forks source link

Settings mapping #49

Open Beholder1984 opened 2 years ago

Beholder1984 commented 2 years ago

It would be nice if the "reallymyownsettings.php" would also be symlinked from the /config directory to the /var/www/spotweb directory just like the "ownsettings.php" and "dbsettings.inc.php" upon start of the docker container.

I am running spotweb through a proxy with SSL and needed to set the $settings['spotweburl']. I just created my own symlink directly into the /var/www/spotweb directory. This works great but it would be easier if this file is also symlinked by default. I expected the whole directory to be readable by spotweb but upon start of the container the symlinks are created. Just not the one for "reallymyownsettings.php"

Mickroz commented 1 year ago

i have set this in ownsettings.php which works too.