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

OWA configuration options #6

Closed
deeztek opened this issue May 22, 2020 · 3 comments
Closed

OWA configuration options #6

deeztek opened this issue May 22, 2020 · 3 comments

Comments

@deeztek
Copy link

deeztek commented May 22, 2020

I'm trying to understand how to set config options in the container, specifically e-mail server settings for password resets. According to the owa wiki, you modify the owa-config.php file. Where's this file in this container? I'm using docker-compose. Do I need to set a persistent volume to somewhere?

Thanks

@deeztek
Copy link
Author

deeztek commented May 24, 2020

Bump. Anyone?

@iwismer
Copy link

iwismer commented Nov 5, 2020

Not sure if you've solved this already, but the configuration file is located at /var/www/html/owa-config.php after you've configured the container.
I added a volume mount for the file to my docker compose so that the configuration isn't reset:

owa:
    image: vladk1m0/docker-owa:latest
    container_name: owa
    depends_on:
      - owa_db
      - nginx
    networks:
      - owa_net
      - network_all
    environment:
      - TIME_ZONE="Canada/Montreal"
    volumes:
      - /mnt/data/owa/owa-config.php:/var/www/html/owa-config.php

@deeztek
Copy link
Author

deeztek commented Nov 5, 2020

Actually I abandoned OWA and went to Matomo and haven't looked back

@deeztek deeztek closed this as completed Nov 5, 2020
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