Add matrix 'Today x years ago'

This commit is contained in:
Jeena 2023-01-25 10:36:43 +09:00
parent 073cb1d320
commit 52f935a084
8 changed files with 1011 additions and 255 deletions

View file

@ -9,11 +9,21 @@ Installation
------------
```
sudo apt-get install ufraw-batch imagemagick libheif-examples
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
```
echo "host all all 192.168.1.1/24 trust" >> /etc/postgresql/pg_hba.conf
sed -i /listen_addresses = '127.0.0.1'/listen_addresses = '*'/ /etc/pastgresql/postgresql.conf
```
License
-------