General discussion and support

Description

This forum is obsolete and kept for archival purposes only. Please report bugs and feature requests on GitHub.

Nginx reverse proxy

Submitted by cyberfarer on

Greetings

I am trying to use WebIssues with a Nginx reverse proxy. When I access the site, however, I get no CSS.

Within the nginx config, I have:

location ~* {
proxy_pass http://127.0.0.1:80;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded_Proto https;
proxy_redirect off;
}

Do you have any suggestions with what I could add to webissues to make this work?

Readme for compile ts to phm?

Submitted by bastian on

Hello.

I changes some word in .ts file trought QT Linguist. And save as .qm. But i need .phm for the web.
So i downloaded the tools Ireleasephp.exe. But how does it work?

I'm wondering if there is any documentation of how to compile .ts to .phm? I search for many hours in two days now. And can't find any information.

If i trying using QT Creator and open .ts file --> Tools --> External --> Linguist --> Release Translation (irelease)

Moving a field to the new descrition?

Submitted by jackkk on

So with the new 1.1 version we got a description field.

Problem is that i have previously made my own description field in a folder called bugs. It´s a multiline Text attribute.

But know i wan´t to MOVE that text and put it in the new "Description" field of each issue. I really don´t wan´t to move that manually...it will take HOURS/DAYS.

So any SQL savy folks here?

Also wondering about an attribute that will auto increment a number. Is that possible to do?