mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 12:42:26 -06:00
17 lines
179 B
YAML
17 lines
179 B
YAML
# -*- mode: yaml -*-
|
|
# vim: ft=yaml:
|
|
|
|
[global]
|
|
idp-h-usr: x-idp-user
|
|
idp-h-grp: x-idp-group
|
|
|
|
[/vu/${u}]
|
|
/u${u}
|
|
accs:
|
|
r: ${u}
|
|
|
|
[/vg/${g}]
|
|
/g${g}
|
|
accs:
|
|
r: @${g}
|