D
D
Deka872015-10-27 13:02:15
Freelance
Deka87, 2015-10-27 13:02:15

Is there a portable version of Upwork Team App (time tracker)?

Is there a portable version of Upwork Team App (time tracker) or how can I install this program on a computer without administrator rights?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alex K, 2015-10-27
@Deka87

there is no ready portable. I join Puma Thailand , try to do it yourself. there are tools for automation, for example: cameyo.com and www.evalaze.de/en/Evalaze/Download

P
Puma Thailand, 2015-10-27
@opium

there the program itself is not complicated, make a portable version yourself

A
Andrey Burov, 2013-04-15
@BuriK666

Something like this:

location /getfile {
  try_files $arg_dir/$arg_name @genfile;
}
locaiton @genfile {
  ......
}

and in @genfile give a new file using X-Accel-Redirect
If the name is in base64, then in @genfile it can be decoded and sent again using X-Accel-Redirect

V
Vitaly Peretyatko, 2013-04-15
@viperet

To decode base64, you can use the nginx module github.com/agentzh/set-misc-nginx-module and its set_decode_base64 $b $a command;

G
grossws, 2013-04-15
@grossws

You can try to do rewrite with regexp, which will pull out the value of the parameters. And then use try_files.
Here wiki.nginx.org/Pitfalls has a description of this pattern.
On the subject of base64 - you can store files with names immediately in base64, if they are accessed that way.

P
Push_Ok, 2013-04-15
@Push_Ok

in this way, it is necessary to write the regular expression more accurately to the file name, otherwise you can enable the application code to be downloaded

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question