View Single Post
Old 01-21-2024, 02:15 PM   #1
fyrfli
Junior Member
fyrfli began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2024
Device: none
Question configuring the content server...

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

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
i mean ... it works but ... just wondering whether that's an option.
fyrfli is offline   Reply With Quote