Jump to content
XPEnology Community

Guygox

Rookie
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Guygox

  1. Le 27/05/2018 à 07:39, shrabok a dit :

     

    Hi @ebell

     

    In my current installation I can reach the admin site using https://bitwarden.domain.com/admin/login/  without a dedicated port. There is an issue open regarding the https://bitwarden.domain.com/admin redirecting to a non https port here https://github.com/bitwarden/core/issues/253.

     

    Your approach could be interesting alternative as a dedicated url specific to admin that is internal only and not public facing.

     

    Also I have edit capability to the orginal post  and will attempt to keep it relevant and recent. 

    Hi !

    Thanks for the how-to...

    I can also reach the admin page and send the email but then when I click I am redirected on port 5000. which doesn't respond. How to make it work ?

  2. Le 26/05/2018 à 21:19, ebell a dit :

    In order to access the Bitwarden Admin site on the Synology you will need to perform the following:

    • Modify the bitwarden-admin container
      • Stop the container.
      • Click on Edit
      • Click on the Port Settings tab
      • Add the following settings
        • Local port - 8124
        • Container port - 5000
        • Type - TCP
      • Click Apply
      • Start the container
    • Modify the reverse proxy settings via SSH
      • SSH into your Synology Server
      • Change to this directory: /usr/local/etc/nginx/conf.d
      • Create a file in this director (i.e., www.rproxy.bw_admin.conf)
      • Add the following content
        • 
                  location ~ /admin/ {
                      proxy_pass http://localhost:8124;
                  }

           

      • Save the file and test the configuration. The following should return "Syntax is OK" and "Test is successful"
        • 
          nginx -T > /tmp/nginx.conf

           

      • Restart nginx
        • 
          nginx -s reload

           

    Now bwitwarden.url/admin should redirect you to the appropriate page where you can login with an admin account.

    Hi !

    I can access the admin portal without modiification by using https://biwarden.mydomain.com/admin/login. And enter an email. Can receive it but after when I click on the link it tries to send me to my portal using https://bitwarden.mydomain.com:5000.. So nothing happens..

    Is their a way to keep the default port and reach it ? which file should I modify in order to use the 8123 ? 

     

×
×
  • Create New...