Hi Perryn, the file does not exist in the docker image as it is empty so you can just create it.
Note that the "docker" branch was removed, you should use the community branch with the new compose file which makes the database available via a local socket mount. Oliver Am 24.08.20 um 17:49 schrieb Perryn Gordon: > Hi Oliver!! > > Thank-you for your reply. > > I had seen references to this file, so I searched the filesystem for > localconfig.yaml ( find / -name localconfig.yaml ) but did not find it, > so I came to the mailing group thinking I am doing something really wrong! > > root@iotid-org-try9-0:/var/www/openxpki# ls -l > total 36 > > drwxr-xr-x 1 root root 4096 Aug 24 01:42 assets > -rw-r--r-- 1 root root 933 Aug 24 01:09 default.html > drwxr-xr-x 2 root root 4096 Jul 15 11:45 ember-fetch > drwxrwsrwx 3 root runit-log 4096 Aug 24 01:08 favicon > -rw-r--r-- 1 root root 4772 Jun 9 12:47 favicon.png > drwxr-xr-x 2 root root 4096 Jul 16 08:58 fonts > drwxr-xr-x 1 root root 4096 Aug 24 01:46 img > lrwxrwxrwx 1 root root 12 Jul 16 08:58 index.html -> default.html > > Ive looked around on github for an example file but did not see one > there either. > > My SCEP config had a bug that you pointed out, am I using the wrong image? > > This is my Dockerfile: > --- > FROM whiterabbitsecurity/openxpki3 > > RUN apt install -y git-all && mkdir /etc-openxpki-tmp > RUN git clone https://github.com/openxpki/openxpki-config.git > branch=docker /etc-openxpki-tmp > --- > > Should I be looking elsewhere? > > Thank-you, > > Perryn > > > > ------------------------------------------------------------------------ > *From: *"Oliver Welter" <[email protected]> > *To: *"openxpki-users" <[email protected]> > *Sent: *Monday, August 24, 2020 8:11:53 AM > *Subject: *Re: [OpenXPKI-users] What file is used to customize the > header/banner area of the gui? > > Hi Perryn, > > have a look at the "localconfig.yaml" which is next to the index.html > file that loads the application. > > Oliver > > Am 24.08.20 um 09:56 schrieb Perryn Gordon: >> Hello, >> >> I would like to customize the area where is says "Open Source > Trustcenter". >> >> I can see how to customize the presentation of the workflows, but I have >> not yet been able to figure out how to customize the top area of the page. >> >> I do not see anything that looks like a localconfig file in config.d >> >> Can anyone point me in the right direction? >> >> thank-you!!! >> >> Perryn >> >> >> >> >> _______________________________________________ >> OpenXPKI-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/openxpki-users >> > > > -- > Protect your environment - close windows and adopt a penguin! > > > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users > > > > > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users > -- Protect your environment - close windows and adopt a penguin! _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
