https://github.com/alist-org/alist
有windows和liunx版本,可加入多种网盘,还可配合aria2等来离线下载。
如果要让别人查看的话在后台里把来宾帐户启用,再把无需密码访问选上。
安装后可以更改去掉相关特征信息
在设置-全局-自定义头部
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=String.prototype.replaceAll"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<style>
.footer {
display: none!important;
}
body:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .3;
z-index: -1;
display: block;
position: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
content: '';
background-image: url(https://oss.iymark.com/2022/09/vback.jpg);
}
.hope-c-PJLV-ikSuVsl-css {
background: none!important;
}
.markdown-body a {
color: #000!important;
}
.hope-ui-dark .markdown-body a {
color: #fff!important;
}
.copyright .link {
padding: 4px;
background: #26517c;
border-radius: 0 8px 8px 0;
}
.copyright .name {
padding: 4px;
background: #fff;
border-radius: 8px 0 0 8px;
color:#000;
}
.copyright {
padding: 50px;
background: #2d3236!important;
}
.copyright a {
color: #fff;
}
br.phone, br.pad{
display:none;
}
@media (max-width: 891px){
br.pad {
display:block;
}
}
@media (max-width: 561px){
br.phone {
display:block;
}
}
.hope-c-PJLV-ieESZju-css {
display: none;
}
img.hope-c-PJLV-ibwASZs-css {
width: auto;
}
.hope-ui-dark .copyright .name {
background: #000;
}
.runtime {
margin-top: 20px;
color: #fff;
text-align: right!important;
}
.about, .state {
width: min(99%, 980px);
text-align: center;
padding-inline: 2%;
}
.state {
margin-top: 20px;
color:#fff;
}
</style>
在自己定义内容里
<div class="copyright" align="center"><div class="about"><p>
<span class="name">© 2020-2023</span><span class="link"><a href="https://www.xtaa.cn">奇言</a></span><br class="phone"><br class="phone">
</p>
<div class="runtime">
<span id="runtime_span"></span>
<script type="text/javascript">
function show_runtime() {
window.setTimeout("show_runtime()", 1000);
X = new Date("2/24/2023 00:00:00");
Y = new Date();
T = (Y.getTime() - X.getTime());
M = 24 * 60 * 60 * 1000;
a = T / M;
A = Math.floor(a);
b = (a - A) * 24;
B = Math.floor(b);
c = (b - B) * 60;
C = Math.floor((b - B) * 60);
D = Math.floor((c - C) * 60);
runtime_span.innerHTML = "<span class=\"name\">稳定运行" + A + "天</span><span class=\"link\">" + B + "时" + C + "分" + D + "秒</span>"
}
show_runtime();
</script>
</div>
</div>
<div class="state"><p>免责声明:本站为个人资源库,资源库所发布的一切影视、源代码、注册信息及软件等资源仅限用于学习和研究目的</p></div>
</div>
另外可容器直接安装已挂载大量内容的小雅alist:
http://alist.xiaoya.pro/
一键安装和更新容器,标准模式,打开端口 5678
bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)"
一键安装和更新容器,host模式(推荐,软路由和NAS上更少网络故障,打开端口 6789)
bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)" -s host