MatthK

Results 99 comments of MatthK

One thing I just noted. On your documentation page the environment variable is called `APP_SECRET`. In my docker start I still use `HASH_SALT`: ``` docker run -d --name umami --restart...

Ok, so I tried with various different options. It seems when with the variable `TRACKER_SCRIPT_NAME=m` the team page can't be accessed. If I take that one out, I can access...

Uhm, that's one way to fix a bug.

So I got it to work. I added the following to my nginx proxy's site config: ``` location /m { proxy_pass http://192.168.7.8:3000/script.js; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For...

Totally support that too. That would be a huge improvement.

@BulzN Would you mind sharing the solution you had working with the global setup? Or did I miss the link somewhere?

I did the following steps. 1. Create a directory `mkdir ospos` 2. Get into the directory `cd ospos` 3. Clone repository `git clone https://github.com/opensourcepos/opensourcepos` 4. Go into the directory `cd...

I do start it with docker compose `docker compose up -d`. And this is my docker-compose.yml, but the logo is still not showing once the container is restarted. ``` include:...

Adjusting the path to public did solve the problem with the logo. However, I am now struggling with another problem. I did populate Email details for my SMTP server. Once...

Could this be related to https://github.com/opensourcepos/opensourcepos/issues/4282?