-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Milestone
Description
Issue
n/a
Server Setup Information
- Did you test in newest Wekan?:
docker image: quay.io/wekanteam/wekan:v6.22
- Did you configure root-url correctly so Wekan cards open correctly (see https://github.com/wekan/wekan/wiki/Settings)?
cards open as expected.
- Operating System:
ubuntu 21.10
- Deployment Method (Snap/Docker/Sandstorm/bundle/source):
wget -q https://raw.githubusercontent.com/wekan/wekan/master/docker-compose.yml -O docker-compose.yml.raw
grep -v '#' docker-compose.yml.raw \
| sed "s,image: quay.io/wekan/wekan,image: quay.io/wekan/wekan:latest," \
| sed "s,<mail_url>,$smtp_ip," \
| sed "s,mydomain.com,${base_domain}," \
| sed -e '/ports:/,+1d' \
| sed '/environment:/a " - NPM_CONFIG_PREFIX=~/.npm-global"' \
| sed "/environment:/a ' - ROOT_URL=https://project.${base_domain}'" \
| sed 's,^",,' \
| sed "s,^',," \
| sed 's,"$,,' \
| sed "s,${base_domain}'$,${base_domain}," \
> docker-compose.yml
docker-compose up &
That code is wrapped with other code which configures my haproxy container where I terminate ssl.
- Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first):
node --stack-size=65500 /build/main.js
- Node.js Version:
$ node --version
v14.19.2
- MongoDB Version:
MongoDB version | 4.4.13
- What webbrowser version are you using (Wekan should work on all modern browsers that support Javascript)?
firefox
Problem description
Reproduction Steps
My installation has now grown to 19 users and six teams using 14 boards, with more on the way. When I am creating a new team and managing the users on that team, it would be helpful to filter the /people view by a specific team.