[Support] Siyuan


Recommended Posts

Optional extra parameters to be added to the extra parameters section of the container's options page:

 

 

--servePath

Used to specify the server path, the default value is window.location.hostname+":6806".

For example, when you need to access through a domain name, please set the value to yourdomain.com. Leave the port blank to indicate that the protocol default port is used, and the NGINX reverse proxy needs to be requested to port 6806.

 

--resident

After specifying with --resident=true, the kernel will be resident in memory, the default is true.

After set to false, the list of active sessions will be checked every 30 seconds, and the kernel process will be exited if there are no active sessions.

 

--readonly

After specifying with --readonly=true, the kernel will run in read-only mode and all write operations will be prohibited.

 

--accessAuthCode

Used to specify the browser access authentication password, which will overwrite the authCode in conf.json after setting.

 

--ssl

After using --ssl=true, https and wss protocols will be used for serving.

Edited by jabajames
  • Thanks 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.