Coder Social home page Coder Social logo

auto-alist-docker-for-zeabur's Introduction

Auto-AList-docker-for-Zeabur

如何使用?

Fork到自己的仓库,然后在Zeabur中使用Github仓库部署,找到Fork的[Auto-AList-docker-for-Zeabur],部署即可,建议白嫖一个数据库,这样每次更新部署就不用来回备份与恢复了

数据库

一些免费数据库:

如何更改数据库?

在 Variable 中添加变量

  "DB_TYPE":"mysql",
  "DB_HOST":"sql.com",
  "DB_PORT":"3306",
  "DB_USER":"账号",
  "DB_PASS":"密码",
  "DB_NAME":"数据名称",
  "DB_TABLE_PREFIX":"alist_",
  "DB_SSL_MODE":"true"

数据库是私有的,因此您无需担心泄露数据。

bit数据库示例 https://bit.io

  "DB_TYPE": "postgres",
  "DB_HOST": "db.bit.io",
  "DB_PORT": "5432",
  "DB_USER": "账号",
  "DB_PASS": "密码",
  "DB_NAME": "账号/数据库名称",
  "DB_TABLE_PREFIX": "alist_",
  "DB_SSL_MODE": "require"

db4free示例 https://db4free.net

  "DB_TYPE": "mysql", 
  "DB_HOST": "db4free.net", 
  "DB_PORT": "3306", 
  "DB_USER": "账号", 
  "DB_PASS": "密码", 
  "DB_NAME": "数据库名称", 
  "DB_TABLE_PREFIX": "alist_", 
  "DB_SSL_MODE": "false" 

密码

初始密码是随机生成的,您可以通过检查控制台日志/查看数据库来获取它。

请勿滥用!

auto-alist-docker-for-zeabur's People

Contributors

v-official-233 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.