Page 1 of 2

New web Gui

Posted: Sun Jul 28, 2019 8:05 pm
by Draco
Hi All,
We have developed a new web interface for cgru

https://github.com/Arubinu/Draco-CGRU

We welcome your feedback and your new ideas

Best,

Anthony

Re: New web Gui

Posted: Mon Jul 29, 2019 9:33 am
by timurhai
Hi!

Great!

Have you tried this config variable?
https://github.com/CGRU/cgru/blob/maste ... t.json#L13
- to not replace original files.

Later better add an ability to afserver to serve several (any number) of web GUIs at the same time.

Sorry, but for a next several months i will be very busy, and will not have enough time for the project to tests/reviews.
I also working with a new feature - render pools. It will take some time too.

Re: New web Gui

Posted: Tue Jul 30, 2019 11:15 am
by Draco
Hi,
Thank you for the comment.

Indeed, it would be very convenient to be able to change the theme, and looking at the side of "af_http_serve_dir", I understood that it would change the starting point of the web server.
This is not practical since our interface relies on the scripts and files present from the root of CGRU.

I will suggest adding a variable such as "af_http_serve_index", which would replace "AFGENERAL :: HTML_BROWSER" which is always "/afanasy/browser/index.html".
In this case we could stay on the same basis, keep the original web interface, and leave the possibility to change quickly (involving a restart of afserver)!

Thank you for this tool.

Re: New web Gui

Posted: Tue Jul 30, 2019 11:28 am
by timurhai
Hi.
Even better, if each user can choose what GUI to use, so one use can use one GUI and other the other at the same time.
And a config setting for afserver what is the default one.

Re: New web Gui

Posted: Tue Oct 15, 2019 12:23 pm
by Mikas
Thanks a lot for this UI. It's so much more convenient than the default one. And the right click menu's are godsend. Very cool!

Re: New web Gui

Posted: Thu Mar 25, 2021 1:42 pm
by Bona_Jr.
Hello Draco,

Does it work on the latest version of Afanasy?
I tried, I replaced the folder, but nothing happened, the webgui that comes with afanasy continues to appear.

Thanks,

Bona Jr.

Re: New web Gui

Posted: Thu Mar 25, 2021 4:53 pm
by timurhai
You definitely replaced some other folder.
Because afserver can't show original GUI if it does not exist in original location.

Re: New web Gui

Posted: Thu Mar 25, 2021 6:03 pm
by Bona_Jr.
Hi Timur,

I thought it was weird too.

BUT, I found my mistake. The folder that must be replaced is on the server and not on my computer.

Thanks,

Re: New web Gui

Posted: Thu Mar 25, 2021 8:03 pm
by timurhai
It works now?

Re: New web Gui

Posted: Fri Mar 26, 2021 1:52 am
by Bona_Jr.
Yes, it works!

Thank you