Initial commit

This commit is contained in:
2026-05-30 22:48:53 -03:00
commit eacdd18165
35 changed files with 828 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
[global]
e2dsa # enable file indexing and filesystem scanning
e2ts # enable multimedia indexing
ansi # enable colors in log messages
# p: 3939 # listen on another port
# ipa: 10.89. # only allow connections from 10.89.*
df: 4 # 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: watermelon # 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]
$USER: $PASSWORD # 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

View File

@@ -0,0 +1,28 @@
[global]
e2dsa
e2ts
ansi
df: 4
ver
name: dragonfruit
no-robots, force-js
[accounts]
cloud: (rE*b#cm-Fn'pI#};ty3/gHg
canto: dosilencio
[/]
/share/files/public
accs:
r: *
rwmda: cloud
[/canto]
/share/files/canto
accs:
r: canto
rwmda: cloud

View File

@@ -0,0 +1,23 @@
# 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