![]() |
CamillaGUI and the Files tab - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: CamillaGUI and the Files tab (/showthread.php?tid=6285) Pages:
1
2
|
RE: CamillaGUI and the Files tab - bitlab - 03-25-2024 If you leave the expert mode turned-off you wil not have the problem at all ... ;-) It has to do with (changed) behaviour of the camilladsp-gui 2.0 and the the redirects for nginx. Camilladsp pipeline editor gui runs on it own socket (http://sunroom.local:15000). To be able to make moode run on https or reverse proxy friendly behind a single socket number the gui is redirected: * https:///sunroom.loca/camilladsp/gui/index.html to http://sunroom.local:15000 * https:///sunroom.loca/api to http://sunroom.local:15000/api http://sunroom.local/cdsp-configeditor.php just contains an ifram with https://192.168.178.32/camilladsp/gui/index.html as target. Missing is now: * https:///sunroom.loca/config to http://sunroom.local:15000/config * http://sunroom.local:15000 should become http://localhost:15000 Disclaimer.: Some actions on the files are not garanteed to work with moode (or can even mess up moode), because it is the intention to let moode deal with the active configuration. Due change to camilladsp 2.0 I have to update the glue code to fix this. But that will be for the moode 9.0.0 version. |