Auf Thema antworten

Das ist komplexer. Synology Photos speichert alles in der System PostgresqlDB. Du kannst selbst mal nach einem Identifer suchen (hier mal ShKZQflsc):

[CODE]su - postgres -c "psql synofoto"

SELECT * FROM share WHERE passphrase = 'ShKZQflsc';[/CODE]


Ergebnis:

[CODE]

 passphrase | privacy_type | modified_time | id_user | expired_time | hashed_password | enable | type

------------+--------------+---------------+---------+--------------+-----------------+--------+------

 ShKZQflsc  |            1 |    1741449183 |       1 |            0 |                 | t      |    0

(1 row)[/CODE]


Additional post fields