Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invite URL Change #1330

Open
sOUTHX1337 opened this issue Oct 21, 2024 · 2 comments
Open

Invite URL Change #1330

sOUTHX1337 opened this issue Oct 21, 2024 · 2 comments

Comments

@sOUTHX1337
Copy link

sOUTHX1337 commented Oct 21, 2024

hey, i am using the docker version and i am wondering if there is any way to change to "system url" so that the invite link and qr-code point to my instance. i am running the application behind a proxy.

SERVER_NAME does not show any change

@almet
Copy link
Member

almet commented Oct 21, 2024

Hey, I believe you should be good with SERVER_NAME. Can you please paste your configuration here and the command lines you use to run Docker?

@sOUTHX1337
Copy link
Author

Die to my Setup i converted it to compose an dsorry for not finding the config if there's any

version: "3.3"
services:
  ihatemoney:
    ports:
      - XXXX:8000
    volumes:
      - ./database:/database
    environment:
      - SECRET_KEY=xxxx
      - ALLOW_PUBLIC_PROJECT_CREATION=False
      - SHOW_ADMIN_EMAIL=False
      - ACTIVATE_DEMO_PROJECT=False
      - SERVER_NAME=my.domain
      - ACTIVATE_ADMIN_DASHBOARD=True
      - ADMIN_PASSWORD=xxxx
      - MAIL_SERVER=xxxx
      - MAIL_PORT=465
      - MAIL_USERNAME=xxxx
      - MAIL_PASSWORD=xxxx
      - MAIL_USE_SSL=True

    image: ihatemoney/ihatemoney

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants