User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:silverbullet [2024/09/05 12:55] – [Reverse proxy] willyservices:silverbullet [2025/04/17 06:53] (current) willy
Line 19: Line 19:
 Now, just download the latest release from  [[https://github.com/silverbulletmd/silverbullet/releases|Github releases page]] and unzip it: Now, just download the latest release from  [[https://github.com/silverbulletmd/silverbullet/releases|Github releases page]] and unzip it:
 <code bash> <code bash>
 +mkdir /var/log/silverbullet
 +chown silverbullet:users /var/log/silverbullet
 su - silverbullet su - silverbullet
 wget 'https://github.com/silverbulletmd/silverbullet/releases/download/ [[[X.Y.Z]]] /silverbullet-server-linux-x86_64.zip'  wget 'https://github.com/silverbulletmd/silverbullet/releases/download/ [[[X.Y.Z]]] /silverbullet-server-linux-x86_64.zip' 
Line 33: Line 35:
 <file - silverbullet.conf> <file - silverbullet.conf>
  
-access_log /var/log/nginx/notes.gardiol.org_access_log main;                                                                                                                                  +access_log /var/log/nginx/notes.mydomain.com_access_log main;                                                                                                                                  
-error_log /var/log/nginx/notes.gardiol.org_error_log info;                                                                                                                                   +error_log /var/log/nginx/notes.mydomain.com_error_log info;                                                                                                                                   
  
 # login protected access from outside # login protected access from outside
Line 90: Line 92:
 pidfile="/run/silverbullet.pid" pidfile="/run/silverbullet.pid"
 command_background=true command_background=true
-command="/deposito/daemons/silverbullet/silverbullet"+command="/data/daemons/silverbullet/silverbullet"
 command_args="/home/notes/ --hostname 127.0.0.1 --port 8001" command_args="/home/notes/ --hostname 127.0.0.1 --port 8001"
 command_user="silverbullet:users" command_user="silverbullet:users"
 +output_log="/var/log/silverbullet/silverbullet.log"
 +output_err="/var/log/silverbullet/silverbullet.log"
  
 depend() { depend() {

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information