mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
add links to configuration examples in index.md
This commit is contained in:
parent
0d7c6f2085
commit
cc65cf5103
|
@ -2,12 +2,12 @@
|
||||||
i: 127.0.0.1
|
i: 127.0.0.1
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
admin: password
|
user: password
|
||||||
user: password2
|
|
||||||
|
|
||||||
[/]
|
[/]
|
||||||
/var/lib/copyparty-jail
|
/var/lib/copyparty-jail
|
||||||
accs:
|
accs:
|
||||||
gh: *
|
r: *
|
||||||
r: user
|
rwdma: user
|
||||||
A: admin
|
flags:
|
||||||
|
grid
|
|
@ -1,4 +1,10 @@
|
||||||
this is `/var/lib/copyparty-jail`, the fallback webroot when copyparty has not yet been configured
|
this is `/var/lib/copyparty-jail`, the fallback webroot when copyparty has not yet been configured
|
||||||
|
|
||||||
please edit the `copyparty.conf` at `/etc/copyparty/copyparty.conf` (if running as a system service)
|
please edit `/etc/copyparty/copyparty.conf` (if running as a system service)
|
||||||
or edit `$HOME/.config/copyparty/copyparty.conf` if running as a user service
|
or `$HOME/.config/copyparty/copyparty.conf` if running as a user service
|
||||||
|
|
||||||
|
a basic configuration example is available at https://github.com/9001/copyparty/blob/hovudstraum/contrib/systemd/copyparty.conf
|
||||||
|
a configuration example that explains most flags is available at https://github.com/9001/copyparty/blob/hovudstraum/docs/chungus.conf
|
||||||
|
|
||||||
|
the full list of configuration options can be seen at https://ocv.me/copyparty/helptext.html
|
||||||
|
or by running `copyparty --help`
|
Loading…
Reference in a new issue