Giter Site home page Giter Site logo

alist-on-paas's People

Contributors

wy580477 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

alist-on-paas's Issues

Patr运行报错

Patr在START时报错:
An internal server error has occured. Please try again later

back4app搭建失败

错误日志为dockerfile must expose a tcp port,好像是tcp端口,无论设置变量PORT为5244或者3000都是报同样的错误

分享一下在render的部署方法

第一步,把作者的源代码全部下载下来
第二步,在GitHub新建工程仓库,把作者的源代码全部上传到你自己的工程里去,记得工程设置为私有最好。
第三步,在根目录新建render.yaml,内容如下

services:

A Docker web service

  • type: web
    name: Deploy
    env: docker
    repo: https://github.com/你的GitHub用户名/仓库名.git # optional 原来的是alist-org/alist-render vs Dcklin/alist-render 不能用
    region: singapore # optional (defaults to oregon)
    plan: free # optional (defaults to starter)
    healthCheckPath: /
    envVars:
    • key: PORT
      value: 5244
    • key: DB_TYPE
      value: mysql
    • key: DB_HOST

      value: db_host

      sync: false
    • key: DB_PORT
      value: 3306
    • key: DB_USER

      value: db_user

      sync: false
    • key: DB_PASS

      value: db_password

      sync: false
    • key: DB_NAME

      value: alist

      sync: false
    • key: DB_TABLE_PREFIX
      value: alist_
    • key: CDN
      value: https://npm.elemecdn.com/alist-web@$version/dist
      第四步,在render里面新建blueprint,导入你的仓库,设置远程数据库,部署。

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.