Skip to content

Explorer-Dong/link-withu

Repository files navigation

Link WithU

一款简约的短链管理器

Docker Image Version

快速开始 · 用户手册

Link WithU

快速开始

基于 Docker 部署:

docker run -d \
  --name link-withu \
  -p 5201:5201 \
  -e ADMIN_PASSWORD='请替换为你的管理员密码' \
  -e BASE_URL='http://localhost:5201' \
  -e DATABASE_URL='sqlite+aiosqlite:////proj/data/short_links.db' \
  -e FRONTEND_DIST='/proj/web/dist' \
  -v ./data:/proj/data \
  xwithu/link-withu:latest

基于 Docker Compose 部署:

# 下载 docker-compose.yml 文件
wget https://raw.githubusercontent.com/Explorer-Dong/link-withu/refs/heads/main/docker-compose.yml

# 设置管理员密码
echo "ADMIN_PASSWORD=<your_admin_password>" > .env

# 启动 Link Withu
docker compose up -d

阅读 用户手册 查看更详细的使用指南。

About

一款简约的短链管理器。

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors