惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
S
Schneier on Security
Scott Helme
Scott Helme
C
Check Point Blog
T
Tenable Blog
博客园 - 三生石上(FineUI控件)
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
L
Lohrmann on Cybersecurity
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
B
Blog
P
Privacy International News Feed
I
Intezer
T
Threatpost
Google DeepMind News
Google DeepMind News
L
LangChain Blog
Last Week in AI
Last Week in AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
L
LINUX DO - 最新话题
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
Cybersecurity and Infrastructure Security Agency CISA
N
News and Events Feed by Topic
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
News | PayPal Newsroom
The Hacker News
The Hacker News
S
Security @ Cisco Blogs
罗磊的独立博客
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
大猫的无限游戏
大猫的无限游戏
U
Unit 42
Hacker News: Ask HN
Hacker News: Ask HN
D
Docker
AI
AI
小众软件
小众软件
博客园 - 叶小钗
H
Help Net Security
TaoSecurity Blog
TaoSecurity Blog
P
Privacy & Cybersecurity Law Blog

Ridic

一个关于映射度的问题 买原版书遇到的坑 区域不变性及相关应用 Klein瓶的高维推广 待解决的问题 一些待整理的资料 记录一些想看的书和课程 高等代数习题课-记录 关于学习过程的“参数权重”设置 从今天开始写一些东西 不定积分练习 国内Docker镜像代理 《上海高考指南》数学部分阅读与分析 函数关于两点对称问题 数学笔记-第八周 数学笔记-第七周 二模前复习总结 6 数学笔记-第六周 将 word 中的 Mathtype 公式转为 Latex 原创一题 为什么高中数学题越来越难 有趣的开源项目整理 5 4 3 上海高考数学压轴题 2023年普通高中学业水平模拟测试 2 1 典型难题整理 Linux 相关操作 参加 TACA 考试 一些导数题 博客加入数学公式支持 新买的乒乓球拍 数学综合卷 使用 Git Hook 将网站部署到服务器 利用BurpSuite和Charles进行抓包 关于window.opener 2023上海英语春考 解决Mac开机界面壁纸不同的问题 迁移到了新域名 期中考复习试卷 关于 友链 Helloworld 随时随地写代码--基于Code-server部署自己的云开发环境 GAN CFOP 学校的电脑 嘀咕
在服务器中部署Overleaf
Tom · 2025-04-28 · via Ridic

主要部分可参考: 搭建和使用overleaf服务器 备份

主题部分可能以后再详细写。

这里先讲我在部署过程中遇到的几个坑。

1、无法注册管理员账户

在安装完成后,进入http://localhost/launchpad却无法注册管理员账户,可能需要在bin/config/variables.env中把如下两行 注释掉(改成False都不行):

# SHARELATEX_BEHIND_PROXY=false
# SHARELATEX_SECURE_COOKIE=false

参考:见 Error session message for login and registration

2、安装完整版 LaTeX 时出错

在开头提到的经验贴中用的是2021年的sharelatex,但目前是2025年版本,操作可能不大一样,

# 检查texlive版本
docker exec sharelatex tlmgr --version
# 示例:2025年版本
docker exec sharelatex tlmgr option repository https://mirrors.pku.edu.cn/ctan/systems/texlive/tlnet/
# 拉取完整latex
docker exec sharelatex tlmgr install scheme-full

sharelatex每年的三、四月份会更新版本并且将去年的archive仓库,如果overleaf没有跟进版本,则要选取对应版本。

archive的版本:

  • 清华镜像站:https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/systems/texlive/
  • 南大镜像站:https://mirror.nju.edu.cn/tex-historic/systems/texlive/

最新版本:

  • 北大镜像站:https://mirrors.pku.edu.cn/ctan/systems/texlive/tlnet

(除了北大镜像站,其它都没有把最新版打包。。。很奇怪)

3、其它问题

可参考 官方doc

注记

overleaf工作目录下的几个文件夹不要随便删,特别是mongo的文件夹,tex和用户信息都在里面。各个文件夹的用途和重要性可见 Data and Backups,在不同服务器中 迁移数据.