mirror of
https://github.com/huo-ju/photoprism-freebsd-port.git
synced 2025-12-12 01:39:56 +01:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
|
[
|
||
|
|
{ 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
|
||
|
|
}
|
||
|
|
]
|