Commit Graph

6574 Commits

Author SHA1 Message Date
c4b6ea33aa Add script for Lldap (#3455) 2024-08-05 04:58:22 -04:00
a5fece4292 Update n8n.sh
fixes https://github.com/tteck/Proxmox/issues/3470
2024-08-04 23:21:49 -04:00
232919d6be Update wastebin-install.sh
tweak
2024-08-04 17:10:38 -04:00
d21760cc65 Update wastebin-install.sh
Refactor
Fixes https://github.com/tteck/Proxmox/issues/3465
2024-08-04 17:07:52 -04:00
341e873eba Update wastebin.sh
Refactor
2024-08-04 17:06:19 -04:00
d073535346 Update bunkerweb-install.sh
switch repo back to packagecloud
2024-07-30 07:48:03 -04:00
b567bd848b Allow octoprint user to perform system functions (#3444) 2024-07-30 06:58:21 -04:00
bfce73c0ed Update README.md 2024-07-28 09:01:04 -04:00
880a0f52ec Update CHANGELOG.md 2024-07-28 08:58:38 -04:00
026b0f4105 Update radarr.sh
tweak
2024-07-27 12:51:12 -04:00
b108b6e373 Update update-lxcs.sh
tweak
2024-07-27 12:48:42 -04:00
fabbe5925b Update README.md
tweak
2024-07-27 07:07:09 -04:00
5e561a1b78 Update traefik.sh
tweak
2024-07-27 06:55:30 -04:00
a35e23916e Update traefik-install.sh (#3431) 2024-07-27 06:54:20 -04:00
f59c1227be Update gitea.sh (#3426)
Fix permissions
https://docs.gitea.com/installation/install-from-binary
2024-07-26 12:04:40 -04:00
32ae8c1f4f Update CHANGELOG.md 2024-07-26 06:03:56 -04:00
2c58bc987c Update gitea.sh
increase ram to 1024
2024-07-26 05:37:09 -04:00
136f667126 Update gitea-install.sh
add SQLite3
2024-07-26 05:22:40 -04:00
ae49faec93 Add new LXC: Gitea (#3419) 2024-07-26 05:07:38 -04:00
b73557c14f Update ersatztv-install.sh
fixes https://github.com/tteck/Proxmox/issues/3422
2024-07-25 13:50:00 -04:00
8db7e57819 Update keycloak.sh
fix URL
2024-07-23 12:13:35 -04:00
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
80fb3ee841 Update update-lxcs-cron.sh
fixes https://github.com/tteck/Proxmox/issues/3408
2024-07-21 07:11:36 -04:00
6c155c7463 Update ersatztv.sh
Refactor `function update_script ()`
fixes https://github.com/tteck/Proxmox/issues/3404
2024-07-20 12:44:27 -04:00
2febf2c39b Update unifi.sh
add AVX instruction set check
2024-07-20 06:20:20 -04:00
cfa1b2e04d Update vaultwarden.sh
tweak
2024-07-17 13:48:42 -04:00
9deea7a983 Update vaultwarden.sh
add Admin Token to `/opt/vaultwarden/data/config.json`
2024-07-17 13:32:26 -04:00
00a8f07170 Update CHANGELOG.md 2024-07-16 14:04:50 -04:00
9cbd0f3037 Update install.func
fixes https://github.com/tteck/Proxmox/issues/3386
2024-07-16 11:27:55 -04:00
bf40c30fff Update haos-vm.sh
add local-zfs
2024-07-16 01:19:16 -04:00
e3da97472e Update CHANGELOG.md 2024-07-13 16:11:36 -04:00
2446b6599f Update pingvin-install.sh
fixes https://github.com/tteck/Proxmox/issues/3373
2024-07-13 13:28:19 -04:00
19fef65ac0 Update CHANGELOG.md 2024-07-13 00:26:39 -04:00
8892fd960f Update CHANGELOG.md 2024-07-12 23:44:56 -04:00
22c7801217 Update mikrotik-routeros.sh
chr-7.15.2
2024-07-07 16:40:15 -04:00
3a65f89cab Update calibre-web.sh (#3346) 2024-07-07 11:50:10 -04:00
186f186e8b Update pingvin.sh
fixes https://github.com/tteck/Proxmox/issues/3331
2024-07-05 01:09:30 -04:00
8562dd1b93 Update jellyseerr-install.sh
switch back to the main branch
2024-07-04 10:56:52 -04:00
dad9da5e67 Update jellyseerr.sh
tweak update (main branch)
2024-07-04 10:55:39 -04:00
496b9bf92c Update traefik.sh
hard-code version
2024-07-03 13:14:12 -04:00
6596850918 Update traefik-install.sh
hard-code version
2024-07-03 13:12:59 -04:00
fc5ea73e45 Update bunkerweb.sh
change the "hold" method
2024-07-03 10:24:42 -04:00
f64e8ef47b Update bunkerweb-install.sh
change the "hold" method
2024-07-03 10:22:46 -04:00
e6b86f3d47 Update bunkerweb.sh
tweak
2024-07-03 10:04:23 -04:00
7daad62fad Update bunkerweb-install.sh
hold bunkerweb version
2024-07-03 10:01:49 -04:00
15be0761ff Update bunkerweb-install.sh
fix curly braces
2024-07-03 09:38:44 -04:00
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
85418addac Update bunkerweb-install.sh
always install the newest release
2024-07-03 09:21:41 -04:00
ef27851d31 Update bunkerweb.sh
tweak `function update_script()`
2024-07-03 09:06:30 -04:00
5fcae037c2 Update photoprism-install.sh
tweak
2024-07-02 20:23:52 -04:00