From f79626a2194e2fd5c0e48217a3ca166648ef456f Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 12:26:48 +0530 Subject: [PATCH] Create copyparty.conf --- docker-compose-files/copyparty/copyparty.conf | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docker-compose-files/copyparty/copyparty.conf diff --git a/docker-compose-files/copyparty/copyparty.conf b/docker-compose-files/copyparty/copyparty.conf new file mode 100644 index 0000000..fb7ee0a --- /dev/null +++ b/docker-compose-files/copyparty/copyparty.conf @@ -0,0 +1,32 @@ +# 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 + + # q, lo: /cfg/log/%Y-%m%d.log # log to file instead of docker + + # p: 3939 # listen on another port + # ipa: 10.89. # only allow connections from 10.89.* + # df: 16 # stop accepting uploads if less than 16 GB free disk space + # ver # show copyparty version in the controlpanel + # grid # show thumbnails/grid-view by default + # theme: 2 # monokai + name: access # 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] + admin: admin # username: password + + +[/] # create a volume at "/" (the webroot), which will + /w # share /w (the docker data volume) + accs: + # r: * # everyone gets read-write access, but + rwmda: admin # the user "admin" gets read-write-move-delete-admin