24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
# append some arguments to the commandline;
|
|
# accepts anything listed in --help (leading dashes are optional)
|
|
# and inline comments are OK if there is 2 spaces before the '#'
|
|
[global]
|
|
e2dsa # enable file indexing and filesystem scanning
|
|
e2ts # and enable multimedia indexing
|
|
ansi # enable colors in log messages
|
|
df: 4 # stop accepting uploads if less than 16 gb free disk space
|
|
ver # show copyparty version in the controlpanel
|
|
name: watermelon # change the server-name that's displayed in the browser
|
|
z, qr # and zeroconf and qrcode (you can comma-separate arguments)
|
|
no-robots, force-js # make it harder for search engines to read your server
|
|
|
|
# create users:
|
|
[accounts]
|
|
admin: (fill) # username: password
|
|
|
|
# create volumes:
|
|
[/] # create a volume at "/" (the webroot), which will
|
|
/share/files/public # share the contents of "." (the current directory)
|
|
accs:
|
|
r: * # everyone gets read-access, but
|
|
rwmda: admin # the user "admin" gets read-write-move-delete-admin
|