open-webui/backend
Tim Farrell e2d481d99a Move the random secret generation to start.sh.
This way the random secret is created on first run instead of docker build. We don't really want all standard imaages to share a password anymore than we want a static password.
2024-02-02 09:02:23 -06:00
..
apps Remove some extraneous imports 2024-02-02 09:02:07 -06:00
data fix: docker container volume mount location 2023-12-27 00:11:23 -08:00
utils Call jwt.decode with the expected algorithms 2024-02-02 09:01:57 -06:00
.dockerignore chore: dockerignore added 2023-12-26 02:22:06 -08:00
.gitignore feat: chromadb vector store api 2024-01-06 22:59:22 -08:00
config.py Start by renaming variables to something more generic. This will give us a bit more flexibility as we look to other session management mechanisms. 2024-02-02 08:58:13 -06:00
constants.py feat: Add epub support 2024-01-19 12:23:59 -05:00
dev.sh refac: SERVER_PORT renamed to PORT 2024-01-12 19:38:30 -08:00
main.py fixes after the refactor 2024-01-23 12:59:52 -03:00
requirements.txt Merge branch 'main' into main 2024-01-25 00:13:12 -08:00
start.sh Move the random secret generation to start.sh. 2024-02-02 09:02:23 -06:00