@@ -72,4 +72,7 @@ Yo, en lugar de lo de arriba, he ejecutado:
tlmgr install scheme-full
+## Mongo-express
+
+La fuente está [aquí](https://github.com/mongo-express/mongo-express)
@@ -83,7 +83,7 @@ spec:
- name: V1_HISTORY_URL
value: http://sharelatex:3100/api
# image: harbor.reymota.es/overleaf/sharelatex:tex-9-full
- image: harbor.reymota.es/overleaf/sharelatex:tex-10-minimal
+ image: harbor.reymota.es/overleaf/sharelatex:tex-11-minimal
imagePullPolicy: IfNotPresent
# image: abompotas/overleaf:5
# image: tuetenk0pp/sharelatex-full
@@ -4,7 +4,7 @@ data:
ENABLE_CONVERSIONS: "true"
ENABLED_LINKED_FILE_TYPES: project_file,project_output_file
EXTERNAL_AUTH: none
- OVERLEAF_APP_NAME: IMSlab Overleaf
+ OVERLEAF_APP_NAME: ReyMota Overleaf
OVERLEAF_MONGO_URL: mongodb://mongo-mongodb-headless.overleaf.svc.cluster.local/sharelatex
OVERLEAF_REDIS_HOST: redis-headless.overleaf.svc.cluster.local
REDIS_HOST: redis-headless.overleaf.svc.cluster.local
@@ -1 +1 @@
-tex-10
+tex-11
-tex-11
+tex-12
@@ -1,4 +1,5 @@
-FROM sharelatex/sharelatex:6.1.2
+#FROM sharelatex/sharelatex:6.1.2
+FROM sharelatex/sharelatex:5
RUN rm /etc/my_init.d/000_check_for_old_env_vars_5.sh