Skip to content

Read Only Mode

damontecres edited this page Nov 11, 2024 · 3 revisions

Starting with v0.5.3, there is a read only mode in settings!

What is read only mode?

In read only mode, the app will not be able to make any server-side changes such as adding or removing performers and tags from scenes.

Scene Play history

If both the app and server have Play History tracking enabled, this will still be saved to the server. To prevent this, either disable "Save play history" in the app's advanced settings or disable it server-side for all clients in Settings->Interface->"Enable Scene Play history".

PIN Code

You have to set a PIN when enabling read only mode. This PIN can be different from the overall app access PIN. The PIN is required to access to settings and therefore disable read only mode or make other changes.

How does it work?

When read only mode is enabled, the app will remove or disable all of the buttons that can modify the server.

Additionally, since all server side changes are done using GraphQL "mutations", the app blocks all of these network calls.

Clone this wiki locally