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:
Julian 2022-01-31 04:03:45 +01:00
parent 68e0865931
commit 650562a73d
No known key found for this signature in database
GPG key ID: 2F811E2338EE029B
7 changed files with 49 additions and 75 deletions

View file

@ -0,0 +1,5 @@
{% if nextcloud.version %}
Package: nextcloud
Pin: version {{ nextcloud.version }}
Pin-Priority: 999
{% endif %}

View file

@ -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;