Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:nextcloud [2025/03/22 13:48] – [Resources] darron | tools:nextcloud [2025/03/26 12:37] (current) – [Host] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Nextcloud==== | ====Nextcloud==== | ||
+ | <wrap right> | ||
+ | {{tools: | ||
+ | </ | ||
- | + | ===Host=== | |
- | [[https:// | + | |
- | + | ||
- | ===Server=== | + | |
Debian bookworm [[: | Debian bookworm [[: | ||
Line 10: | Line 10: | ||
< | < | ||
DUAL CORE | DUAL CORE | ||
- | 2GB RAM | + | 8GB RAM |
80 GB HDD | 80 GB HDD | ||
</ | </ | ||
- | ==Setup== | + | NB CollaboraOnline recommends [[https:// |
+ | if you need that. | ||
+ | |||
+ | ==AppImage== | ||
+ | |||
+ | Nextcloud apps can be binary blobs which depend on fuse and may also require X11 features such | ||
+ | as fonts. The X11 client depends on Qt | ||
+ | |||
+ | < | ||
+ | apt install fuse qt6-base-dev libasound2 | ||
+ | </ | ||
+ | |||
+ | ===Server=== | ||
+ | |||
+ | [[https:// | ||
__MySQL__ | __MySQL__ | ||
Line 71: | Line 85: | ||
ErrorLog | ErrorLog | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | diff php.ini.dist php.ini | ||
+ | 435c435 | ||
+ | < memory_limit = 128M | ||
+ | --- | ||
+ | > memory_limit = 1G | ||
+ | 703c703 | ||
+ | < post_max_size = 8M | ||
+ | --- | ||
+ | > post_max_size = 2G | ||
+ | 855c855 | ||
+ | < upload_max_filesize = 2M | ||
+ | --- | ||
+ | > upload_max_filesize = 2G | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | diff conf.d/ | ||
+ | 4c4,14 | ||
+ | < opcache.jit=off | ||
+ | --- | ||
+ | > ; | ||
+ | > ; | ||
+ | > opcache.enable=1 | ||
+ | > opcache.enable_cli=1 | ||
+ | > opcache.revalidate_freq = 60 | ||
+ | > opcache.memory_consumption = 256M | ||
+ | > opcache.interned_strings_buffer = 128M | ||
+ | > opcache.max_accelerated_files=10000 | ||
+ | > opcache.save_comments = 1 | ||
+ | > opcache.jit = 1255 | ||
+ | > opcache.jit_buffer_size = 8M | ||
</ | </ | ||
===Client=== | ===Client=== | ||
- | Download | + | [[https:// |
+ | |||
+ | Download | ||
< | < | ||
Line 81: | Line 131: | ||
</ | </ | ||
- | Install Qt | ||
- | < | ||
- | apt install fuse qt6-base-dev libasound2 | ||
- | </ | ||
Run client | Run client | ||
Line 98: | Line 144: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
/* | /* |