ivanhao / pvetools

proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.
GNU General Public License v3.0
4.1k stars 501 forks source link
proxmox proxmox-ve samba zfs

logo

pvetools

proxmox ve tools script(debian9+ can use it).Including email, samba,NFS set zfs max ram, nested virtualization ,docker, pci passthrough etc. for english user,please look the end of readme.

这是一个为proxmox ve写的工具脚本(理论上debian9+可以用)。包括配置邮件sambaNFSzfs嵌套虚拟化docker硬盘直通等功能。

安装

中国用户:
方式一:命令行安装

需要用root账号来运行

在终端中按行分别执行以下内容:

强烈建议先删除企业源:rm /etc/apt/sources.list.d/pve-enterprise.list

export LC_ALL=en_US.UTF-8
apt update && apt -y install git && git clone https://github.com/ivanhao/pvetools.git
cd pvetools
./pvetools.sh

一键无脑安装:

echo "nameserver  8.8.8.8" >> /etc/resolv.conf && rm -rf pvetools && rm -rf /etc/apt/sources.list.d/pve-enterprise.list && export LC_ALL=en_US.UTF-8 && apt update && apt -y install git && git clone https://github.com/ivanhao/pvetools.git && echo "cd /root/pvetools && ./pvetools.sh" > pvetools/pvetools && chmod +x pvetools/pvetools* && ln -s /root/pvetools/pvetools /usr/local/bin/pvetools && pvetools
方式二:下载zip安装

download

卸载

  1. 删除下载的pvetools目录

运行

在shell中进入pvetools目录,输入 ./pvetools.sh

主界面

main

main1

根据需要选择对应的选项即可。

配置邮件说明:

只有以下界面需要用tab键选成红框的内容,其他的一律无脑回车即可。

mail

如果这个脚本帮到你了,麻烦点一下右上角的star小星星^_^

qq交流群: 878510703

qq

如果觉得好的请捐赠一下^_^

alipay

感谢捐赠人员!

捐赠列表:

杨惠(来源qq)

蓝蓝的天空(来源qq)

久别重逢(来源qq)

小呀嘛小Kiwi(来源qq)

*兴乐(来源支付宝)

孤独的根号三 (来源qq)

我心依旧丶(来源qq)

*俊磊(来源支付宝)

*家鑫(来源支付宝)

*小虎(来源支付宝)

*杭(来源支付宝)

*伟(来源支付宝)

*棘(来源支付宝)

zm (来源qq)

*阳 (来源支付宝)

**鑫 (来源支付宝)

**尧 (来源支付宝)

*潋 (来源支付宝)

**泽 (来源支付宝)

**涛 (来源支付宝)

*韬 (来源支付宝)

**旭 (来源支付宝)

**明 (来源支付宝)

**锐 (来源支付宝)

[版本说明]

v2.4.0

发布时间:2024.02.08

new feature:

v2.3.9

发布时间:2023.10.19

new feature:

v2.3.6

发布时间:2023.02.16

new feature:

v2.3.5

发布时间:2022.09.14

new feature:

v2.3.2

发布时间:2022.07.14

new feature:

v2.3.1

发布时间:2022.07.13

v2.3.0

发布时间:2022.05.30

new feature:

v2.2.9

发布时间:2022.05.29

new feature:

v2.2.8

发布时间:2021.10.26

new feature:

v2.2.7

发布时间:2021.10.14

new feature:

v2.2.6

发布时间:2021.09.09

new feature:

v2.2.5

发布时间:2020.12.16

new feature:

v2.2.4

发布时间:2020.12.14

new feature:

v2.2.3

发布时间:2020.12.09

new feature:

v2.2.2

发布时间:2020.11.30

new feature:

v2.2.0

发布时间:2020.08.17

new feature:

v2.1.9

发布时间:2020.07.15

new feature:

v2.1.8

发布时间:2020.07.14

new feature:

v2.1.7

发布时间:2020.05.19

new feature:

v2.1.5

发布时间:2020.03.28

new feature:

v2.1.4

发布时间:2020.02.21

new feature:

v2.1.3

发布时间:2019.12.24

new feature:

v2.1.2

发布时间:2019.12.18

new feature:

v2.1.1

发布时间:2019.12.16

new feature:

v2.1.0

发布时间:2019.12.09

new feature:

v2.0.9

发布时间:2019.12.04

new feature:

v2.0.8

发布时间:2019.11.28

new feature:

v2.0.7

发布时间:2019.11.25

new feature:

v2.0.6

发布时间:2019.11.20

new feature:

v2.0.5

发布时间:2019.11.14

new feature:

v2.0.4

发布时间:2019.11.06

new feature:

v2.0.3

发布时间:2019.11.04

new feature:

v2.0.2

发布时间:2019.11.01

new feature:

v2.0.1

发布时间:2019.10.24

new feature:

v2.0

发布时间:2019.10.01

new feature:

installation method

1. command line
for english user:

Use root accout to run.

export LC_ALL=en_US.UTF-8
apt update && apt -y install git && git clone https://github.com/ivanhao/pvetools.git
cd pvetools
./pvetools.sh

If update error,you can remove enterprise source by : rm /etc/apt/sources.list.d/pve-enterprise.list and retry.

2. download

download

Interface

main

main1

Uninstall

  1. delete pvetools folder

Run

cd to pvetools folder,and type:./pvetools.sh

email configration note:

you should choose Internet Site below, and keep others default.

mail