add metabase
This commit is contained in:
parent
f698726065
commit
5558b7a679
8 changed files with 86 additions and 1 deletions
5
ressources/metabase/rootfs/DEBIAN/postinst
Executable file
5
ressources/metabase/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
id metabase &> /dev/null || useradd metabase -r -s /bin/false -d /var/lib/metabase
|
||||
|
||||
chown -R www-data:www-data /var/lib/metabase
|
Loading…
Add table
Add a link
Reference in a new issue