add links to configuration examples in index.md

This commit is contained in:
icxes 2025-08-05 21:56:28 +03:00
parent 0d7c6f2085
commit cc65cf5103
2 changed files with 13 additions and 7 deletions

View file

@ -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

View file

@ -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`