No description
Find a file
2025-11-10 22:32:23 +00:00
admin-open-sockets/services add admin-open-sockets 2025-11-08 00:17:38 +00:00
admin-project-list/services/web/modules/admin-project-list UB version: Login and setting replaced; disabled email on account creation 2025-11-08 20:31:39 +00:00
admin-register-user-extension/services/web/modules/user-activate UB version: Login and setting replaced; disabled email on account creation 2025-11-08 20:31:39 +00:00
common User settings removal fixed 2025-11-10 21:34:58 +00:00
feat-authentication gitbackup still not working... 2025-11-08 21:00:01 +00:00
feat-references add authentication and reorganization of directories 2025-11-08 17:25:57 +00:00
feat-sandboxed-compiles/services add authentication and reorganization of directories 2025-11-08 17:25:57 +00:00
feat-symbol-palette/services/web add authentication and reorganization of directories 2025-11-08 17:25:57 +00:00
feat-template-gallery/services add authentication and reorganization of directories 2025-11-08 17:25:57 +00:00
feat-track-changes/services/web add authentication and reorganization of directories 2025-11-08 17:25:57 +00:00
gitbackup Next step: User LLM as user setting added. The AI assitant ignores it... Why? 2025-11-10 18:22:56 +00:00
gitbackup_docker Logo tools and gitbackup docker building added 2025-11-07 22:00:34 +00:00
gitbackup_test_tools Gitbackup container runs; ssh key still not shown in user settings. 2025-11-08 21:26:54 +00:00
llm-chat/services/web LLM done 2025-11-10 22:32:23 +00:00
logo_hajtex Cleaning up the logo dirs and adding hajtex logo 2025-11-08 18:08:27 +00:00
logo_tools Cleaning up the logo dirs and adding hajtex logo 2025-11-08 18:08:27 +00:00
logo_uni-bremen.de Cleaning up the logo dirs and adding hajtex logo 2025-11-08 18:08:27 +00:00
overwrite_hajtex/services/web HajTex branding added 2025-11-08 18:37:16 +00:00
overwrite_uni-bremen.de/services/web UB version: Login and setting replaced; disabled email on account creation 2025-11-08 20:31:39 +00:00
build.sh Next step: User LLM as user setting added. The AI assitant ignores it... Why? 2025-11-10 18:22:56 +00:00
conflict_finder.py gitbackup still not working... 2025-11-08 21:00:01 +00:00
list_llm_models.sh Longer timeout, tool to list the available models, info about the docker env parameters 2025-11-09 17:22:00 +00:00
logo_path.txt Better build script (docker cache friendly); added university of bremen CD colors 2025-11-08 19:06:54 +00:00
overwrite_hajtex_set_language_to_hajtex.py HajTex branding added 2025-11-08 18:37:16 +00:00
overwrite_path.txt Better build script (docker cache friendly); added university of bremen CD colors 2025-11-08 19:06:54 +00:00
README.md Next step: User LLM as user setting added. The AI assitant ignores it... Why? 2025-11-10 18:22:56 +00:00

Todo

  • Facicon strange
  • User LLM not used. Don't like the error handling for non available LLM.

Missing feature tests

  • feat-authentication (oidc tests; ldap and SAML not: No test infrastructure)
  • feat-template-gallery (needs test)

Other notes

  • logo_path.txt : If exists contains one line of text (e.g. logo_hajtex) defining the logo collection path
  • overwrite_path.txt : If exists contains one line of text (e.g. overwrite_hajtex) defining a path with files that are used to overwrite the existing files before compiling the docker images.

New evironment variables

GIT Backup

   GITBACKUP_ENABLED: "true"
   GITBACKUP_IMAGE: "sharelatex/sharelatex-gitbackup:2025-11-07"
   GITBACKUP_CONTAINER_NAME: "gitbackup"
   GITBACKUP_SSH_PORT: "22"
   GITBACKUP_PUID: "1000"
   GITBACKUP_PGID: "1000"
   # This is for reference inside the Overleaf container
   GITBACKUP_DATA_DIR: "/var/lib/overleaf/gitbackup"
   # This is the ACTUAL host path used for volume mounts
   # Here we need to use the host dir!!!!
   GITBACKUP_HOST_DATA_DIR: "/data_1/docker/compose_cep/overleafserver/data_gitbackup"
   GITBACKUP_PULL_IMAGE: "false"

LLM Model

   LLM_API_URL: ${LLM_API_URL}
   LLM_API_KEY: ${LLM_API_KEY}
   LLM_MODEL_NAME: ${LLM_MODEL_NAME}
   LLM_API_URL=https://chat-ai.academiccloud.de/v1
   LLM_API_KEY=[REDACTED]
   LLM_MODEL_NAME=qwen3-32b,deepseek-r1,llama-3.3-70b-instruct