Re: Running redmine on OpenBSD

2021-12-06 Thread Michael Hekeler
> (...) > I run the redmine app as a normal user so puma can't read the > /etc/ssl/private/redmine.MY.DOMAIN.COM.key (default perm 400). Does your environment require keys in /etc/ssl/private? maybe some corporate policies or such... If not you can simply configure acme-client(1) to place cert an

Re: Running redmine on OpenBSD

2021-12-06 Thread Werner Boninsegna
tpd_port forward to port $redminepk_port } $ grep relayd /etc/pf.conf # Allow relayd(8) redirects anchor "relayd/*" On Fri, 12 Nov 2021 20:35:45 +0

Re: Running redmine on OpenBSD

2021-12-06 Thread Stuart Henderson
On 2021-12-06, Radek wrote: > If I change perm /etc/ssl/private/redmine.MY.DOMAIN.COM.key to 555 website > loads on FF correctly (no errors on puma) but I still got an error on curl: > $ curl https://redmine.MY.DOMAIN.COM > curl: (35) error:1404B418:SSL routines:ST_CONNECT:tlsv1 alert unknown ca

Re: Running redmine on OpenBSD

2021-12-05 Thread Radek
ecation = :log > >>>>> config.force_ssl = true > >>>>> end > >>>>> > >>>>> > >>>>> > >>>>> # /etc/httpd.conf > >>>>> ext_if="vmx0" > >>>>>

Re: Running redmine on OpenBSD

2021-11-30 Thread Łukasz Moskała
ttpd_port } relay "https" { listen on $egress port https tls protocol "https" forward to port $httpd_port forward to port $redminepk_port } $ grep relayd /etc/pf.conf # Allow relayd(8) redirects anchor "relayd/*" On Fri, 12 Nov 2021 20:35:45 +01

Re: Running redmine on OpenBSD

2021-11-30 Thread Radek
{ > >> > block return 302 "https://$HTTP_HOST$REQUEST_URI"; > >> > } > >> > } > >> > > >> > > >> > # /etc/relayd.conf > >> > egress="A.B.C.D" > >> > table { 127.0.0.1 } &g

Re: Running redmine on OpenBSD

2021-11-30 Thread Łukasz Moskała
} >> > } >> > >> > >> > # /etc/relayd.conf >> > egress="A.B.C.D" >> > table { 127.0.0.1 } >> > redminepk_port="3001" >> > table { 127.0.0.1 } >> > httpd_port="80" >> > http protocol

Re: Running redmine on OpenBSD

2021-11-30 Thread Radek
match request header set "Connection" value "close" > >match response header remove "Server" > > } > > http protocol "https" { > >pass request header "Host" value "redmine.MY.DOMAIN.COM" forward

Re: Running redmine on OpenBSD

2021-11-29 Thread Łukasz Moskała
ocol "http" forward to port $httpd_port } relay "https" { listen on $egress port https tls protocol "https" forward to port $httpd_port forward to port $redminepk_port } $ grep relayd /etc/pf.conf # Allow relayd(8) redirects anchor "relayd/*"

Re: Running redmine on OpenBSD

2021-11-28 Thread Radek
t;$SERVER_ADDR:$SERVER_PORT" match request header set "Connection" value "close" match response header remove "Server" } relay "http" { listen on $egress port http protocol "http" forward to port $httpd_port } relay "https" { liste

Re: Running redmine on OpenBSD

2021-11-12 Thread Radek
Hello Werner, thank you for your installation details. I'll give it a try in a few days. On Thu, 11 Nov 2021 23:57:02 +0800 Werner Boninsegna wrote: > Hello Radek, > > I am running Redmine on OpenBSD 6.8 and I just followed the installation > instructions posted on the Redmi

Re: Running redmine on OpenBSD

2021-11-12 Thread Radek
Hello Michael, Thank you for your reply. Actually I'm not new in OpenBSD but it's gonna be my first Redmine installation. That's why I wanted to know if there are any well known issues with Redmine vs OpenBSD. It's good to know that the Redmine installation doesn't require any special effort.

Re: Running redmine on OpenBSD

2021-11-11 Thread Werner Boninsegna
Hello Radek, I am running Redmine on OpenBSD 6.8 and I just followed the installation instructions posted on the Redmine page which are quite complete: https://www.redmine.org/projects/redmine/wiki/Installation_Guide I installed Postgres and Ruby+Dependencies from the OpenBSD packages. Werner

Re: Running redmine on OpenBSD

2021-11-10 Thread Michael Hekeler
Am 09.11.21 17:56 schrieb Radek: > Hi @misc, > Does anyone successfully run redmine[1] on OpenBSD? > I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've > never done it before so any advices and hints would be appreciated. Best way is to begin with your setup and then when yo

Running redmine on OpenBSD

2021-11-09 Thread Radek
Hi @misc, Does anyone successfully run redmine[1] on OpenBSD? I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've never done it before so any advices and hints would be appreciated. There isn't much up to date info in google about it[2][3]. 1. https://www.redmine.org/ 2. http