Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:silverbullet [2024/09/05 12:55] – [Reverse proxy] willy | services:silverbullet [2025/04/17 06:53] (current) – willy | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Now, just download the latest release from [[https:// | Now, just download the latest release from [[https:// | ||
| <code bash> | <code bash> | ||
| + | mkdir / | ||
| + | chown silverbullet: | ||
| su - silverbullet | su - silverbullet | ||
| wget ' | wget ' | ||
| Line 33: | Line 35: | ||
| <file - silverbullet.conf> | <file - silverbullet.conf> | ||
| - | access_log / | + | access_log / |
| - | error_log / | + | error_log / |
| # login protected access from outside | # login protected access from outside | ||
| Line 90: | Line 92: | ||
| pidfile="/ | pidfile="/ | ||
| command_background=true | command_background=true | ||
| - | command="/ | + | command="/ |
| command_args="/ | command_args="/ | ||
| command_user=" | command_user=" | ||
| + | output_log="/ | ||
| + | output_err="/ | ||
| depend() { | depend() { | ||