New version mautrix-whatsapp2deb
add wallabag2deb but not work
This commit is contained in:
parent
1055dbd48c
commit
637a60c3bf
9 changed files with 73 additions and 2 deletions
0
ressources/wallabag/rootfs/DEBIAN/changelog
Normal file
0
ressources/wallabag/rootfs/DEBIAN/changelog
Normal file
1
ressources/wallabag/rootfs/DEBIAN/conffiles
Normal file
1
ressources/wallabag/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/wallabag/parameters.yml
|
8
ressources/wallabag/rootfs/DEBIAN/control
Normal file
8
ressources/wallabag/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: wallabag
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: php-common, php-xml, php-json, php-gd, php-mbstring, php-xml, php-tidy, php-curl, php-tokenizer, php-bcmath, php-intl, php-fpm, php-sqlite3, php-pgsql, php-mysql
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: wallabag
|
2
ressources/wallabag/rootfs/DEBIAN/postinst
Executable file
2
ressources/wallabag/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
chown -R www-data:www-data /var/lib/wallabag/
|
|
@ -0,0 +1,11 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName grocy.net.lgy.fr
|
||||
|
||||
DocumentRoot /usr/share/grocy/public/
|
||||
|
||||
<directory /usr/share/grocy/public/>
|
||||
Options -Indexes -MultiViews +FollowSymLinks
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</directory>
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue