The search returned 14 results

by neckatskin
September 18, 2017 - 12:12
Forum: Your opinion
Subject: Improved Self Service Function.
Answers: 3
Views : 14903

Improved Self Service function.

Hello,

I have a suggestion for a very practical improvement to your solution:

There is currently a self-service feature that allows users to install their own applications via a GUI if they have the necessary permissions.

I would be interested in seeing a...
by neckatskin
August 18, 2017 - 11:13
Forum: WAPT Server
Subject: Question: Replication of Repositories
Answers: 1
Views : 2646

Question: Replication of the repository

Hello,

I wanted to know if there is currently a way to replicate repositories in a Windows environment?
Assuming I find a way to replicate on Windows myself, can I use a second server installation...?
by neckatskin
August 2, 2017 - 12:24
Forum: WAPT Server
Subject: Console Error Problem Replication Repository
Answers: 2
Views : 3632

Re: Console Error Problem Replication Repository

I worked around the problem by using a separate VM for the console; I'll try your suggestion if I encounter this issue again. Thank you for your reply. ;)
by neckatskin
August 2, 2017 - 12:23
Forum: WAPT Server
Subject: WAPT agent behind a NAT
Answers: 4
Views : 4272

Re: WAPT agent behind a NAT

Okay, great. Thank you for your reply ;)
by neckatskin
August 2, 2017 - 12:21
Forum: Your opinion
Subject: Suggestion for Improvement - Bundle Creation
Answers: 2
Views : 12982

Re: Suggestion for Improvement to Bundle Creation

Yes, indeed, you can determine an installation order using dependencies, but I see this function more as a prerequisite: a piece of software that needs another to be installed and/or function. I just wanted to highlight the fact that you can modify the order of...
by neckatskin
August 2, 2017 - 11:10
Forum: WAPT Server
Subject: WAPT agent behind a NAT
Answers: 4
Views : 4272

WAPT agent behind a NAT

Hello,

as I read in the documentation, the WAPT server cannot directly contact the WAPT agent behind a NAT. You mention that this problem can be circumvented soon using WebSocket. Do you have any indication of when this update will be released?
by neckatskin
August 1, 2017 - 3:12 PM
Forum: Your opinion
Subject: Suggestion for Improvement - Bundle Creation
Answers: 2
Views : 12982

Suggestion for Improvement: Bundle Creation

Hello,

I've been testing your WAPT solution for a while now, and despite a minor issue with repository replication (which I hope will be resolved soon ;) ), I've been very impressed with your solution.

That said, the software could still be improved in a few areas...
by neckatskin
August 1, 2017 - 1:57 PM
Forum: WAPT Server
Subject: Console Error Problem Replication Repository
Answers: 2
Views : 3632

Problem: Console Error Replication Repository

Hello,

After testing a configuration of your WAPT solution on Windows Server, I decided to set up a WAPT infrastructure on Linux, as I'm particularly interested in repository replication. I followed your tutorial to set up replication with Syncthing, but I haven't...
by neckatskin
July 5, 2017 - 2:42 PM
Forum: WAPT Packages
Subject: Problem creating package with windows_version()
Answers: 3
Views : 4467

Re: Problem creating package with windows_version()

Thank you, the "print" command did indeed point me in the right direction: I was able to see that my Windows 10 version was actually exactly 10.0.14393.
As you said, the "==" was therefore irrelevant. So I modified the first part, using ">=" for 10.0 for Win 10 and ... for Win7 x64 for...
by neckatskin
July 5, 2017 - 12:24
Forum: WAPT Packages
Subject: Problem creating package with windows_version()
Answers: 3
Views : 4467

Problem creating package with windows_version()

Hello,

I'm having a problem with Python regarding the installation of proprietary software. It's a specific type of software, with installers of different types (sometimes .exe, sometimes .msi) that also vary depending on the operating system. I would like to use the iswin64() and windows functions...