Is this correct?

Hi,

I just stated my storj node on my unraid server. The Storage Node is online.
I generated my keys and stuff on my windows laptop.

My folder structure is:
/mnt/user/storj/storage
/mnt/user/storj/orders
/mnt/user/storj/identity/storagenode (i copy’d the storagenode folder (with all the *.key *.cert files in it from my windows laptop to this folder)

And this is my docker mount:
–mount type=bind,source="/mnt/user/storj/identity/storagenode/",destination=/app/identity --mount type=bind,source="/mnt/user/storj/",destination=/app/config

Is this correct?

Welcome to the forum @shorty!

Did you follow the documentation ?

https://documentation.storj.io/setup/cli/docker

Yes,

This is my config:
–mount type=bind,source="/mnt/user/storj/identity/storagenode/",destination=/app/identity
–mount type=bind,source="/mnt/user/storj/",destination=/app/config \

this is working, but is it also correct?
The /mnt/user/storj/identity/storagenode/ contains all the *.cert files…

Yes, it looking correct.
Do you have some issues?

No issues, but because i dont understand clearly how everything works. I was afraid I had done something wrong, to copy the whole folder with all the key/cert files to my unraid server.

Thanx for your quick help :slight_smile:

Quick last question, where can i find my log file?

This is the log config of config.yaml

# if true, log function filename and line number
# log.caller: false

# if true, set logging to development mode
# log.development: false

# configures log encoding. can either be 'console', 'json', or 'pretty'.
# log.encoding: ""

# the minimum log level to log
log.level: info

# can be stdout, stderr, or a filename
# log.output: stderr

# if true, log stack traces
# log.stack: false

https://documentation.storj.io/resources/faq/check-logs

I would like to recommend to redirect the log to the file: https://documentation.storj.io/resources/faq/redirect-logs

1 Like