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

View file

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