upd
2023-07-05 18:16:05 +02:00
upd
2023-07-05 18:16:05 +02:00
2023-07-05 18:18:08 +02:00
2023-06-29 20:45:54 +02:00
2023-07-05 18:18:08 +02:00

iocage-plugin-paperless-ngx

Artifact file(s) for Paperless NGX iocage plugin

After install, the admin username and password are both "admin". Please change at first login for security reasons. The web portal for paperless-ngx will be the jail ip address and port 8000. More information on paperless-ngx can be found at https://paperless-ngx.readthedocs.io/en/latest/index.html.

allow.sysvipc = 1; postgresql13-server sudo

/usr/local/etc/rc.d/postgresql initdb

postgresql_enable="YES"

psql -c "alter user postgres with password 'password'"

psql CREATE USER paperless CREATEDB; CREATE DATABASE paperless; GRANT ALL PRIVILEGES ON DATABASE paperless TO paperless;

psql -U postgres -c "CREATE DATABASE paperless;" psql -U postgres -c "CREATE USER paperless WITH password 'paperless';" psql -U postgres -c "GRANT ALL privileges ON DATABASE paperless TO paperless;"

Description
No description provided
Readme 33 KiB
Languages
Shell 100%