toolkit
toolkit copied to clipboard
## Description [Wiki about i18](https://github.com/overleaf/overleaf/wiki/i18n-Languages) seems to be too simple, and i18n Multi Language support need some extra config steps. - cookie config: swith language without re-login - nginx config:...
Hi, we are using an old server just for overleaf but with the new toolkit it doesn't work because mongodb 5.0+ requires a CPU with AVX support. Is there any...
Hi as far as I can tell there is no way to specify the `container_name` value without manually modifying the following compose file under `lib/`. I think that this would...
## Steps to Reproduce I followed the Quick-Start Guide to build overleaf in my linux server. However, after all steps, I still cannot access http://localhost/launchpad and I did not get...
## Steps to Reproduce 1. Install a custom package under `/usr/local/texlive/texmf-local/` 3. Ensure it is installed properly by manually compiling a file inside the docker container using `latexmk` 4. Open...
This is not a bug, but a question. Is there a way to access files on mounts available to the server host? That way I would not need to use...
## Description For me, there was an issue where sharelatex/nginx were trying to use 127.0.0.1 to access the proxied services, but some were only listening on ::1, and one seemed...
## Description remove version in the docker compose file ## Related issues / Pull Requests latest docker would report, this PR address this warning ``` "WARN[0000] overleaf-toolkit/lib/docker-compose.base.yml: `version` is obsolete"...
I got this error with setup on Ubuntu 22.04, please help me fix: mongo | {"t":{"$date":"2024-02-05T17:23:54.197+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=47708M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],"}} mongo | {"t":{"$date":"2024-02-05T17:23:55.004+00:00"},"s":"E", "c":"STORAGE", "id":22435, "ctx":"initandlisten","msg":"WiredTiger error","attr":{"error":1,"message":"[1707153835:4279][1:0x7f7a31cd7c80], file:WiredTiger.wt, connection: __posix_open_file,...
## Steps to Reproduce 1. Follow QuickStart with only change being SHARELATEX_LISTEN_IP to local IP and version to 4.0.1 as 4.0.2 doesn't seem to exist. 2. Setup admin user 3....