1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
This commit is contained in:
root 2018-09-06 14:07:16 -04:00
commit 7b9086ec92
3 changed files with 5 additions and 3 deletions

View file

@ -5,9 +5,10 @@ After=syslog.target network.target local-fs.target
[Service]
Type=forking
PIDFile=/var/run/calibre.pid
TimeoutStartSec=400
TimeoutStartSec=600
ExecStart=/usr/bin/calibre-server --daemonize --log=/var/log/calibre.log --pidfile=/var/run/calibre.pid --port={{ calibre_port }} --enable-auth --userdb={{ calibre_userdb }} {{ calibre_dbpath }}
[Install]
TimeoutStartSec=900
# 2018-09-06: @jvonau believes the line below is bogus, so we're removing it per #1096
#TimeoutStartSec=900
WantedBy=multi-user.target

View file

@ -8,7 +8,7 @@ nextcloud_url: /nextcloud
nextcloud_prefix: /opt
nextcloud_data_dir: "{{ content_base }}/nextcloud/data"
nextcloud_dl_url: https://download.nextcloud.com/server/releases/
nextcloud_orig_src_file: latest-13.tar.bz2
nextcloud_orig_src_file: latest-14.tar.bz2
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
# we install on mysql with these setting or those from default_vars, etc.

View file

@ -2,6 +2,7 @@ Alias {{ nextcloud_url }} {{ nextcloud_prefix }}/nextcloud
<Directory {{ nextcloud_prefix }}/nextcloud/>
Options -Indexes
AllowOverride All
<IfModule mod_authz_core.c>
# Apache 2.4