docspell service seems to work
just need to configure nginx as a reverse-proxy
This commit is contained in:
parent
7a0bc90d93
commit
57f9da1de8
4 changed files with 10 additions and 1 deletions
5
docspell-initdb.sql
Normal file
5
docspell-initdb.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
create user docspell with password 'docspell' login createdb;
|
||||
create schema docspell;
|
||||
grant all privileges on all tables in schema docspell to docspell;
|
||||
grant all privileges on all sequences in schema docspell to docspell;
|
||||
create database DOCSPELL owner docspell;
|
||||
Loading…
Add table
Add a link
Reference in a new issue