Open sOUTHX1337 opened 1 month 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?
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
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