Coder Social home page Coder Social logo

docs's Introduction

The open-source repo for docs.halo.run

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ pnpm install 

If you don’t have pnpm installed, you can install it with the following command:

npm install -g pnpm

Local Development

$ pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

docs's People

Contributors

aanko avatar airbozh avatar apanonar avatar cnskis avatar colancn avatar daifiyum avatar godlessliu avatar guqing avatar johnniang avatar liaocp666 avatar lilgg avatar luoxmc avatar moshicoco avatar mqllin avatar n0vad3v avatar nelvko avatar ralstonliu avatar ruibaby avatar scoooooott avatar shangjianan2 avatar shiinakin avatar simple-stark avatar sxbai avatar tnzzzhlp avatar vayci avatar wan92hen avatar wangxiaoeryah avatar wintewu avatar wxyshine avatar yyplus 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

Watchers

 avatar  avatar  avatar  avatar  avatar

docs's Issues

文档:添加默认管理员用户名和密码的环境变量修改

涉及版本2.1、2.2
修改前:

docker run \
  -it -d \
  --name halo \
  -p 8090:8090 \
  -v ~/.halo2:/root/.halo2 \
  halohub/halo:2.1 \
  --halo.external-url=http://localhost:8090/ \
  --halo.security.initializer.superadminuser=admin \
  --halo.security.initializer.superadminpassword=P@88w0rd

修改后:

docker run \
  -it -d \
  --name halo \
  -p 8090:8090 \
  -v ~/.halo2:/root/.halo2 \
  halohub/halo:2.1 \
  --halo.external-url=http://localhost:8090/ \
  --halo.security.initializer.superadminusername=admin \
  --halo.security.initializer.superadminpassword=P@88w0rd

提供维护者准则文档

建议提供一个维护者准则文档,用于向社区透明 Halo 开源的运作方式,包括但不限于:

  1. 版本发布流程相关,比如版本发布节奏,版本维护周期。
  2. 依赖更新,比如 patch 版本非特定情况不允许更新依赖。
  3. PR 提交相关。
  4. 开源社区维护相关。

建议将外部地址配置方式更改为配置文件中进行配置

外部地址大概率会在博客搭建好后修改,且修改频次大多情况下只有 1 次。

为了让用户不因为修改外部地址而修改命令或重建容器,建议将此设置的配置方式优化为配置文件(application.yaml)。这样用户只需要重启一下即可生效。

/kind improvement

文档更新

你当前使用的版本

1.5.4

描述一下此特性

文档版本 2.2, 这个提示建议删掉,每次看到这个提示,都感觉官方不建议升到 2.0+ .......

附加信息

image

使用tencentCloudBase无法部署

在使用tencentCloudBase部署时,因为项目模板是在github上面,代码会拉不下来,请求一直超时导致部署失败;

所以只好将GitHub的代码clone下来,放到gitee,修改为gitee的地址后正常才可以正常部署。

希望官方文档能够更新一下

建议提供宝塔docker创建容器的相关配置说明

你当前使用的版本

版本:1.4.17 数据库:MySQL 5.7.18-txsql-log 运行模式:production User Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.76

描述一下此特性

宝塔自带的docker管理器当中,可以通过图形化界面创建容器,但是halo的官网上没有相关的文档,只有命令行配置文档,但是命令行配置的文档,无法配置容器的运行内存大小,图形化配置当中可以配置运行内存,希望能够提供相关的配置说明。谢谢!

附加信息

image

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.