* [PVE-User] New Mobile App
@ 2020-09-22 14:18 Bertorello, Marco
2020-09-22 14:27 ` Chris Sutcliff
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Bertorello, Marco @ 2020-09-22 14:18 UTC (permalink / raw)
To: pve-user
[-- Attachment #1.1.1: Type: text/plain, Size: 412 bytes --]
Hi PVE users, great news:
https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76317/
Unfortunately, I cannot test this app because my servers are behind a
reverse proxy running on standard 443/HTTPS port, while for the app
https and :8006 are implied.
I hope this will change in future, the app seems very cool!
Best regards,
--
Marco Bertorello
https://www.marcobertorello.it
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-22 14:18 [PVE-User] New Mobile App Bertorello, Marco
@ 2020-09-22 14:27 ` Chris Sutcliff
2020-09-22 14:44 ` tony
` (2 subsequent siblings)
3 siblings, 0 replies; 10+ messages in thread
From: Chris Sutcliff @ 2020-09-22 14:27 UTC (permalink / raw)
To: Proxmox VE user list
I would also love to check this out but I have exactly the same issue.
Please allow us to specify our own port! If we put ":443" on the end of the URL it still automatically adds ":8006" on the end making it "<url>:443:8006"
Kind Regards
Chris Sutcliff
Sutcliff Limited
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, September 22, 2020 3:18 PM, Bertorello, Marco <me@marcobertorello.it> wrote:
> Hi PVE users, great news:
>
> https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76317/
>
> Unfortunately, I cannot test this app because my servers are behind a
> reverse proxy running on standard 443/HTTPS port, while for the app
> https and :8006 are implied.
>
> I hope this will change in future, the app seems very cool!
>
> Best regards,
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Marco Bertorello
> https://www.marcobertorello.it
>
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-22 14:18 [PVE-User] New Mobile App Bertorello, Marco
2020-09-22 14:27 ` Chris Sutcliff
@ 2020-09-22 14:44 ` tony
2020-09-22 15:44 ` Thomas Lamprecht
2020-09-22 18:18 ` Thomas Lamprecht
3 siblings, 0 replies; 10+ messages in thread
From: tony @ 2020-09-22 14:44 UTC (permalink / raw)
To: pve-user
I have been using Aprox for a while now. I just openvpn into my
client's networks ( every client has one, so we can do remote
troubleshooting/etc ). Does not do everything, but gets the job done
when you 'need it'.
On 9/22/20 10:18 AM, Bertorello, Marco wrote:
> Hi PVE users, great news:
>
> https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76317/
>
> Unfortunately, I cannot test this app because my servers are behind a
> reverse proxy running on standard 443/HTTPS port, while for the app
> https and :8006 are implied.
>
> I hope this will change in future, the app seems very cool!
>
> Best regards,
>
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-22 14:18 [PVE-User] New Mobile App Bertorello, Marco
2020-09-22 14:27 ` Chris Sutcliff
2020-09-22 14:44 ` tony
@ 2020-09-22 15:44 ` Thomas Lamprecht
2020-09-22 18:18 ` Thomas Lamprecht
3 siblings, 0 replies; 10+ messages in thread
From: Thomas Lamprecht @ 2020-09-22 15:44 UTC (permalink / raw)
To: Proxmox VE user list, Bertorello, Marco
Hi,
On 22.09.20 16:18, Bertorello, Marco wrote:
> Hi PVE users, great news:
>
> https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76317/
>
> Unfortunately, I cannot test this app because my servers are behind a
> reverse proxy running on standard 443/HTTPS port, while for the app
> https and :8006 are implied.
It is intended to work as such. But, to be honest, I did not test that
feature since quite a bit.
Normally you should be able to just add <hostname-or-ip>:443 and it should
work. We'll retest this and provide a fix if there's an issue.
Thank you for the feedback.
cheers,
Thomas
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-22 14:18 [PVE-User] New Mobile App Bertorello, Marco
` (2 preceding siblings ...)
2020-09-22 15:44 ` Thomas Lamprecht
@ 2020-09-22 18:18 ` Thomas Lamprecht
2020-09-23 16:18 ` Thomas Lamprecht
3 siblings, 1 reply; 10+ messages in thread
From: Thomas Lamprecht @ 2020-09-22 18:18 UTC (permalink / raw)
To: Proxmox VE user list, Bertorello, Marco, chris
On 22.09.20 16:18, Bertorello, Marco wrote:
> Hi PVE users, great news:
>
> https://forum.proxmox.com/threads/new-mobile-app-for-proxmox-ve.76317/
>
> Unfortunately, I cannot test this app because my servers are behind a
> reverse proxy running on standard 443/HTTPS port, while for the app
> https and :8006 are implied.
>
> I hope this will change in future, the app seems very cool!
OK, I checked it. While in general other ports than 8006 work just
fine, there's a bug with the https 443 one.
The reason for this is that the dart Uri.hasPort[0] property is queried
when checking if the passed URL has no port added and thus the implied
8006 port should be added[1]. For https and port 443 the port is detected
as "default" and omitted, thus this is always false for that, argh!
So, if I do a reverse proxy on port 444 it works, on 444 not.
We'll fix this with the next release.
cheers,
Thomas
[0]: https://api.dart.dev/stable/2.9.1/dart-core/Uri/hasPort.html
[1]: https://git.proxmox.com/?p=flutter/proxmox_login_manager.git;a=blob;f=lib/proxmox_login_form.dart;h=2a4f5011279944ca508aeb69ed11f5d3d6a4ae36;hb=HEAD#l470
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-22 18:18 ` Thomas Lamprecht
@ 2020-09-23 16:18 ` Thomas Lamprecht
2020-09-23 17:30 ` Bertorello, Marco
2020-09-23 18:22 ` Gianni Milo
0 siblings, 2 replies; 10+ messages in thread
From: Thomas Lamprecht @ 2020-09-23 16:18 UTC (permalink / raw)
To: Proxmox VE user list, Bertorello, Marco, chris
FYI: the next release (1.0.1) is out and should be available as update.
The 443 port works now too, all other ports should naturally continue to work.
cheers,
Thomas
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-23 16:18 ` Thomas Lamprecht
@ 2020-09-23 17:30 ` Bertorello, Marco
2020-09-23 18:22 ` Gianni Milo
1 sibling, 0 replies; 10+ messages in thread
From: Bertorello, Marco @ 2020-09-23 17:30 UTC (permalink / raw)
To: Proxmox VE user list, chris
[-- Attachment #1.1.1: Type: text/plain, Size: 345 bytes --]
Il 23/09/2020 18:18, Thomas Lamprecht ha scritto:
> FYI: the next release (1.0.1) is out and should be available as update.
> The 443 port works now too, all other ports should naturally continue to work.
>
> cheers,
> Thomas
>
>
Thanks a lot Thomas! It works flawlessy now!
--
Marco Bertorello
https://www.marcobertorello.it
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-23 16:18 ` Thomas Lamprecht
2020-09-23 17:30 ` Bertorello, Marco
@ 2020-09-23 18:22 ` Gianni Milo
2020-09-24 6:09 ` Thomas Lamprecht
1 sibling, 1 reply; 10+ messages in thread
From: Gianni Milo @ 2020-09-23 18:22 UTC (permalink / raw)
To: Proxmox VE user list
Do you have any future plans to have this ported into Apple Appstore as
well?
On Wed, 23 Sep 2020 at 17:18, Thomas Lamprecht <t.lamprecht@proxmox.com>
wrote:
> FYI: the next release (1.0.1) is out and should be available as update.
>
> The 443 port works now too, all other ports should naturally continue to
> work.
>
>
>
> cheers,
>
> Thomas
>
>
>
>
>
>
>
> _______________________________________________
>
> pve-user mailing list
>
> pve-user@lists.proxmox.com
>
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-23 18:22 ` Gianni Milo
@ 2020-09-24 6:09 ` Thomas Lamprecht
2020-09-24 11:10 ` tony
0 siblings, 1 reply; 10+ messages in thread
From: Thomas Lamprecht @ 2020-09-24 6:09 UTC (permalink / raw)
To: Proxmox VE user list, Gianni Milo
On 23.09.20 20:22, Gianni Milo wrote:
> Do you have any future plans to have this ported into Apple Appstore as
> well?
>
Thanks to using Flutter we would not even have to port it, it would compile
as is, to a native App build - albeit currently with material, not native
iOS, theme.
The issues are more legal ones, aGPL as GPL apps are not exactly conform
with the Apple store's terms of service[0].
Possible we could go a route like the mosh project and add a specific waiver
for iOS[1], but I'm not the one deciding that alone and also not the biggest
fan of such things either.
Rather, I'd like to add the App in more free repositories, like F-Droid, but
something like that does not exists for Apple platform neither, IIRC.
We will evaluate it more closely in the future, and if there's a reasonable way
which also honors the open source commitment of ours, we will make a release on
any Platform possible.
cheers,
Thomas
[0]: https://www.fsf.org/blogs/licensing/more-about-the-app-store-gpl-enforcement
[1]: https://github.com/mobile-shell/mosh/blob/master/COPYING.iOS
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PVE-User] New Mobile App
2020-09-24 6:09 ` Thomas Lamprecht
@ 2020-09-24 11:10 ` tony
0 siblings, 0 replies; 10+ messages in thread
From: tony @ 2020-09-24 11:10 UTC (permalink / raw)
To: pve-user
Such a wonderful attitude, i wish more companies were like this. ( its
too bad Apple has to be a pain in the neck over such things )
On 9/24/20 2:09 AM, Thomas Lamprecht wrote:
> On 23.09.20 20:22, Gianni Milo wrote:
>> Do you have any future plans to have this ported into Apple Appstore as
>> well?
>>
> Thanks to using Flutter we would not even have to port it, it would compile
> as is, to a native App build - albeit currently with material, not native
> iOS, theme.
>
> The issues are more legal ones, aGPL as GPL apps are not exactly conform
> with the Apple store's terms of service[0].
>
> Possible we could go a route like the mosh project and add a specific waiver
> for iOS[1], but I'm not the one deciding that alone and also not the biggest
> fan of such things either.
>
> Rather, I'd like to add the App in more free repositories, like F-Droid, but
> something like that does not exists for Apple platform neither, IIRC.
>
> We will evaluate it more closely in the future, and if there's a reasonable way
> which also honors the open source commitment of ours, we will make a release on
> any Platform possible.
>
> cheers,
> Thomas
>
> [0]: https://www.fsf.org/blogs/licensing/more-about-the-app-store-gpl-enforcement
> [1]: https://github.com/mobile-shell/mosh/blob/master/COPYING.iOS
>
>
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-09-24 11:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 14:18 [PVE-User] New Mobile App Bertorello, Marco
2020-09-22 14:27 ` Chris Sutcliff
2020-09-22 14:44 ` tony
2020-09-22 15:44 ` Thomas Lamprecht
2020-09-22 18:18 ` Thomas Lamprecht
2020-09-23 16:18 ` Thomas Lamprecht
2020-09-23 17:30 ` Bertorello, Marco
2020-09-23 18:22 ` Gianni Milo
2020-09-24 6:09 ` Thomas Lamprecht
2020-09-24 11:10 ` tony
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal