Gladtbam / Gallery

个人图库
0 stars 1 forks source link

Microsoft 365 E5 Renew X Docker部署 | 我的测试 #10

Open Gladtbam opened 2 years ago

Gladtbam commented 2 years ago

https://www.gladtbam.top/posts/22256/

前言 本Docker基于SundayRX E5 Renew X 支持版本 CPU架构 是否支持 Linux/amd64 v3 是 Linux/amd64 v2 是 Linux/amd64 是 Linux/arm64 是 Linux/arm v7 是 部署 拉取镜像 docker push gladtbam/ms365_e5_renewx:v1 使用默认配置部署

nmdft commented 2 years ago

发现启动容器命令中少了个‘e’,ms365_e5_renwx→ms365_e5_renewx

Gladtbam commented 2 years ago

@nmdft 发现启动容器命令中少了个‘e’,ms365_e5_renwx→ms365_e5_renewx

感谢指正

DavidDengHui commented 2 years ago

dalao 为啥我这自定义不了呢?文件修改了,路径也修改了,启动后还是用的默认配置

Gladtbam commented 2 years ago

@DavidDengHui dalao 为啥我这自定义不了呢?文件修改了,路径也修改了,启动后还是用的默认配置

确定挂载路径正确吗?

xxyyyx commented 2 years ago

admin的密码是不能修改的吗 我找到docker下config.xml的文件改掉了密码了

calvinchai commented 2 years ago

你好 挂载的目标目录已经从/renewx变更为/app 续用之前的目录可能会导致数据留在容器内被一同删除

Gladtbam commented 2 years ago

@NightDawnEX 你好 挂载的目标目录已经从/renewx变更为/app 续用之前的目录可能会导致数据留在容器内被一同删除

挂载路径没有更改,你拉取了另一个作者制作的Docker镜像

kilvn commented 1 year ago

github登陆方式,Authorization callback URL怎么写?

Gladtbam commented 1 year ago

github登陆方式,Authorization callback URL怎么写?

https://your.domain/signin-github

kilvn commented 1 year ago

github登陆方式,Authorization callback URL怎么写?

https://your.domain/signin-github

后面翻到另一篇文章,看到了

还有个问题,我配置了github联合登陆,新建隐私浏览器打开我的域名,页面是管理员登录的单密码输入框界面,而不是可选的github或者AZ登录的选择页面

(还有这个镜像是20分钟推一次api,能改成10分钟1次吗)

Gladtbam commented 1 year ago

github登陆方式,Authorization callback URL怎么写?

https://your.domain/signin-github

后面翻到另一篇文章,看到了

还有个问题,我配置了github联合登陆,新建隐私浏览器打开我的域名,页面是管理员登录的单密码输入框界面,而不是可选的github或者AZ登录的选择页面

(还有这个镜像是20分钟推一次api,能改成10分钟1次吗)

打开直接管理员登录,说明没开启共享,调用次数写死的,没法改

kilvn commented 1 year ago

github登陆方式,Authorization callback URL怎么写?

https://your.domain/signin-github

后面翻到另一篇文章,看到了 还有个问题,我配置了github联合登陆,新建隐私浏览器打开我的域名,页面是管理员登录的单密码输入框界面,而不是可选的github或者AZ登录的选择页面 (还有这个镜像是20分钟推一次api,能改成10分钟1次吗)

打开直接管理员登录,说明没开启共享,调用次数写死的,没法改

https开了后容器就起不来了

Warning:The HTTPS is enabled but the certificate(PFX) file is not configured,The default "localhost" dev certificate will be used

Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.

System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.

To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.

我并没有放置ssl证书,配置文件里面也仅配置了开启ssl

Gladtbam commented 1 year ago

我并没有放置ssl证书,配置文件里面也仅配置了开启ssl

你开启SSL却没证书,这肯定不行啊,而且OAuth也要求SSL

kilvn commented 1 month ago

这个镜像不知道为什么,正确的配置了smtp信息,但是永远都无法发送邮件,点击发送测试等一会看到网络请求是302,功能无法使用