Line 69:
Line 69:
From this Italian forum post http://forums.contribs.org/index.php/topic,46399.msg227523.html#msg227523
From this Italian forum post http://forums.contribs.org/index.php/topic,46399.msg227523.html#msg227523
−
are instructions re how to use webshare with an ibay and SME users
+
are instructions re how to use webshare with an ibay and SME users, so the files/dirs are available also via samba
Create the custom template and fragment
Create the custom template and fragment
Line 86:
Line 86:
#name
#name
my $key = $webshare->key;
my $key = $webshare->key;
−
#use ibay
+
#use ibay?
my $useibay = $webshare->prop('UseIbay') || "no";
my $useibay = $webshare->prop('UseIbay') || "no";
−
#use sme users
+
#use sme users?
my $smeusers = $webshare->prop('SmeUsers') || "no";
my $smeusers = $webshare->prop('SmeUsers') || "no";
$OUT .= "# webshare\/$key\n";
$OUT .= "# webshare\/$key\n";
Line 133:
Line 133:
}
}
−
Create an ibay in server manager with the name ibaywebsharename, with no password.
+
Create an ibay in server manager with the name ibaywebsharename, with no password and enable php for it
Note ibaywebsharename should be the same as websharename and ibayname
Note ibaywebsharename should be the same as websharename and ibayname
Line 147:
Line 147:
cd /home/e-smith/files/ibays/ibaywebsharename/html
cd /home/e-smith/files/ibays/ibaywebsharename/html
rm index.html
rm index.html
+
+
{{Note box|Previous step is necessary to migrate from old files location to the new one.. it should be not necessary for new webshares '''not tested'''}}
Create a link
Create a link