Commit Graph

6573 Commits

Author SHA1 Message Date
Miguel Muniz
bc277d29e2 removed history folder 2024-07-22 21:02:11 -07:00
Miguel Muniz
7cded5fd17 more debugging 2024-07-22 20:21:17 -07:00
Miguel Muniz
d334e11417 debugging 2024-07-22 20:07:41 -07:00
Miguel Muniz
399daf6e34 more changes to build.func for testing 2024-07-22 15:40:49 -07:00
Miguel Muniz
5f98ed5d94 modifying build.func for testing 2024-07-22 15:33:00 -07:00
Miguel Muniz
ad087a949a modifying build.func for testing 2024-07-22 15:30:46 -07:00
Miguel Muniz
a0e6ba68fb fixed again where script finds gitea 2024-07-22 14:44:45 -07:00
Miguel Muniz
f70df3d963 finalized ascii art 2024-07-22 14:14:32 -07:00
Miguel Muniz
dc1a6fce0a fixed where the script looks for gitea.service 2024-07-22 13:11:06 -07:00
Miguel Muniz
86b5c8e9b5 small changes 2024-07-22 13:08:17 -07:00
Miguel Muniz
6991f3fd97 Update Gitea script to display the correct application name and version during the update process 2024-07-22 11:43:06 -07:00
Miguel Muniz
fc15af5693 fixes 2024-07-22 11:38:00 -07:00
Miguel Muniz
cf6e2726e7 test fix 2024-07-22 10:42:35 -07:00
Miguel Muniz
2fd158625d fixed update_script and obtaining latest releases 2024-07-22 10:40:16 -07:00
Miguel Muniz
381420ad50 minor fixes 2024-07-22 09:06:20 -07:00
Miguel Muniz
e8672ca2a6 fixed format 2024-07-22 08:35:35 -07:00
Miguel Muniz
4e41982f7d fixed .sh locations 2024-07-22 08:31:40 -07:00
Miguel Muniz
61ab0f83f6 Merge pull request #1 from Rogue-King/gitea
Gitea
2024-07-22 08:22:14 -07:00
Miguel Muniz
caf48b596f Merge branch 'tteck:main' into gitea 2024-07-22 08:13:56 -07:00
tteckster
d18e37166d Update bunkerweb-install.sh
Refactor to eliminate script execution within another script, making the code easier to review.
2024-07-22 06:39:34 -04:00
tteckster
80fb3ee841 Update update-lxcs-cron.sh
fixes https://github.com/tteck/Proxmox/issues/3408
2024-07-21 07:11:36 -04:00
Rogue-King
7d6427cff8 First Gitea commit 2024-07-20 22:49:36 -07:00
tteckster
6c155c7463 Update ersatztv.sh
Refactor `function update_script ()`
fixes https://github.com/tteck/Proxmox/issues/3404
2024-07-20 12:44:27 -04:00
tteckster
2febf2c39b Update unifi.sh
add AVX instruction set check
2024-07-20 06:20:20 -04:00
tteckster
cfa1b2e04d Update vaultwarden.sh
tweak
2024-07-17 13:48:42 -04:00
tteckster
9deea7a983 Update vaultwarden.sh
add Admin Token to `/opt/vaultwarden/data/config.json`
2024-07-17 13:32:26 -04:00
tteckster
00a8f07170 Update CHANGELOG.md 2024-07-16 14:04:50 -04:00
tteckster
9cbd0f3037 Update install.func
fixes https://github.com/tteck/Proxmox/issues/3386
2024-07-16 11:27:55 -04:00
tteckster
bf40c30fff Update haos-vm.sh
add local-zfs
2024-07-16 01:19:16 -04:00
tteckster
e3da97472e Update CHANGELOG.md 2024-07-13 16:11:36 -04:00
tteckster
2446b6599f Update pingvin-install.sh
fixes https://github.com/tteck/Proxmox/issues/3373
2024-07-13 13:28:19 -04:00
tteckster
19fef65ac0 Update CHANGELOG.md 2024-07-13 00:26:39 -04:00
tteckster
8892fd960f Update CHANGELOG.md 2024-07-12 23:44:56 -04:00
tteckster
22c7801217 Update mikrotik-routeros.sh
chr-7.15.2
2024-07-07 16:40:15 -04:00
Mathijs Groothuis
3a65f89cab Update calibre-web.sh (#3346) 2024-07-07 11:50:10 -04:00
tteckster
186f186e8b Update pingvin.sh
fixes https://github.com/tteck/Proxmox/issues/3331
2024-07-05 01:09:30 -04:00
tteckster
8562dd1b93 Update jellyseerr-install.sh
switch back to the main branch
2024-07-04 10:56:52 -04:00
tteckster
dad9da5e67 Update jellyseerr.sh
tweak update (main branch)
2024-07-04 10:55:39 -04:00
tteckster
496b9bf92c Update traefik.sh
hard-code version
2024-07-03 13:14:12 -04:00
tteckster
6596850918 Update traefik-install.sh
hard-code version
2024-07-03 13:12:59 -04:00
tteckster
fc5ea73e45 Update bunkerweb.sh
change the "hold" method
2024-07-03 10:24:42 -04:00
tteckster
f64e8ef47b Update bunkerweb-install.sh
change the "hold" method
2024-07-03 10:22:46 -04:00
tteckster
e6b86f3d47 Update bunkerweb.sh
tweak
2024-07-03 10:04:23 -04:00
tteckster
7daad62fad Update bunkerweb-install.sh
hold bunkerweb version
2024-07-03 10:01:49 -04:00
tteckster
15be0761ff Update bunkerweb-install.sh
fix curly braces
2024-07-03 09:38:44 -04:00
tteckster
5ef5f0086e Update bunkerweb.sh
- works for 1.5.8 and newer
- if the update fails with 1.5.7 execute 
`RELEASE=$(curl -s https://api.github.com/repos/bunkerity/bunkerweb/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
apt-get install -y bunkerweb=${RELEASE}` in the LXC console
2024-07-03 09:26:20 -04:00
tteckster
85418addac Update bunkerweb-install.sh
always install the newest release
2024-07-03 09:21:41 -04:00
tteckster
ef27851d31 Update bunkerweb.sh
tweak `function update_script()`
2024-07-03 09:06:30 -04:00
tteckster
5fcae037c2 Update photoprism-install.sh
tweak
2024-07-02 20:23:52 -04:00
tteckster
eab4160c33 Update frigate-install.sh
fixes https://github.com/tteck/Proxmox/issues/3315
2024-07-02 02:59:33 -04:00