start:software:calibre
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:software:calibre [2024/09/21 14:03] – marlonivo | start:software:calibre [2024/12/14 16:33] (current) – [Creating the Server with Nginx] marlonivo | ||
---|---|---|---|
Line 17: | Line 17: | ||
</ | </ | ||
- | Upload your local library (using rsync) to / | + | Upload your local library (using rsync) to '' |
< | < | ||
- | rsync -avuP --delete-after ~/Library | + | rsync -avuP --delete-after ~/local_library/ |
</ | </ | ||
Line 26: | Line 26: | ||
Then add a new user to protect your server: | Then add a new user to protect your server: | ||
< | < | ||
- | calibre-server | + | calibre-server |
</ | </ | ||
==== Creating a service ===== | ==== Creating a service ===== | ||
- | Create a new file / | + | Create a new file '' |
< | < | ||
Line 42: | Line 42: | ||
User=root | User=root | ||
Group=root | Group=root | ||
- | ExecStart=/ | + | ExecStart=/ |
[Install] | [Install] | ||
Line 75: | Line 75: | ||
</ | </ | ||
- | Then symclinc it to sites-enabled: | + | Then symlink |
< | < | ||
- | ln -s / | + | ln -s / |
</ | </ | ||
Line 93: | Line 93: | ||
------ | ------ | ||
- | Now just go to library.example.org, | + | Now just go to library.example.org, |
+ | |||
+ | ENJOY! | ||
+ | |||
+ | ==== You might wanna See ==== | ||
+ | |||
+ | [[start: | ||
start/software/calibre.1726927420.txt.gz · Last modified: 2024/09/21 14:03 by marlonivo