mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
29 lines
981 B
YAML
29 lines
981 B
YAML
# not actually YAML but lets pretend:
|
|
# -*- mode: yaml -*-
|
|
# vim: ft=yaml:
|
|
|
|
|
|
[global]
|
|
e2dsa # enable file indexing and filesystem scanning
|
|
e2ts # enable multimedia indexing
|
|
ansi # enable colors in log messages
|
|
|
|
# ftp: 3921 # enable ftp server on port 3921
|
|
# p: 3939 # listen on another port
|
|
# df: 16 # stop accepting uploads if less than 16 GB free disk space
|
|
# theme: 2 # monokai
|
|
# name: datasaver # change the server-name that's displayed in the browser
|
|
# stats, nos-dup # enable the prometheus endpoint, but disable the dupes counter (too slow)
|
|
# no-robots, force-js # make it harder for search engines to read your server
|
|
|
|
|
|
[accounts]
|
|
ed: wark # username: password
|
|
|
|
|
|
[/] # create a volume at "/" (the webroot), which will
|
|
/w # share /w (the docker data volume)
|
|
accs:
|
|
rw: * # everyone gets read-write access, but
|
|
rwmda: ed # the user "ed" gets read-write-move-delete-admin
|