- commit
- decbcca
- parent
- 6ce63fc
- author
- Eric Bower
- date
- 2025-08-31 11:00:44 -0400 EDT
chore: rm copyparty
1 files changed,
+0,
-28
+0,
-28
1@@ -1,28 +0,0 @@
2-# append some arguments to the commandline;
3-# accepts anything listed in --help (leading dashes are optional)
4-# and inline comments are OK if there is 2 spaces before the '#'
5-[global]
6- p: 8086, 3939 # listen on ports 8086 and 3939
7- e2dsa # enable file indexing and filesystem scanning
8- e2ts # and enable multimedia indexing
9- z, qr # and zeroconf and qrcode (you can comma-separate arguments)
10-
11-# create users:
12-[accounts]
13- erock: copyparty # username: password
14- k: k
15-
16-# create volumes:
17-[/] # create a volume at "/" (the webroot), which will
18- /home/erock/copyparty # share the contents of "." (the current directory)
19- accs:
20- r: * # everyone gets read-access, but
21- rwmda: erock # the user "ed" gets read-write
22-
23-# share /mnt/nas as /nas and let anyone read it
24-# (this will replace any folder called "nas" in the webroot)
25-[/nas]
26- /mnt/nas
27- accs:
28- r: *
29- rwmda: erock