Home Artists Posts Import Register
Patreon importer is back online! Tell your friends ✅

Content

First of all, thank you very much for your support! 💎

It means a lot to us.

If you tell us your username, we will invite you to our private room on Matrix.

You are welcome to contact us at sponsors@photoprism.app when you have any questions, need technical support, or help with activating sponsor features.

How to enable sponsor features depends on your setup:


Docker-Compose

To enable sponsor features:

  • add PHOTOPRISM_SPONSOR: "true" to your docker-compose.yml file
  • or use the command line flag --sponsor

Then restart for config changes to take effect:

docker-compose stop photoprism 

docker-compose up -d photoprism


Docker

When using pure docker, the easiest way is to set the env variable

-e PHOTOPRISM_SPONSOR="true"

when starting the container as described in our documentation.

A container restart is required.


Unraid 

You can set custom environment variables using the Unraid user interface. To enable sponsor features create the variable PHOTOPRISM_SPONSOR and set it to true.

A container restart is required.


openmediavault

On openmediavault you can enable sponsor features using:

$ omv-env set -- OMV_PHOTOPRISM_APP_CONTAINER_START_OPTIONS '-e PHOTOPRISM_SPONSOR=true'

$ omv-salt stage run prepare

$ omv-salt deploy run photoprism

A container restart is required.

Comments

No comments found for this post.