SiloCityLabs / lochnas

Docker configuration for all-in-one nas setup
https://lochnas.com
GNU General Public License v3.0
51 stars 3 forks source link

Container support for v3 #52

Closed ldrrp closed 2 years ago

ldrrp commented 2 years ago

Problem

Paths were updated and all container compose files and paths need to be updated to match.

Containers to be tested:

ldrrp commented 2 years ago

Need to make some tweaks to nextcloud

    The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.
        Missing index "fs_id_storage_size" in table "oc_filecache".
        Missing index "fs_storage_path_prefix" in table "oc_filecache".
        Missing index "properties_pathonly_index" in table "oc_properties".
        Missing index "job_lastcheck_reserved" in table "oc_jobs".
    Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.