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
|
||||
|
||||
[accounts]
|
||||
admin: password
|
||||
user: password2
|
||||
user: password
|
||||
|
||||
[/]
|
||||
/var/lib/copyparty-jail
|
||||
accs:
|
||||
gh: *
|
||||
r: user
|
||||
A: admin
|
||||
r: *
|
||||
rwdma: user
|
||||
flags:
|
||||
grid
|
|
@ -1,4 +1,10 @@
|
|||
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)
|
||||
or edit `$HOME/.config/copyparty/copyparty.conf` if running as a user service
|
||||
please edit `/etc/copyparty/copyparty.conf` (if running as a system 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