Giter Club home page Giter Club logo

Comments (14)

asdofindia avatar asdofindia commented on May 29, 2024 2

I don't know what's complicating your setup, but mine is convos running as a systemd service on port 3000 and Caddyfile like this:

chat.example.com {
        reverse_proxy localhost:3000
        log
}

Maybe it just works if you let it just work? ;)

from convos.

trymbill avatar trymbill commented on May 29, 2024 2

I actually setup Lounge at the same time as well, just to try it out, and that worked with Traefik running as the reverse proxy. I found out that my Convos container was crashing when trying to add the initial user, which was the reason for the 502, and filed a ticket for that here: #885. So not really a reverse proxy issue, just presented itself that way.

Other than that ... I guess we're all happy it's Friday and the weekend is upon us? Yeah? Everyone doing ok? Good! Happy weekend everybody! 👋

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@asdofindia "Maybe it just works if you let it just work? ;)"

That sounds wonderful in theory. That was the FIRST thing I tried. To be VERY clear: I wouldn't over-complicate something if I didn't have to, that's just silly. The example of my config I provided above is to show the length of how many different options I have tried. I went back in and updated what I did originally.

That being said, I switched to a different solution that I'm very happy with, and it worked perfectly out of the box with a similar Caddyfile config. So I will close this, but if anyone else has issues, know that you're not alone.

from convos.

trymbill avatar trymbill commented on May 29, 2024

@JamesMowery You wouldn't mind sharing that Caddyfile config?

I'm stuck with the same error while trying to create the initial user. Website works fine, websocket connection is made, but on "Sign up" I get a 502 from /api/user/register.json coming from openresty, not caddy 🤔

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@trymbill I was not able to resolve. I switched to a different solution. The Caddyfile I ended up with is posted above. Didn't really get any help from this thread nor community, which was very dismissive, which was highly disappointing. I went with another open source solution at (REDACTED - because @kraih for some reason thinks I'm advertising an open source competitor???) and it works beautifully with Caddy!

Let me know if you have any luck with it though. I might be willing to give this a try at some point in the future.

Edit: I didn't want @kraih to get offended by offering a link to a solution that worked for me. So I decided to remove the link. Good job @kraih, thanks for the welcome to this community! 👍

from convos.

jberger avatar jberger commented on May 29, 2024

The Caddyfile I ended up with is posted above. Didn't really get any help from this thread nor community, which was very dismissive, which was highly disappointing.

Why should it be dismissive or disappointing? We apparently don't have many caddy users.

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@jberger I have no idea why. If I received help, I probably would've contributed and wrote a short guide/doc/wiki/example on how to setup everything for future reference for anyone else wanting to try in the future. But, as I mentioned, I'm pretty happy with (REDIACTED because @kraih thinks this open source competitor makes me somehow look "suspicious").

Edit: Removed the link to an OPEN SOURCE project because @kraih thinks I'm advertising it. Yeah... sure buddy.

from convos.

kraih avatar kraih commented on May 29, 2024

@JamesMowery Those tacky advertisements for another project do make you look rather dishonest.

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@kraih Have you completely lost it, friend?

Let me make two things crystal clear, okay?

First: These are open source projects... who TF cares if they are competing? We're trying to access IRC not become billionaires with open source efforts (well... maybe you are)!
Second: I have no affiliation with any open source project. I'm not even a developer. I am merely a hobbyist who is new to self hosting and wanted to connect to IRC to chat on various Linux distros.

Do you need proof? That project I mentioned in the prior post is stupid. Screw that project. It's stupid!!! There, you happy @kraih? Because I linked to another OPEN SOURCE project that I was able to successfully install. I have no horse in this race, buddy, okay?

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@trymbill Be VERY careful. You don't want @kraih accusing you of advertising another open source project here.

But glad you got a solution working for you. I'm also very happy with the project that shall not be named.

Also, thanks for contributing and making a useful comment and actually posting a ticket. 👍 to you.

I wish more were helpful like you unlike people like @kraih who makes insane accusations and pushes people away from this community. I spent time posting details in my initial post what issues I was having and, I spent time responding here. His great contribution here? He dares to accuse me of advertising an open source project for which someone asked for my feedback!!! I wish I could figure out who actually owns this repo (I'm not that good with navigating GitHub, I just use it for uploading my dotfiles and a few hackish projects I worked on in the past) so they could kick this type of behavior to the curb and have more helpful and welcoming people be around.

from convos.

kraih avatar kraih commented on May 29, 2024

@JamesMowery Let me spell it out plain and clear. You mention competing projects in this way to put pressure on the maintainers and to manipulate them. You obviously have personal issues, but maybe reflect on the fact that this kind of behaviour is exactly why so many Open Source maintainers throw in the towel. I hope you get better.

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

You obviously have personal issues

Why would you attack me like that?

from convos.

JamesMowery avatar JamesMowery commented on May 29, 2024

@kraih I believe you are in violation of the OpenSUSE Code of Conduct which clearly states:

Examples of unacceptable behavior include:

  • Sexist, racist, homophobic, transphobic, ableist, or exclusionary statements, even if they were meant as a joke
  • Saying insulting/derogatory comments and making personal attacks

Would you like to revise your prior statements and apologize, or should I bubble this way, WAY up the chain at both OpenSUSE and SUSE? I'm willing to let bygones be bygones and to mutually end this, but I want an apology from you. And I will do the same.

from convos.

jberger avatar jberger commented on May 29, 2024

I'm locking this before it gets out of hand, which it is arguably already close to doing. As @trymbill suggested I wonder if the problem was perhaps not the reverse proxy at all, I too have experienced some instances of the container crashing.

from convos.

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.