hi there. long time user here, but only recently decided to deep dive into all the features.
got the content server setup on my server so i can access my books from any browser to read and whatnot. still working on the configuration (like adding my favourite plugins from desktop), but one question that has been bugging me is:
can we put the config options for the content server in a config file somewhere? because this is a really long line to put in a systemd file :)
i mean ... it works but ... just wondering whether that's an option.
got the content server setup on my server so i can access my books from any browser to read and whatnot. still working on the configuration (like adding my favourite plugins from desktop), but one question that has been bugging me is:
can we put the config options for the content server in a config file somewhere? because this is a really long line to put in a systemd file :)
Code:
calibre-server \
--enable-auth \
--auth-mode=auto \
--enable-local-write \
--trusted-ips=0.0.0.0/0 \
--userdb=users.db \
--log=server.log \
--access-log=access.log \
--port=8080 \
--daemonize \
CalibreLibrary






