Hello I have the problem that I run a spiderfoot instance in a docker. Unfortunately it is not possible for me to protect them on my server with a login name and password. It works without Docker, I have created the directory with ./spiderfoot on my Linux server as described in the documentation with the file passwd.
As described in the documentation, I loaded the directory with git clone, built a container and started it. Creating the passwd inside the container was also unsuccessful. Thanks in advance for ideas.
here is the documentation used spiderfoot documetation.
2
Answers
Mounting a volume with the passwd file was the solution:
-v passwd:/home/spiderfoot/.spiderfoot/passwd
Try by creating the
passwd
file outside the container, and mounting it using volumes-v passwd:/home/spiderfoot/.spiderfoot/passwd