Toon mobile access

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon mobile access

Post by Toonz »

nice, happy to include this in a future version once you are ready for it
member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon mobile access

Post by Toonz »

yjb wrote:Works like a charm; but really need some basic authentication before opening this up in my router.
I have modified the webserver configuration file to switch on basic authentication for accessing the /mobile pages.
Works fine, userid/passwd combination needs to be stored in a separate file.
I plan to build a TCS menu item to allow you to configure the userid/passwd from Toon itself.

In this setup you must access the page via http://userid:passwd@192.168.x.x/mobile .
Without the userid:passwd the browser asks for your credentials.

I guess this will be sufficient.

Kind regardz,

Toonz
member of the Toon Software Collective
yjb
Member
Member
Posts: 211
Joined: Fri Apr 17, 2009 1:15 pm
Location: Venhuizen, Netherlands

Re: Toon mobile access

Post by yjb »

I agree, that should be more than sufficient.
WickedMaster
Member
Member
Posts: 76
Joined: Wed Nov 07, 2018 1:53 pm

Re: Toon mobile access

Post by WickedMaster »

mAiden wrote:Nice to see this one as a app. I always used the Quby version, with a lot of my own work in it, including support for me smart plugs. Like:
Does it update the On/Off state on the Toon itself as well?
mAiden
Member
Member
Posts: 330
Joined: Mon Jul 10, 2017 10:22 am

Re: Toon mobile access

Post by mAiden »

WickedMaster wrote:
mAiden wrote:Nice to see this one as a app. I always used the Quby version, with a lot of my own work in it, including support for me smart plugs. Like:
Does it update the On/Off state on the Toon itself as well?
Of course it does that.
Member of the Toon Software Collective
rolinck
Starting Member
Starting Member
Posts: 15
Joined: Tue Mar 05, 2019 9:46 pm

Re: Toon mobile access

Post by rolinck »

To make the mobile site fullscreen on a ios device . You can add the following line in the index.html. And add the site to the ios beginscreen

Code: Select all

<meta name="apple-mobile-web-app-capable" content="yes">
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon mobile access

Post by Toonz »

rolinck wrote:To make the mobile site fullscreen on a ios device . You can add the following line in the index.html. And add the site to the ios beginscreen

Code: Select all

<meta name="apple-mobile-web-app-capable" content="yes">
ok, will add it.....
member of the Toon Software Collective
Dare
Starting Member
Starting Member
Posts: 5
Joined: Sun Mar 17, 2019 1:53 pm

Re: Toon mobile access

Post by Dare »

Toonz wrote:
yjb wrote:Works like a charm; but really need some basic authentication before opening this up in my router.
I have modified the webserver configuration file to switch on basic authentication for accessing the /mobile pages.
Works fine, userid/passwd combination needs to be stored in a separate file.
I plan to build a TCS menu item to allow you to configure the userid/passwd from Toon itself.

In this setup you must access the page via http://userid:passwd@192.168.x.x/mobile .
Without the userid:passwd the browser asks for your credentials.

Toonz
This is the last piece I was looking for, my toon is now complete with the remote tool. Would be great to configure a logon in the app itself. Can someone in perhaps explain how to create a user / password in the lighthttpd.conf? I openend the config and found the authentication section but looks quite complicated
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon mobile access

Post by Toonz »

Login function will be released later this week. Userid /password entry via the latest tsc resource file (settings - tsc).
The app will contain an updated lighttpd.conf file.
I am testing it already, works as expected so far...
member of the Toon Software Collective
hayman
Starting Member
Starting Member
Posts: 36
Joined: Fri Feb 26, 2016 6:16 pm

Re: Toon mobile access

Post by hayman »

is there any future update,implantation that can we link it to Domoticz (alexa/google) using mobile access ...?


thanks
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon mobile access

Post by TheHogNL »

hayman wrote:is there any future update,implantation that can we link it to Domoticz (alexa/google) using mobile access ...?
Toon to domoticz is already possible. You could even control your toon over domoticz with alexe/google when you use IFTTT.com

Toon mobile is just a javascript web site on the toon itself.
Member of the Toon Software Collective
hayman
Starting Member
Starting Member
Posts: 36
Joined: Fri Feb 26, 2016 6:16 pm

Re: Toon mobile access

Post by hayman »

i know the old way is there any other way than making the Dummy sensors ... ?
thanks
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon mobile access

Post by Toonz »

Hi all,

version 1.0.6 is available in ToonStore.
Changelog:
- <toon-ip>/mobile website now needs logon credentials. No change to the website itself.

You can set the userid/password on Toon via the 'Mobile login' button in the TSC menu (from resource file version 1.5.0 onwards):
enter both username and the password and press 'Opslaan'.
You can also manually configure the userid/password by creating the file /qmf/etc/lighttpd/lighttpd.user with contents: username:password

When accessing the <toon-ip>/mobile website your browser will ask for the credentials.
Alternatively you can use [url]http://username:password@<toon-ip>/mobile[/url] for direct access in your browser.

Kind regardz,

Toonz
member of the Toon Software Collective
MyZ
Member
Member
Posts: 53
Joined: Mon Jun 04, 2018 6:57 pm

Re: Toon mobile access

Post by MyZ »

Nice work!
MyZ
Member
Member
Posts: 53
Joined: Mon Jun 04, 2018 6:57 pm

Re: Toon mobile access

Post by MyZ »

Toonz wrote:Hi all,

version 1.0.6 is available in ToonStore.
Changelog:
- <toon-ip>/mobile website now needs logon credentials. No change to the website itself.

You can set the userid/password on Toon via the 'Mobile login' button in the TSC menu (from resource file version 1.5.0 onwards):
enter both username and the password and press 'Opslaan'.
You can also manually configure the userid/password by creating the file /qmf/etc/lighttpd/lighttpd.user with contents: username:password

When accessing the <toon-ip>/mobile website your browser will ask for the credentials.
Alternatively you can use [url]http://username:password@<toon-ip>/mobile[/url] for direct access in your browser.

Kind regardz,

Toonz
Hi Toonz, can I be an "azijnzeiker" for just a moment? ;-) Is it possible to place a better TSC logo? It's quite blurry. Low res? Or was it intentionally done this way?
Post Reply

Return to “Toon Apps”