Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeena/synology-pictures
https://github.com/jeena/synology-pictures
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeena/synology-pictures
- Owner: jeena
- License: gpl-3.0
- Created: 2021-08-06T02:48:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T04:12:22.000Z (10 months ago)
- Last Synced: 2024-05-30T12:42:24.599Z (7 months ago)
- Language: Python
- Size: 112 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Synology Photos extraction
===========================I have all my photos in a Synology Photos database and want to do fun stuff with it.
I'm getting the pictures from the Synology and upload them into Home Assistant. Make sure you have access to the database.
Installation
------------```
sudo apt-get install ufraw-batch imagemagick libheif-examples libolm-dev
pipenv install
pipenv shell
```Open postgresql port on Synology
================================Taken from https://www.youtube.com/watch?v=MqJuKu38BsA
x.x.x.x should be your IP where the script runs
```
echo "host all all x.x.x.x/24 trust" >> /etc/postgresql/pg_hba.conf
sed -i /listen_addresses = '127.0.0.1'/listen_addresses = '*'/ /etc/postgresql/postgresql.conf
```License
-------GPL v3