Koozali.org: home of the SME Server

music, photos, movies

Offline xmbytes

  • *
  • 7
  • +0/-0
music, photos, movies
« on: June 02, 2013, 02:51:45 AM »
I am trying to setup one ibay for music to play via http one ibay for movies to play via http and one ibay for photos. I like owncloud but then I would have to mix in biz with personnel and there would be no reason for users to have there own ibay and I am worried from networking that my biz files would be accessible to others. Does anyone have a simple solution.

Offline idp_qbn

  • *****
  • 347
  • +0/-0
Re: music, photos, movies
« Reply #1 on: June 02, 2013, 10:20:28 AM »
Create groups with access to the appropriate Ibays:
music-group has access to the Ibay "music: and so on. Or just leave the public ones as Read : Everyone Write: Admin (or a group)

For the Biz files, create a group biz-group and assign users to it as needed. Create the Ibay Biz with Read: biz-group, Write : Biz-group

Read the manual!!! (not a criticism, just strong advice) especially the bits about Ibays, users and groups.

Basically, you can control access to Ibays though Group membership- and that protects your Biz files.

Good luck and happy reading
Ian
___________________
Sydney, NSW, Australia

Offline xmbytes

  • *
  • 7
  • +0/-0
Re: music, photos, movies
« Reply #2 on: June 03, 2013, 12:14:10 AM »
ok how I am trying to fix my issue is install owncloud in three dirrent Ibay. I got own cloud up in one ibay but having issue with second ibay : error

Information Bay

This information bay has not yet been customized.

I think it is over this part http://wiki.contribs.org/OwnCloud
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 nano -w /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/99allow_url_fopen
 
 and paste the following and save this
 <Directory /home/e-smith/files/ibays/owncloud/html>
 php_admin_flag allow_url_fopen on
 </Directory>

I setup this section like this:

 <Directory /home/e-smith/files/ibays/music/html>
 php_admin_flag allow_url_fopen on
 </Directory>
 <Directory /home/e-smith/files/ibays/movies/html>
 php_admin_flag allow_url_fopen on
 </Directory>
« Last Edit: June 03, 2013, 12:15:44 AM by xmbytes »

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: music, photos, movies
« Reply #3 on: June 04, 2013, 05:14:36 AM »
xmbytes

You do not really state your problem accurately.

IIUC then you should remove the original default index.html file from the ibay /html folder.
Then the index file (eg index.php or whatever) that owncloud uses can take preference.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.