vicalloy

Results 9 comments of vicalloy

使用 `proxy_pass http://127.0.0.1:8888/` 设置里面 `URL=` 换成你实际访问的outline所使用的URL。

`URL=` 说的是 config.sh 里的设置。

> Same problem here, Impossible to connect to outline (502 error) but the django administation panel is available Outline's image don't support ARM platform. If you use ARM, you should...

那个容器是启动时做数据初始化用的,运行完就退出。 停止是正常的。

同样问题。umi3 proxy可以正常工作,升级到 umi4 后不正常。

The correct dependance is ``` python-telegram-bot = "^13.14" "delegator.py" = "^0.1.1" ```

V2EX移动端和PC端用的是不同的模板。 我有时间的时候处理一下,给几个主要页面做个移动端的适配。

> Duplicate of #25893? not the same problam. My problam is can't push the image to gitea. You can try it with the follow scripts. This script will retag the...

Agree with @lthon-sha. I tried to get `login_not_required` to work, but it wasn't easy. Finally, I rewrote the `LoginRequiredMiddleware` to skip authentication. ``` from django.contrib.auth.middleware import LoginRequiredMiddleware from django.http import...