Add matrix 'Today x years ago'
This commit is contained in:
parent
073cb1d320
commit
52f935a084
8 changed files with 1011 additions and 255 deletions
12
README.md
12
README.md
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue