First commit
This commit is contained in:
commit
95707101eb
5 changed files with 177 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
Wallabag Bastille Template
|
||||
--------------------------
|
||||
|
||||
Template for [Wallabag](https://wallabag.org) application configured with Nginx,
|
||||
PostgreSQL and PHP-FPM. For PostgreSQL, you need to activate `sysvshm` with:
|
||||
|
||||
```
|
||||
bastille config <target> set sysvshm new && bastille restart <target>
|
||||
```
|
||||
|
||||
before applying this template.
|
||||
|
||||
## Template variables
|
||||
|
||||
List of variables of this template:
|
||||
|
||||
* `WALLABAG_VERSION`: version of wallabag to install
|
||||
* `DBNAME`, `DBUSER`, `DBPASS`: database parameters
|
||||
* `SECRET`: value of Wallabag secret parameter
|
||||
* `FQDN`: domain name for Wallabag
|
||||
* `LOCALE`: locale for wallabag parameter
|
Loading…
Add table
Add a link
Reference in a new issue