我的宝塔搭建alist方案
一、宝塔准备
①至少需要在软件商店安装nginx、supervisor管理器
②在
③在宝塔新建站点并进入站点根目录,点击远程下载下载alist
④解压下载好的文件并重命名为alist
⑤建议提前在宝塔放行端口5244
二、部署alist并反代到网站
①进入站点根目录,点击终端按钮,依次执行以下
chmod +x alist
./alist
记录密码!记录密码!在右上角关闭终端
②在supervisor管理器中添加守护进程
③反代到网站
在站点设置-反向代理-添加反向代理,反代
访问域名即可
④可在宝塔插件系统防火墙修改5244端口仅限IP127.0.0.1访问
三、我的美化方案
①logo直接输入文字:二 次 寒 树 · L S P
②自定义头部
<style>a.logo:first-child { margin: 0 auto; } # 标题居中.footer { display: none !important; } # 底部隐藏.chakra-ui-light{ background-color: #edddfd; }.main-box { border-radius: 15px !important; box-shadow: unset !important; }.chakra-ui-light .main-box { background-color: rgba(255,255,255,0.9) !important; }.chakra-ui-light .readme-box { background-color: rgba(255,255,255,0.9) !important; }.readme-box { border-radius: 15px !important; box-shadow: unset !important; } # 无边框阴影.chakra-stack.list-title.css-1xqbt6a:first-child { display: none !important; }.chakra-stack.css-pb5a2h:first-child { display: none !important; }.chakra-button.css-1su1lhj:last-child { display: none !important; }.chakra-stack.css-zf9m6f:first-child { display: none !important; }nav.chakra-breadcrumb.nav.css-1hs5ve3:nth-child(2) { display: none !important; }.chakra-stack.buttons.css-g9cw6v:last-child { display: none !important; }</style>
③自定义body
<br><p align="center"><a href="https://icp.gov.moe/?keyword=20224433">萌ICP备20224433备</a> | <a href="https://echs.top/友链">友链</a> | <a href="https://echs.top/plan">计划</a> | <a href="https://jk.echs.top">监控</a></p><br>
④首页创建README.md
![](图片链接)