The search returned 13 results

by Calvibald
February 14, 2020 - 3:00 PM
Forum: WAPT Server
Subject: [SOLVED] Launching an installation from the socket
Answers: 4
Views : 3763

[Solved] Launching an installation from the socket

Great, thank you! I'll specify this private key issue in the software documentation since it's quite important
by Calvibald
February 14, 2020 - 09:09
Forum: WAPT Server
Subject: [SOLVED] Launching an installation from the socket
Answers: 4
Views : 3763

Re: Launching an installation from the socket

Hello, thank you for the quick reply. So, if I understand correctly, it should be possible to create an external component that launches the installation on the workstations, provided I use the certificate in my request
by Calvibald
February 13, 2020 - 3:07 PM
Forum: WAPT Server
Subject: [SOLVED] Launching an installation from the socket
Answers: 4
Views : 3763

[SOLVED] Launching an installation from the socket

WAPT version: 1.7.4
Server OS: CentOS 7
Console OS: Windows 10

Hello,
I am still developing a software program but I have encountered a problem. The software aims to allow a user managing a room (a room containing computers) to choose which software...
by Calvibald
June 11, 2019 - 3:10 PM
Forum: WAPT Server
Subject: Wapt API for web interface
Answers: 12
Views : 10668

Re: Wapt API for web interface

Hello! I've solved my problem:
1) SELinux was blocking PHP.
2) I changed the script's execution method, so it works now. More info on what I did is here: (https://github.com/jojojojojota/waptwebpanel).

But I'm encountering a problem.
On my website (on the pc.php page), I'm using...
by Calvibald
June 5, 2019 - 09:39
Forum: WAPT Server
Subject: Wapt API for web interface
Answers: 12
Views : 10668

Re: Wapt API for web interface

Hi, hello, good evening, I'm back after tearing out what little hair I have left.
So, I have some news.
I finally managed to decrypt the key without a password; it's not particularly secure, but it's a demo. I then modified my PHP code to integrate the...
by Calvibald
June 4, 2019 - 2:51 PM
Forum: WAPT Server
Subject: Wapt API for web interface
Answers: 12
Views : 10668

Re: Wapt API for web interface

Hello, hello! It's me again. I've finished the web panel I intended to create (it's available on the forum), but I'm having trouble with the Python script.

Despite the option (private_key_password=passwordkey) in sign_package(), the script keeps asking for the password.
Capture.PNG...
by Calvibald
June 4, 2019 - 1:47 PM
Forum: WAPT Server
Subject: WAPT web panel
Answers: 2
Views : 3015

Re: WAPT web panel

Thanks for the feedback! I'll add this to the readme since it's indeed important. As the system is more of a demo or alpha version, it's likely to change drastically. So I'll work on other solutions!

Have a good rest of the day!
by Calvibald
May 29, 2019 - 08:20
Forum: WAPT Server
Subject: WAPT web panel
Answers: 2
Views : 3015

WAPT web panel

Hello!
I've just finished a web interface for WAPT, which allows for the management of rooms and users.
It's possible to create groups of PCs called "rooms" and install packages on them.
The users created can access their assigned rooms and manage...
by Calvibald
May 22, 2019 - 09:33
Forum: WAPT Server
Subject: Wapt API for web interface
Answers: 12
Views : 10668

Re: Wapt API for web interface

Thanks for the free code, it's helpful!

If I manage to finish the code on time, I'll publish it somewhere on the forum as open source.
Have a good rest of the day!
by Calvibald
May 21, 2019 - 12:09
Forum: WAPT Server
Subject: Wapt API for web interface
Answers: 12
Views : 10668

Re: Wapt API for web interface

I understood the concept, but my problem is:
Is there a server command that allows adding a package to a user's package for installation,
for example:
`wapt-add-usrpackage sta5803693 test-java8`
, and thus obtaining it here
(Capture.PNG)?
This function would be used on a web panel with a...