Changed installation to Debian package
App store and web update are now disabled. Apps need to be installed with as Debian packages as well.
This commit is contained in:
parent
68e0865931
commit
650562a73d
7 changed files with 49 additions and 75 deletions
5
templates/apt-preferences.j2
Normal file
5
templates/apt-preferences.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% if nextcloud.version %}
|
||||
Package: nextcloud
|
||||
Pin: version {{ nextcloud.version }}
|
||||
Pin-Priority: 999
|
||||
{% endif %}
|
||||
|
|
@ -3,7 +3,7 @@ server {
|
|||
listen {{ listen }};
|
||||
{% endfor %}
|
||||
|
||||
root /var/www/nextcloud;
|
||||
root /usr/share/nextcloud;
|
||||
client_max_body_size {{ nextcloud.upload_size_max }};
|
||||
client_body_buffer_size 128k;
|
||||
fastcgi_buffers 64 4K;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue