Search found 913 matches

by timurhai
Fri Jul 19, 2019 10:15 am
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

Apache should not give an access w/o authentication, if digest and valid user are enabled.
You should check you Apache configuration.

You can test http server with some empty site, not in the CGRU root folder.
by timurhai
Thu Jul 18, 2019 6:12 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

You should have this line (uncommented):
https://github.com/CGRU/cgru/blob/maste ... example#L9
To make Apache to perform authentication.
by timurhai
Thu Jul 18, 2019 4:57 pm
Forum: General
Topic: Afanasy 2.4.0
Replies: 1
Views: 3237

Re: Afanasy 2.4.0

Hi. We are using 2.4.0-02 that is in the master branch now. It is a production stable, but not all features added that are in plans for the next release - a release with pools. Pools is a farm.json replace. But for now with a less functionality. In plans - pool will have much greater functions. For ...
by timurhai
Thu Jul 18, 2019 4:31 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

You should create at least one group admins and add the first user to it.
After that first admin can use RULES GUI to add other groups and users.
Next you should create users group.
Only admins and users can navigate any project by default.
For any other, admin should give an access.
by timurhai
Thu Jul 18, 2019 4:26 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

RULES uses Apache Digest Authentication. You can read how setup it, there are lots of Apache manuals: https://www.google.com/search?q=apache+digest+authentication This is an Apache .htaccess file example: https://github.com/CGRU/cgru/blob/master/htaccess_example You can copy it into .htaccess and mo...
by timurhai
Thu Jul 18, 2019 3:58 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

Are you a guest, or who? Open settings (top left arrow).
by timurhai
Thu Jul 18, 2019 3:20 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

Is there some administrator? Have you logged in?
by timurhai
Thu Jul 18, 2019 12:00 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

May be the same permissions problem.
by timurhai
Thu Jul 18, 2019 9:32 am
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 22279

Re: Error: Can`t open users folder.

Hi.
User that runs http server should have an r+w access cgru/users folder.
You can create it manually and give rights (to not to give such rights to the entire cgru folder for a security reasons).
by timurhai
Thu Jul 18, 2019 9:29 am
Forum: General
Topic: Do you think that there will be support for kdenlive at all or is that not going to happen?
Replies: 1
Views: 16091

Re: Do you think that there will be support for kdenlive at all or is that not going to happen?

Hi. Afanasy can distribute over farm everything that you can describe via command line. Some soft, like Blender and Natron has a build in Python (Python API) to create custom dialogs/nodes that can can construct and send job(s). Even if soft has not any Python (API) you we can use AfStarter (http://...