Giter Site home page Giter Site logo

ms365_e5_renewx_railway's Introduction

前言

本Docker基于SundayRX E5 Renew X。使用Dockerfile,用于在railway.app上部署E5更新程序,部署前修改Config.xml中的密码,部署完成后在railway.app应用setting中删除Deployment Trigger,在Variables中添加 PORT 1066。

链接

Microsoft 365 E5 Renew X Docker 部署

Microsoft 365 E5 Renew X 部署记录

SundayRX博客

Docker Hub

支持版本

CPU架构 是否支持
Linux/amd64 v3
Linux/amd64 v2
Linux/amd64
Linux/arm64
Linux/arm v7

部署

拉取镜像
docker push gladtbam/ms365_e5_renewx:latest
或者
docker pull ghcr.io/gladtbam/ms365_e5_renewx:latest

使用默认配置部署

docker run -d \
    -p 1066:1066 \
    --name RnewX \
gladtbam/ms365_e5_renewx:latest

自定义配置

  1. 下载E5 Renew X 的配置文件Config.xml,按照Config.xml文件说明进行修改

  2. 启动容器

docker run -d \
    -p 1066:1066 \
    -v $PWD/Deploy:/renewx/Deploy \
    -v $PWD/appdata:/renewx/appdata \
    --name RnewX \
gladtbam/ms365_e5_renewx:latest

Deploy内放置Config.xml文件

自行构建

Github下载Dockerfile文件

docker build -f Dockerfile -t ms365_e5_renewx . --no-cache

Nginx反向代理

location ~ / {
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Host $http_host;
        proxy_redirect off;
        proxy_pass https://127.0.0.1:1066;
}

ms365_e5_renewx_railway's People

Contributors

cajvi avatar gladtbam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.