厌倦了总是需要手动输入命令安装博客,代理,网盘了吗?VPSToolBox提供了一种全自动化的解决方案,解放双手,从今天开始!
apt-get update && apt-get install sudo curl -y && curl -Ss https://raw.githubusercontent.com/johnrosen1/vpstoolbox/master/vps.sh | sudo bash
注: 仅推荐Debian10系统。
打勾的为启用默认安装的,其余请手动选中以安装,分类标签仅为参考。
欢迎 PR/issue 更多软件。
欢迎 PR/request。
BTC: bc1qkkpe9rt9vn52yymfjv3q5trgyanz9np3q0tnly
ETH: john3.eth
XMR: 48CJJNSVB9rCEXznrdzHRu8mf7WuVsmYm9JxZi5q8h2hLV6TegTVYusSHuDgz4w62oHxXeTNw6pWK1BQ77wjk5eKUu9NNid
打勾的为测试过的,保证可用性,未打勾的表示理论上支援但未测试。
使用100% bash shell
实现。
注:
Aria2+Rclone+Onedrive 实现全自动化下载
Username:Password
(中间的:
不能漏!)。File not found.
错误,刷新页面即可。由于 Nextcloud 自身限制,无法全自动添加 redis 配置,请手动配置。
/usr/share/nginx/nextcloud/config/config.php
中添加以下几行(请添加在中间,非开头或末尾) 'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'timeout' => 0.0,
),
'default_phone_region' => 'US',
运行以下几行
cd /usr/share/nginx/nextcloud/
sudo -u nginx ./occ db:add-missing-indices
sudo -u nginx ./occ db:convert-filecache-bigint
cd
Nextcloud 设定-->基本设定-->改为 cron(伺服器端已配置完成,无需任何手动配置)
systemctl restart php7.4-fpm
阿里云,Google cloud platform,vultr 等厂商皆不满足此项要求。
由于邮箱服务的特殊性,仅推荐有需求(且乐意折腾)的人使用。
注:需要至少 200GB
可用硬盘空间。
Monero 项目地址: https://github.com/monero-project/monero-gui
curl -Ss https://raw.githubusercontent.com/johnrosen1/vpstoolbox/master/install/monerod.sh | sudo bash
systemctl
查看运行状态,有问题记得反馈即可。可能不完整,仅供参考。
暂无相关内容
MIT License
Copyright (c) 2019-2021 johnrosen1
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.