spiral-project / ihatemoney

A simple shared budget manager web application
https://ihatemoney.org
Other
1.19k stars 268 forks source link

Invite URL Change #1330

Open sOUTHX1337 opened 4 days ago

sOUTHX1337 commented 4 days ago

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 commented 4 days ago

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 commented 4 days ago

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