feat: Add new Portainer stacks, setup scripts, and configurations for various services including filebrowser, paperless, and firefly.
This commit is contained in:
9
paperless/postgres.sql
Normal file
9
paperless/postgres.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
psql -U pgadm homelab
|
||||
|
||||
|
||||
CREATE DATABASE paperless;
|
||||
CREATE USER paperless with PASSWORD 'kH8rwrUREJmjOBSb9uV0yXXhCRM9pQxdSk0TOZ8yi0oZTaPZ';
|
||||
GRANT ALL PRIVILEGES ON DATABASE paperless TO paperless;
|
||||
|
||||
\c paperless
|
||||
GRANT ALL ON SCHEMA public TO paperless;
|
||||
Reference in New Issue
Block a user