hi all,
first off i’m sorry if i have missed onto selfhosting taiga, with cloudflare tunnels, but i did decent enough search before deciding to post a issue over here on the forum.
upon doing deep search initially taiga was not getting setup and install on my setup, considering my port 9000 was used by portainer, upon changing that, still it gave me issues, finally after finding the following github issue thread where we have to manually punch in the ip address of the server into the .env, i was able to run and access taiga on my local network.
Since, we are a team of only 10 people, i often selfhost things on my refurbished system and have cloudflare tunnel, where i would go on the cloudlfare dashboard , enter the Ip address and port, as well as give a subdomain name to my service. so in terms of taiga i did,
taiga. mycompany. com and the ip of my system 192.168.1.100:9000 and simply upon calling the main url, that is taiga. mycompany. com, it would not lead me to anything but a blank page instead.
if i intend to change the following details in the .env, which was mentioned in the github thread as well to more like the following.
This is the original which works in network
# Taiga's URLs - Variables to define where Taiga should be served TAIGA_SCHEME=http # serve Taiga using "http" or "https" (secured) connection TAIGA_DOMAIN=192.168.2.10:9000 # Taiga's base URL SUBPATH="" # it'll be appended to the TAIGA_DOMAIN (use either "" or a "/subpath") WEBSOCKETS_SCHEME=ws # events connection protocol (use either "ws" or "wss")
To the following
# Taiga's URLs - Variables to define where Taiga should be served TAIGA_SCHEME=https # serve Taiga using "http" or "https" (secured) connection TAIGA_DOMAIN=``taiga.mycompany.com`` # Taiga's base URL SUBPATH="" # it'll be appended to the TAIGA_DOMAIN (use either "" or a "/subpath") WEBSOCKETS_SCHEME=wss # events connection protocol (use either "ws" or "wss")
i wonder how shall it work? since cloudlflare requires my internal ip address and port to technically route me to the internal network.
UPDATE: i did check making the new changes to my domain name in taiga, .env, gladly it did work, but yet again ended up on the page which says.
”Something happened and the taiga has captured the error to be able to work on it”
am i missing something? or what exactly should be done? im kinda confused here.
any help shall be very very much appreciated.