Add grocy
update version element-web2deb joplin2deb update README
This commit is contained in:
parent
dd0aad6740
commit
1055dbd48c
13 changed files with 112 additions and 153 deletions
0
ressources/grocy/rootfs/DEBIAN/changelog
Normal file
0
ressources/grocy/rootfs/DEBIAN/changelog
Normal file
1
ressources/grocy/rootfs/DEBIAN/conffiles
Normal file
1
ressources/grocy/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/grocy/config.php
|
8
ressources/grocy/rootfs/DEBIAN/control
Normal file
8
ressources/grocy/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: grocy
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: php-simplexml, php-gd, php-sqlite3, php-intl, php-mbstring
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: grocy
|
2
ressources/grocy/rootfs/DEBIAN/postinst
Executable file
2
ressources/grocy/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
chown www-data:www-data /var/lib/grocy
|
Loading…
Add table
Add a link
Reference in a new issue