Questions about first setup #529
Unanswered
steakhutzeee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I started the Docker container with the suggested docker-compose file.
After the container started I changed ownership of the data dir to my user, otherwise I had no access to configuration file etc.
Some questions:
Was this dir ownership change expected?
In soft-serve/ssh I see the following:
It is not clear to me, what these keys are for?
In the docker compose example there is no mention to
SOFT_SERVE_INITIAL_ADMIN_KEYS
so I did not use it and the container looks like started fine. Is this variable required?Related to question above, I see in
config.yaml
:so this is accessible only after container creation, and not before. Correct? If yes, then it's not clear how the admin key should be set before the first start of soft-serve.
ssh soft settings anon-access no-access
. Got no output so supposing it worked. But I can still connect as a random user likessh random@soft
. Is this intended?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions