Changes

From Amahi Wiki
Jump to: navigation, search
1,292 bytes added ,  22:14, 16 November 2012
m
*In the example below a size of 2 GB is entered followed by clicking the Save button. When the next upload occurs a popup next to the upload bottom will show the maximum upload per file size allowed by the ownCloud instance.
:[[File:Oc_max_upload_changed.png‎]]
*<explain zip file input here>*ownCloud can store old versions of files when they are updated with a new version. This is a setting the that effects the entire ownCloud instance, it cannot be used on a per user basis. By default versioning is enabled. In this example it has been unchecked. Reason? Well first ask the question, how important is it to keep backup copies of files in the first place? It might be in a business environment on a shared directory. But for a home environment it might not be important. Remember each new updated file uploaded in to ownCloud creates a copy of the old file. , it all chews up disk space. The ownCloud instance might not have the luxury of additional storage space. Additionally who ever takes care of the ownCloud system will have to keep watch who it is using up all of the system disk space.
:[[File:Oc_disable_versioning.png‎]]
 
Where versioning is enabled each ownCloud user has a directory where their old file versions are stored.
 
/var/hda/files/owncloud/data/<user ID>/files_versions
 
*The following shows the default settings that are ownCloud instance wide for enabling/disabling Sharing of information.
:[[File:Oc_admin_settings_sharing.png‎‎]]
 
'''Enable Share API:'''
Allows ownCloud applications to share information. Unchecked sharing for the ownCloud applications is disabled.
'''Allow links:'''
Enable/disable use of public links for sharing a file with an anonymous user.
'''Allow users to share with anyone:'''
Enabled any user currently setup to share information can reshare that information with other ownCloud instance users.
It might be a good idea to initially to disable this until the extent of sharing on the instance is better understood.
'''Allow users to share with anyone:'''
This is the last of the sharing configurations. This setting determines if sharing is completely instance
wide for all users or user sharing will be defined by ownCloud Security Groups. It might be a good
idea initially to leave it instance wide until the extent of sharing is better understood.
 
* There configuration for the instance is done. Well for now anyway.
===Creating Users===