Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-07 Thread Mike Blackstock
oops, apparently the hash tag in the url is important:
https://static.blackstock.media/guacamole/#/

On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock 
wrote:

> Demo at https://static.blackstock.media/guacamole
>
> Login: guest
> Password: guest
>
> Click one of the unused demo sessions.
>
> -Mike
>
>
> --
> https://blackstock.media
>


-- 
https://blackstock.media


Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-07 Thread Guy Stalnaker
Mike - one immediate thing to note - the current privileges expose the root
of the file system. Maybe there are no files outside of /home/* that can be
opened, but perhaps better that anything outside of /home/* not even be
visible.

Will explore more later (Zoom with family now).

Regards,

Guy S
--

“Happiness is the meaning and the purpose of life, the whole aim and end of
human existence.”

― Aristotle


On Sun, Aug 7, 2022 at 4:35 PM Mike Blackstock 
wrote:

> oops, apparently the hash tag in the url is important:
> https://static.blackstock.media/guacamole/#/
>
> On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock 
> wrote:
>
>> Demo at https://static.blackstock.media/guacamole
>>
>> Login: guest
>> Password: guest
>>
>> Click one of the unused demo sessions.
>>
>> -Mike
>>
>>
>> --
>> https://blackstock.media
>>
>
>
> --
> https://blackstock.media
>


Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-07 Thread Valentin Petzel
Hi Mike,

small correction: The # is what coders call a _hash,_ a _hash tag_ is a 
certain way of specifying tags in content by prepending a hash originating 
from twitter.

I do like that this thing comes with KDE Dolphin installed, but I’m not sure 
if this will really be that usable. What we have here is mostly a specialized 
text editor that calls a CLI program. It should be quite possible to create a 
responsive web interface doing exactly that (maybe even using parts of 
Frescobaldi’s python functions under the hood). That also has the benefit of 
being much easier to control how users might interact with the system 
(security concerns?).

The problem with this design is that it simulates a window manager within a 
browser window, which is totally unnecessary, and then has to relay drawing 
and interaction over the webinterface, which is quite laggy.

Cheers,
Valentin

Am Sonntag, 7. August 2022, 23:33:23 CEST schrieb Mike Blackstock:
> oops, apparently the hash tag in the url is important:
> https://static.blackstock.media/guacamole/#/
> 
> On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock 
> 
> wrote:
> > Demo at https://static.blackstock.media/guacamole
> > 
> > Login: guest
> > Password: guest
> > 
> > Click one of the unused demo sessions.
> > 
> > -Mike
> > 
> > 
> > --
> > https://blackstock.media



signature.asc
Description: This is a digitally signed message part.


Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-07 Thread Knute Snortum
Interesting.  Some thoughts:

a) how do you get code into and out of the web Frescobaldi?  Copy and
Paste?  If you give people access to a browser, they can use Google
Drive or another cloud product.

b) Any possibility of getting LilyPond version 2.22.2 and 2.23.11?

--
Knute Snortum


On Sun, Aug 7, 2022 at 2:35 PM Mike Blackstock
 wrote:
>
> oops, apparently the hash tag in the url is important:
> https://static.blackstock.media/guacamole/#/
>
> On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock  
> wrote:
>>
>> Demo at https://static.blackstock.media/guacamole
>>
>> Login: guest
>> Password: guest
>>
>> Click one of the unused demo sessions.
>>
>> -Mike
>>
>>
>> --
>> https://blackstock.media
>
>
>
> --
> https://blackstock.media



Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-07 Thread Mike Blackstock
Someone left this [see attached screenshot] , so I saved it... it's in the
'demo' session folder.
M.


On Sun, Aug 7, 2022 at 5:33 PM Mike Blackstock 
wrote:

> oops, apparently the hash tag in the url is important:
> https://static.blackstock.media/guacamole/#/
>
> On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock 
> wrote:
>
>> Demo at https://static.blackstock.media/guacamole
>>
>> Login: guest
>> Password: guest
>>
>> Click one of the unused demo sessions.
>>
>> -Mike
>>
>>
>> --
>> https://blackstock.media
>>
>
>
> --
> https://blackstock.media
>


-- 
https://blackstock.media


Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-08 Thread Mike Blackstock
re. "perhaps better that anything outside of /home/* not even be visible"

Indeed, agree 100% ... but I couldn't find a linux file manager that
disallowed access in that way.
Could you recommend something?

It wasn't a high priority because the site is running inside a KVM
virtual machine that isolates
it from the main host system, and it can be easily restored from a snapshot
image if it gets trashed.
It's restored to the original state once a day as well, just as a matter of
policy, anyway.

But a restricted filemanager would be better, even still. TIA for any
suggestions.

M.



On Sun, Aug 7, 2022 at 5:58 PM Guy Stalnaker  wrote:

> Mike - one immediate thing to note - the current privileges expose the
> root of the file system. Maybe there are no files outside of /home/* that
> can be opened, but perhaps better that anything outside of /home/* not even
> be visible.
>
> Will explore more later (Zoom with family now).
>
> Regards,
>
> Guy S
> --
>
> “Happiness is the meaning and the purpose of life, the whole aim and end
> of human existence.”
>
> ― Aristotle
>
>
> On Sun, Aug 7, 2022 at 4:35 PM Mike Blackstock 
> wrote:
>
>> oops, apparently the hash tag in the url is important:
>> https://static.blackstock.media/guacamole/#/
>>
>> On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock 
>> wrote:
>>
>>> Demo at https://static.blackstock.media/guacamole
>>>
>>> Login: guest
>>> Password: guest
>>>
>>> Click one of the unused demo sessions.
>>>
>>> -Mike
>>>
>>>
>>> --
>>> https://blackstock.media
>>>
>>
>>
>> --
>> https://blackstock.media
>>
>

-- 
https://blackstock.media


Re: Prototype Frescobaldi in the browser [URL correction]

2022-08-08 Thread Mike Blackstock
The plan is to start up a 2nd VM for 'trusted users' like yourself, with
more access,
for real work, with a browser, shell,  etc. and add an FTP upload folder to
the demo VM so
anonymous users can upload files and try it out Fresobaldi that way, in
addition to pasting
code, as it is now.

Will keep ya posted - thanks for the interest :)
M.


On Sun, Aug 7, 2022 at 6:12 PM Knute Snortum  wrote:

> Interesting.  Some thoughts:
>
> a) how do you get code into and out of the web Frescobaldi?  Copy and
> Paste?  If you give people access to a browser, they can use Google
> Drive or another cloud product.
>
> b) Any possibility of getting LilyPond version 2.22.2 and 2.23.11?
>
> --
> Knute Snortum
>
>
> On Sun, Aug 7, 2022 at 2:35 PM Mike Blackstock
>  wrote:
> >
> > oops, apparently the hash tag in the url is important:
> > https://static.blackstock.media/guacamole/#/
> >
> > On Sun, Aug 7, 2022 at 5:27 PM Mike Blackstock <
> blackstock.m...@gmail.com> wrote:
> >>
> >> Demo at https://static.blackstock.media/guacamole
> >>
> >> Login: guest
> >> Password: guest
> >>
> >> Click one of the unused demo sessions.
> >>
> >> -Mike
> >>
> >>
> >> --
> >> https://blackstock.media
> >
> >
> >
> > --
> > https://blackstock.media
>


-- 
https://blackstock.media