-
Notifications
You must be signed in to change notification settings - Fork 4
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
Open Justice Playbook #65
base: master
Are you sure you want to change the base?
Conversation
apps/open-justice/aleph.env
Outdated
# by aleph and used to configure the system. | ||
|
||
# Random string: | ||
#ALEPH_SECRET_KEY= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#ALEPH_SECRET_KEY= | |
ALEPH_SECRET_KEY={{aleph_secret_key}} |
apps/open-justice/aleph.env
Outdated
ALEPH_APP_TITLE=Open Justice | ||
# Name needs to be a slug, as it is used e.g. for the ES index, SQS queue name: | ||
ALEPH_APP_NAME=open-justice | ||
ALEPH_UI_URL=http://openjustice.openup.org.za:8080/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm we need SSL... I wonder what I did for that before - I think we shouldn't have anything sensitive in there or have people create accounts that matter until we set SSL up
apps/open-justice/aleph.env
Outdated
# Provide a valid email to send alerts from: | ||
ALEPH_MAIL_FROM= | ||
ALEPH_MAIL_HOST= | ||
ALEPH_MAIL_USERNAME= | ||
ALEPH_MAIL_PASSWORD= | ||
ALEPH_MAIL_PORT=25 | ||
ALEPH_MAIL_TLS=true | ||
ALEPH_MAIL_SSL=false | ||
ALEPH_MAIL_DEBUG=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aren't there sendgrid details we can reuse from open courts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will be needed for password reset, at least.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! could you fix the bucket (delete, create in the usual region) and merge?
Could you make the remaining comments new user stories and confirm them with Gabi?
inventory/prod.yml
Outdated
@@ -93,3 +92,6 @@ all: | |||
hetzner1.openup.org.za: | |||
vars: | |||
app_domain: search.opengazettes.org.za | |||
open-justice: | |||
hosts: | |||
openjustice.openup.org.za: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be justice1-hetzner.openup.org.za - we use the machine name here, so it's a bit clearer which machine we're talking about
openjustice.openup.org.za: | |
justice1-hetzner.openup.org.za: |
No description provided.