1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

17 commits

Author SHA1 Message Date
Jerry Vonau
45dcf7214e OPWEN_SETTINGS
From an install.py machine where supervisord is used this value is passed
pi@jv-rpi-stock:~ $ cat /etc/supervisor/conf.d/lokole_gunicorn.conf
[program:lokole_gunicorn]
command="/lokole/venv/bin/gunicorn" --bind="unix:/lokole/state/lokole_gunicorn.sock" --timeout=300 --workers=3 --log-level=error opwen_email_client.webapp:app
autostart=true
autorestart=true
startretries=3
stopasgroup=true
stderr_logfile=/lokole/logs/lokole_gunicorn.stderr.log
stdout_logfile=/lokole/logs/lokole_gunicorn.stdout.log
user=root
environment=OPWEN_SETTINGS=/lokole/state/settings.env
2021-05-19 06:42:34 -05:00
Jerry Vonau
a85418df12 Lokole system user 2021-05-18 17:01:08 -05:00
Jerry Vonau
a7811787fa export variables 2021-05-14 18:17:23 -05:00
Aidan Fitzgerald
dc98b73c51 Add OPWEN_SIM_TYPE env variable
Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-07-08 20:33:12 -07:00
Clemens Wolff
382fa66570 Update right side of Lokole email address
Previously, the email address appeared as `username@iiab-box.lokole.ca`.
With this change, the email address appears as `username@box.lan`

See https://github.com/iiab/iiab/issues/1293
2018-11-12 09:30:25 -05:00
Angela Liu
5cb9dfe5b7 Update password encryption 2018-11-03 02:35:17 -04:00
Angela Liu
86fba55954 Add missing parentheses in template and make sure run directory exists 2018-11-03 02:35:17 -04:00
Aidan Fitzgerald
95fea93dac Add missing end quotes 2018-11-03 02:34:12 -04:00
Aidan Fitzgerald
593bd01fcd Setup config file for local-only mode, add password generation 2018-11-03 02:34:12 -04:00
Aidan Fitzgerald
e139469b45 Hardcode OPWEN_CLIENT_NAME to iiab + hostname 2018-11-03 02:34:12 -04:00
Aidan Fitzgerald
51ef6e74c8 Add config file template 2018-11-03 02:34:10 -04:00
Angela Liu
3d91af9c53 Update password encryption 2018-11-03 02:27:44 -04:00
Angela Liu
4939c7a7ab Add missing parentheses in template and make sure run directory exists 2018-11-03 02:27:44 -04:00
Aidan Fitzgerald
01f792a737 Add missing end quotes 2018-11-03 02:27:44 -04:00
Aidan Fitzgerald
f1cc074c0f Setup config file for local-only mode, add password generation 2018-11-03 02:27:44 -04:00
Aidan Fitzgerald
606a9a7ab1 Hardcode OPWEN_CLIENT_NAME to iiab + hostname 2018-11-03 02:27:44 -04:00
Aidan Fitzgerald
77a7894534 Add config file template 2018-11-03 02:27:44 -04:00