Files
photoprism-freebsd-port/files/pkg-message.in

11 lines
250 B
Plaintext
Raw Normal View History

2021-01-02 22:36:53 -05:00
[
{ type: install
message: <<EOM
You must add the following lines to /etc/rc.conf to enable photoprism:
photoprism_enable="YES"
photoprism_assetspath="%%PHOTOPRISM_DATA_DIR%%/assets"
photoprism_storagepath="%%PHOTOPRISM_DATA_DIR%%/storage"
EOM
}
]