Commit Graph

220 Commits

Author SHA1 Message Date
8c3fd6f90d Update ubuntu-vm.sh
tweak
2023-11-18 17:42:31 -05:00
eb6fd78fa6 Create ubuntu-vm.sh 2023-11-18 16:58:19 -05:00
48f5906246 Update debian-vm.sh
- add serial0 socket
2023-11-16 10:39:04 -05:00
c968f07e42 Update debian-vm.sh
tweak
2023-11-15 19:22:40 -05:00
897c75478e Update owncloud-vm.sh
tweak
2023-11-14 13:02:13 -05:00
ac546e3f42 Create nextcloud-vm.sh 2023-11-14 11:54:11 -05:00
587ae7ab3f Create owncloud-vm.sh 2023-11-14 11:33:48 -05:00
15f1343a00 Update openwrt.sh
tweak
2023-11-01 03:40:43 -04:00
4a2d9296bd Create debian-vm.sh 2023-10-31 16:01:05 -04:00
a901f2a065 Update haos-vm.sh (#1940)
Dev OS builds have been moved to a new server
2023-10-18 04:06:28 -04:00
7a58b8c01c Update openwrt.sh
fix stableversion variable
2023-10-15 08:43:44 -04:00
e71b8cd2de Update openwrt.sh
fixes https://github.com/tteck/Proxmox/issues/1924
2023-10-15 07:27:56 -04:00
9d7372b679 Update haos-vm.sh
- Set "Advanced" defaults
2023-09-28 06:52:05 -04:00
24551de292 Update haos-vm.sh
- Add a function to verify if the user is the root user (without using sudo).
- Set default disk cache to writethrough
- Set default CPU type to host
2023-09-28 06:40:15 -04:00
d7ed355918 Update openwrt.sh
fixes https://github.com/tteck/Proxmox/issues/1842
2023-09-26 11:43:20 -04:00
6fae1fc557 add backtitle 2023-09-09 05:13:17 -04:00
a85593afa4 Update mikrotik-routeros.sh
version 7.11.2
2023-09-05 05:24:29 -04:00
276252772e Update mikrotik-routeros.sh
version 7.11
2023-08-15 15:16:20 -04:00
dfb6ca572b Update mikrotik-routeros.sh
version 7.10.2
PVE 8
2023-07-25 06:57:00 -04:00
6501d0f43f Make IP and NETMASK configurable (#1605)
* Make IP and NETMASK configurable

Users can now customize IP and Netmask of the router
2023-07-11 06:16:46 -04:00
c495bdd5c4 Update pimox-haos-vm.sh
PVE 8 compatible
2023-07-09 08:51:10 -04:00
f1319f44fe Update openwrt.sh
add pve 8
fixes https://github.com/tteck/Proxmox/issues/1528
2023-06-22 15:55:39 -04:00
7b20f5aef8 Update haos-vm.sh
PVE 8 ready
2023-06-09 12:43:07 -04:00
11e0f3a8ed Changes to openwrt.sh (#1460)
* Update openwrt.sh

Compactify script and fix text (WAN Vlan).

* Update openwrt.sh

Switch network devices to match OpenWrt defaults (eth0 is lan, eth1 is wan).
2023-06-03 11:29:30 -04:00
89e933e85e Update openwrt.sh
set network.lan.ipaddr=192.168.2.1
2023-06-03 06:43:28 -04:00
299fc5c827 Rename openwrt-vm.sh to openwrt.sh 2023-05-23 07:45:13 -04:00
86286fdb5f Update openwrt-vm.sh
code refactoring
2023-05-23 07:36:27 -04:00
6a7cd6b956 Update openwrt-vm.sh
shfmt
2023-05-22 07:40:19 -04:00
c5ee4993c8 Update openwrt-vm.sh
tweak
2023-05-22 07:36:05 -04:00
7e5206239a Update openwrt-vm.sh
tweak
2023-05-22 07:25:27 -04:00
6a108a06ce Add script to create an OpenWRT virtual machine (#1434) 2023-05-22 06:54:10 -04:00
db8d22f721 Update haos-vm.sh
code refactoring
2023-05-18 17:06:08 -04:00
7680982315 Update haos-vm.sh
change storage menu message
2023-05-13 07:31:12 -04:00
9e9b8286ad Update haos-vm.sh
add tag
2023-05-10 23:20:05 -04:00
513049c50b Update pimox-haos-vm.sh
update pve_check
2023-04-26 05:38:40 -04:00
49263e9874 Update haos-vm.sh
Include a choice within the "Advanced" settings to configure the CPU model between kvm64 (default) or host.
2023-04-02 11:26:00 -04:00
a2b5ce070d Update haos-vm.sh
tweak
2023-04-02 08:48:09 -04:00
2ff5df2ea8 Update haos-vm.sh
Code refactoring
2023-04-01 09:06:28 -04:00
59bfc8d3e3 Update haos-vm.sh
Include a choice within the "Advanced" settings to configure the disk cache.
2023-03-31 17:26:56 -04:00
b19b5e1039 revert revert ssh_check 2023-03-27 21:21:14 -04:00
92c24cefe4 revert SSH_CHECK 2023-03-27 20:53:51 -04:00
6bf9e68f89 Update haos-vm.sh
add SSH_CHECK
2023-03-27 20:24:49 -04:00
46ba32c586 Rename haos-vm-v5.sh to haos-vm.sh 2023-03-23 14:12:48 -04:00
4175b8d5f6 The latest iteration of the scripts (#1220) 2023-03-22 20:48:20 -04:00
0432ea1558 Update haos-vm-v5.sh
add new error_handler
2023-02-10 20:51:53 -05:00
9e2a0e18f2 Update haos-vm-v5.sh
default settings more readable in code
2023-02-10 14:43:58 -05:00
f1be33211e Update haos-vm-v5.sh
`awk` is more efficient than using `tr` as it doesn't need to create a new process
2023-02-10 14:02:16 -05:00
992182d74d Update haos-vm-v5.sh
Code refactoring
2023-02-10 13:39:23 -05:00
ae335b1155 Update haos-vm-v5.sh
more code optimization
2023-02-09 20:15:09 -05:00
d671df97c9 Update haos-vm-v5.sh
code optimization
2023-02-08 12:00:17 -05:00