Proxies traffic to https://trello.com via https://appname.app.cloud.gov
After cloning this repo, update prod_var.yml
to name your app in cloud.gov
To deploy the app:
cf push --vars-file prod_var.yml
Navigate to: https://appname.app.cloud.gov/ and login to Trello
New users can sign up with their agency email address, but they'll need to copy the confirmation link
and change trello.com
to _appname_.app.cloud.gov
None. Filters based on ingress IP address (if configured)
See the nginx.conf
setup marked EXPERIMENTAL
Testing requires a bash
shell and local install of docker-compose
, bats
(preferably bats-core
on MacOS) and httpie
. Run with:
./runtest.sh
Create a private
board. Private boards can't be changed to other privacy settings except by admins, initially the board creator
Disable member invites, and allow only admins to invite new members. Go to More
... Settings
... Add/Remove Permissions
and set to Admin only.
Make sure most users are Normal (the default). There are two permissions levels: Admin and Normal. Invitees are normal. Normal is described as:
Can view and edit cards. Can change some board settings.
A Normal user can view privacy settings (private, team, public, ...), but not change them.