**Allist安装**

Allist安装

安装脚本:

1
curl -fsSL "

升级脚本:

1
curl -fsSL "

卸载脚本:

1
curl -fsSL "
  • 启动: systemctl start alist

  • 关闭: systemctl stop alist

  • 状态: systemctl status alist

  • 重启: systemctl restart alist

===========================================================================================================================================================================

备份文件直接导入:

alist_backup_2023_5_17 21_43_02.json

===手工操作

阿里open路径id:

/DSM---6386019c97ab0236619e46afb8d6287afee18cd9

天意云盘路径id:

/Debian---82441133929670042

/ClientUpgrade---42452133929183796

网站logo

https://qnimg.ffing.cn/wp-content/uploads/2021/06/cropped-fn_logo.png

2023-03-12更新版

自定义头部,实现背景+半透明

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll"></script>
<style>
/*白天背景图*/
.hope-ui-light {
    background-image: url("http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1") !important;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position-x:center;
}
/*夜间背景图*/
.hope-ui-dark {
    background-image: url(http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1) !important;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position-x:center;
}



/*主列表白天模式透明*/
.obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-igScBhH-css {
    background-color: rgba(255, 255, 255, 0.5)!important;
}
/*主列表夜间模式透明*/
 .obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-iigjoxS-css {
    background-color:rgb(0 0 0 / 50%)!important;
}

/*readme白天模式透明*/
.hope-c-PJLV.hope-c-PJLV-ikSuVsl-css {
    background-color: rgba(255, 255, 255, 0.5)!important;
}
/*readme夜间模式透明*/
.hope-c-PJLV.hope-c-PJLV-iiuDLME-css {
    background-color:rgb(0 0 0 / 50%)!important;
}

/*顶部右上角切换按钮透明*/
.hope-ui-light .hope-c-ivMHWx-hZistB-cv.hope-icon-button {
    background-color: rgba(255, 255, 255, 0.3)!important;
}
.hope-ui-dark .hope-c-ivMHWx-hZistB-cv.hope-icon-button {
    background-color:rgb(0 0 0 / 10%)!important;

}

/*右下角侧边栏按钮透明 第一个是白天 第二个是夜间*/
.hope-ui-light .hope-c-PJLV-ijgzmFG-css {
    background-color: rgba(255, 255, 255, 0.5)!important;
}
.hope-ui-dark .hope-c-PJLV-ijgzmFG-css {
    background-color:rgb(0 0 0 / 50%)!important;
}

/*白天模式代码块透明*/
.hope-ui-light pre {
    background-color: rgba(255, 255, 255, 0.1)!important;
}
/*夜间模式代码块透明*/
.hope-ui-dark pre {
    background-color: rgba(255, 255, 255, 0)!important;
}
</style>

自定义内容,实现页脚

1
2
3
4
5
6
<body>
    <div  style="text-align:center;">
        © 2021 &nbsp;&nbsp;<a href="http://ffing.cn">FFing.cn</a>&nbsp;&nbsp;
        <a href="https://beian.miit.gov.cn/">豫ICP备2021016009号</a>
    </div>
</body>

自定义头部

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll"></script>
<style>
/*夜间背景图*/
.hope-ui-dark {
    background-image: url(https://blog.ffing.cn/bing.php) !important;
    background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position-x:center;
}
/*主列表夜间模式透明,50%这数值是控制透明度大小的*/
.obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-iigjoxS-css{
background-color:rgb(0 0 0 / 50%) !important;
}
/*readme夜间模式透明,50%这数值是控制透明度大小的*/
.hope-c-PJLV.hope-c-PJLV-iiuDLME-css{
background-color:rgb(0 0 0 / 50%) !important;
}
/*主列表透明*/
.obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-igScBhH-css {
background-color: rgba(255, 255, 255, 0.5) !important;
}
</style>

原版bak

1
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll"></script>

自定内容

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<body>
<div class="footer hope-stack hope-c-dhzjXW hope-c-PJLV hope-c-PJLV-ihQbspH-css">
<div class="hope-stack hope-c-dhzjXW hope-c-PJLV hope-c-PJLV-iekLzst-css">
<!--版权-->
<span class="nav-item">
<a class="nav-link" href="https://ffing.cn" target="_blank">
<i class="fa-solid fa-copyright" style="color:#409EFF;" aria-hidden="true">
</i>
© 2021 FFing.cn
</a>
</span>
<br />
<!--添加备案信息-->
<span style="text-align: center" class="nav-item">
<a class="nav-link" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">
<i class="fa-solid fa-shield-check" style="color:#409EFF;" aria-hidden="true">
</i>
豫ICP备2021016009号
</a>
</span>
</div>
</center>
<br />
<br />
</div> 
</body>