FreeBSD Bugzilla – Attachment 220910 Details for
Bug 252129
security/bitwarden_rs Add option to specify custom (IPv6) interface and port for bitwarden_rs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
svn diff of files/bitwarden_rs.in
file_252129.txt (text/plain), 820 bytes, created by
Frieder Griesshammer
on 2020-12-25 11:58:38 UTC
(
hide
)
Description:
svn diff of files/bitwarden_rs.in
Filename:
MIME Type:
Creator:
Frieder Griesshammer
Created:
2020-12-25 11:58:38 UTC
Size:
820 bytes
patch
obsolete
>Index: files/bitwarden_rs.in >=================================================================== >--- files/bitwarden_rs.in (revision 559234) >+++ files/bitwarden_rs.in (working copy) >@@ -22,6 +22,8 @@ > : ${bitwarden_rs_chdir=%%PREFIX%%/www/bitwarden_rs} > : ${bitwarden_rs_user:=www} > : ${bitwarden_rs_group:=www} >+: ${bitwarden_rs_address:=0.0.0.0} >+: ${bitwarden_rs_port:=8000} > > # This is the tool init launches > command="/usr/sbin/daemon" >@@ -40,6 +42,9 @@ > install -d -o ${bitwarden_rs_user} -g ${bitwarden_rs_group} /var/run/${name}; > fi > >+ export ROCKET_ADDRESS=${bitwarden_rs_address} >+ export ROCKET_PORT=${bitwarden_rs_port} >+ > # checkyesno rubywarden_api_signups > # if [ "$?" -eq 0 ]; then > # export ALLOW_SIGNUPS=1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 252129
: 220910