Giter Club home page Giter Club logo

Comments (11)

gusarg81 avatar gusarg81 commented on July 29, 2024 1

I don´t have public registration enabled.

BTW, still have websocket errors but seems the platform is working nice.

Only thing, the docker cointainers related to Taiga do crash randomly and I have to start them all again.

from taiga-docker.

gusarg81 avatar gusarg81 commented on July 29, 2024 1

Because is not public, is only for my Team. So, I create the additional users if needed.

from taiga-docker.

yamila-moreno avatar yamila-moreno commented on July 29, 2024 1

Hi there!

Do you know that we have Taiga Community for questions? Please, check there; maybe another user has already ask something similar. If not, create your own. There are people there willing to help, members of the Taiga team members and other users.

To simplify  the process, we will systematically close all issues that are general support questions and redirect people to Taiga Community.

Taiga Team

from taiga-docker.

gusarg81 avatar gusarg81 commented on July 29, 2024

Hi,

I made this work by trying to put all together all information I can get and I never realized that in docker settings/env, all URL should be the domain url and not the localhost of the docker. So, in Apache Proxy:

ProxyPass "/" "http://localhost:9000/" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/" "http://localhost:9000/"

RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://localhost:9000//$1" [P,L]

ProxyPass "/events" "ws://localhost:9000/events" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/events" "ws://localhost:9000/events"

Then, in my case my domain is "projects.gdnet.ar" and strictly via SSL. So, in docker-compose.yml:

TAIGA_SITES_DOMAIN: "projects.gdnet.ar"
TAIGA_SITES_SCHEME: "https"

TAIGA_URL: "https://projects.gdnet.ar"
TAIGA_WEBSOCKETS_URL: "wss://projects.gdnet.ar"

After all this, it does work with Apache and Proxy.

I think the docs should be more explicit about this, most of all, what values should be in docker files/settings.

from taiga-docker.

gusarg81 avatar gusarg81 commented on July 29, 2024

By the way, I still receiving web socket connection error on the browser, even Taiga website is working.

Does anyone has the right Proxy configuration for Apache please?...

from taiga-docker.

gerroon avatar gerroon commented on July 29, 2024

While I do not have an answer for the socket error, I am looking for a proxy config for subfolder as in DOMAIN/taiga.

from taiga-docker.

gusarg81 avatar gusarg81 commented on July 29, 2024

While I do not have an answer for the socket error, I am looking for a proxy config for subfolder as in DOMAIN/taiga.

Have you tested adding the subfolder?

from taiga-docker.

gerroon avatar gerroon commented on July 29, 2024

I could not make it work, I think semething about websocket was not working.

from taiga-docker.

TheBlapse avatar TheBlapse commented on July 29, 2024

Hi,

I made this work by trying to put all together all information I can get and I never realized that in docker settings/env, all URL should be the domain url and not the localhost of the docker. So, in Apache Proxy:

ProxyPass "/" "http://localhost:9000/" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/" "http://localhost:9000/"
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://localhost:9000//$1" [P,L]
ProxyPass "/events" "ws://localhost:9000/events" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/events" "ws://localhost:9000/events"

Then, in my case my domain is "projects.gdnet.ar" and strictly via SSL. So, in docker-compose.yml:

TAIGA_SITES_DOMAIN: "projects.gdnet.ar"
TAIGA_SITES_SCHEME: "https"
TAIGA_URL: "https://projects.gdnet.ar"
TAIGA_WEBSOCKETS_URL: "wss://projects.gdnet.ar"

After all this, it does work with Apache and Proxy.

I think the docs should be more explicit about this, most of all, what values should be in docker files/settings.

@gusarg81
Do you have Public Registration enabled? if so is it working? I have used the same proxy config as yours but It's not working with my case and giving wss error

image

from taiga-docker.

TheBlapse avatar TheBlapse commented on July 29, 2024

I don´t have public registration enabled.

BTW, still have websocket errors but seems the platform is working nice.

Only thing, the docker cointainers related to Taiga do crash randomly and I have to start them all again.

@gusarg81 If its disabled then how do you use it like how does other members log in etc? or you use it personally only?

from taiga-docker.

TheBlapse avatar TheBlapse commented on July 29, 2024

Because is not public, is only for my Team. So, I create the additional users if needed.

@gusarg81 Btw I managed it to working and now don't have websockets error as well, what I did is:

docker stop taiga-docker_taiga-gateway_1

and then again

docker-compose up -d

from taiga-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.