Commit Graph

1203 Commits

Author SHA1 Message Date
nicedevil007 e1623e2104 Check AdGuard WebUI Setup is done
this is needed if anyone runs the updatescript without having run the setup in the webui before.

This will lead to an error in on the cp command for the backup.

Made a check around that :)
2023-03-18 10:11:42 +01:00
nicedevil007 4dbb2ce906 reverted back to wget as tteck recommends 2023-03-18 09:50:38 +01:00
nicedevil007 76d3a0e4e2 Get rid of wget on Alpine Linux
Now we can curl everything, one package less on installation :)

Get rid of Midnight Commander package, I never used it in any LXC, I guess that is from debugging there right?
2023-03-18 07:48:59 +01:00
nicedevil007 a5cb7a51dd removed debug URL for 2nd script 2023-03-17 16:35:36 +01:00
nicedevil007 093d7241b5 fixed update part 2023-03-17 16:25:09 +01:00
nicedevil007 1ad8eb9647 Alpine AdGuardHome LXC 2023-03-17 16:07:00 +01:00
tteckster 78831d5bde
Update nginxproxymanager-v5.sh
fix update
2023-03-16 08:26:26 -04:00
tteckster 7458878882
Update nginxproxymanager-v5.sh
pause update until new version is confirmed working
2023-03-15 21:13:28 -04:00
tteckster 0f607b725f
Alpine-Grafana (#1171)
* Created Alpine LXC (#1170)
* Update alpine-grafana-v5-install.sh
add base dependencies
* Update alpine-grafana-v5.sh
remove space
---------
Co-authored-by: nicedevil007
2023-03-15 15:39:25 -04:00
tteckster f8c38b8177
Add AppDaemon install to HA Core script (#1167) (#1168)
Co-authored-by: Sergio Rius
2023-03-15 09:45:06 -04:00
tteckster ea7d5ae514
Update vaultwarden-v5.sh
recommend 4vCPU & 4096MiB RAM minimum for update
2023-03-13 03:42:02 -04:00
tteckster d0311a3f1b
Update casaos-v5.sh
add function install_script 🤷🏻‍♂️
2023-03-11 13:44:53 -05:00
tteckster 9bfbb57f11
Update alpine-vaultwarden-v5.sh
change update
2023-03-11 10:09:26 -05:00
tteckster 41109f0a8d
Update cronicle-v5.sh
add export variable
fixes https://github.com/tteck/Proxmox/issues/1148
2023-03-11 04:07:19 -05:00
tteckster e396345058
code refactoring (#1141)
* code refactoring

* allow decimal numbers (such as 0.1) in addition to integers

* adjust password menu
2023-03-09 22:06:56 -05:00
tteckster 1f9b959a47
modified the code for setting the time zone 2023-03-08 05:28:15 -05:00
tteckster ad1d630302
fix tz unbound varible 2023-03-07 15:14:31 -05:00
tteckster 0e1a3ae998
set time zone (#1131)
Retrieve the time zone from Proxmox and configure the container to use the same time zone
2023-03-07 12:09:28 -05:00
tteckster 3ba88d9b69
Update alpine-vaultwarden-v5.sh
lower ram
2023-03-06 21:18:52 -05:00
tteckster abfb9f59f3
Create alpine-vaultwarden-v5.sh 2023-03-06 20:55:19 -05:00
tteckster 6d1d4a278c
Update alpine-v5.sh
v3.17
2023-03-06 14:40:39 -05:00
tteckster d883f95276
Update homeassistant-v5.sh
fix directory check
2023-03-05 07:45:47 -05:00
tteckster c159c1add2
Update homeassistant-v5.sh
fix update
2023-03-05 07:20:28 -05:00
tteckster 9f322e803c
Update hyperion-v5.sh
fix update
2023-03-01 15:04:19 -05:00
tteckster 2c27ff2cfe
Update wireguard-v5.sh (#1109) (#1110)
Fix typo in service file that prevents WGDashboard from starting on boot

Co-authored-by: Logan Long <loganjohnlong@users.noreply.github.com>
2023-02-26 21:41:25 -05:00
tteckster 7759485a62
qBittorrent & Jackett (#1106) 2023-02-24 19:52:10 -05:00
tteckster 22a437ee09
Update technitiumdns-v5.sh
tweak update
2023-02-24 17:27:00 -05:00
tteckster 9aea5320f3
Update technitiumdns-v5.sh
check for ASP.NET Core Runtime, if not present, install
2023-02-24 16:54:13 -05:00
tteckster 6690a31ff7
Update homepage-v5.sh
revert linting error fix
2023-02-23 05:24:50 -05:00
tteckster a8ed97f39e
Update nginxproxymanager-v5.sh
fix cleanup
2023-02-20 04:33:48 -05:00
tteckster 652df53f75
Update homepage-v5.sh
fix linting error
2023-02-19 09:36:32 -05:00
tteckster 1acbf02e08
Update dashy-v5.sh
set default storage 6GB
2023-02-17 07:26:58 -05:00
tteckster ed2330edc0
Update wikijs-v5.sh
fix update process
2023-02-16 20:01:15 -05:00
tteckster 61f42f8f8f
Create go2rtc-v5.sh 2023-02-15 21:19:34 -05:00
tteckster 20aabb856c
Create rstptoweb-v5.sh 2023-02-15 14:02:54 -05:00
tteckster 0fdd88a5ed
Update trilium-v5.sh
fix syntax error in conditional expression
2023-02-14 04:49:07 -05:00
tteckster d08c1ab3d6
Update omada-v5.sh 2023-02-12 17:36:08 -05:00
tteckster 55f30917b4
Update omada-v5.sh
fix exit
2023-02-12 17:28:14 -05:00
tteckster 8e98eb0617
code refactoring (#1047) 2023-02-12 06:05:07 -05:00
tteckster 03ff3750bf
tweak (#1046) 2023-02-11 21:10:20 -05:00
tteckster 36ca6fa9d2
move checks to function install_script() (#1045) 2023-02-11 20:58:42 -05:00
tteckster 0ddf5e2101
update pve & arch checks (#1044)
* update ARCH_CHECK & PVE_CHECK
* header_info
* PVE 7 required
2023-02-11 20:36:39 -05:00
tteckster 57b4c2773b
Update paperless-ngx-v5.sh
increase disk to 8GB
2023-02-10 16:11:12 -05:00
tteckster 4d83642522
Update nextcloudpi-v5.sh
check path to update host
2023-02-09 11:44:07 -05:00
tteckster 4d8285a484
Update podman-homeassistant-v5.sh
fix ending fi
2023-02-07 17:50:50 -05:00
tteckster 91772f8c73
tweak (#1034) 2023-02-07 17:11:02 -05:00
tteckster 44c614f65d
include information (#1032) 2023-02-07 12:15:22 -05:00
tteckster eeced862da
code optimization (#1025)
- remove mc from Ubuntu
- change archive mirrors for Ubuntu
- small tweaks
2023-02-06 09:36:01 -05:00
tteckster 474903d5af
Update devuan-v5.sh
tweak
2023-02-06 05:56:25 -05:00
tteckster fa715ef26b
Create devuan-v5.sh 2023-02-05 18:38:19 -05:00