No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 70.3%
  • HTML 20.5%
  • CSS 7.1%
  • Dockerfile 1.9%
  • JavaScript 0.2%
Find a file
Chris Pressland c703467a4b
Some checks failed
ci / tests (push) Failing after 6s
ci / create_release (push) Has been skipped
Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy
2022-11-15 11:44:16 +00:00
.github/workflows Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy 2022-11-15 11:44:16 +00:00
lethe Added metrics to url filter 2021-09-06 16:43:47 +01:00
.dockerignore DEVOPS-602/829 - Bink Python + Heath probes 2020-09-11 10:48:03 +00:00
.flake8 Update all the things 2021-09-06 14:25:28 +00:00
.gitignore Update .gitignore 2021-09-06 14:26:27 +00:00
CODEOWNERS Update all the things 2021-09-06 14:25:28 +00:00
Dockerfile Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy 2022-11-15 11:44:16 +00:00
manage.py Update all the things 2021-09-06 14:25:28 +00:00
Pipfile Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy 2022-11-15 11:44:16 +00:00
Pipfile.lock Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy 2022-11-15 11:44:16 +00:00
pyproject.toml Upgrade to Python 3.11, Remove unused libs, convert to monorepo, add trivy 2022-11-15 11:44:16 +00:00
README.md Fixed readme 2020-11-26 12:23:09 +00:00

Lethe Setup

Clone the project and install dependencies

git clone git@git.bink.com:Olympus/lethe.git
pipenv install --dev

Run the web server

pipenv run ./manage.py runserver

Navigate to http://localhost:5000/ to check everything is working.

Docker Configuration

Environment Variables

  • LETHE_DEBUG
    • Bool Value, "True" or "False", sets up Flask debugger
  • HERMES_URL
    • String Value, Hermes URL
  • LETHE_URL
    • String Value, Lethe URL
  • EXTERNAL_SERVER_NAME
    • String value, URL to use when generating URLs
  • EXTERNAL_SERVER_NAME
    • String value, URL to use when generating URLs
  • SENTRY_DSN
    • String value, Sentry DSN, automatically read by Sentry
  • SENTRY_ENVIRONMENT
    • String value, Sentry environment, automatically read by Sentry