Commit Graph

1017 Commits

Author SHA1 Message Date
CanbiZ
abac99e995
Tweak: Patch Prometheus for v.3.0.0 (#300)
Some checks are pending
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
* Prometheus Tweak 3.0.0 

https://github.com/community-scripts/ProxmoxVE/issues/289

https://github.com/prometheus/prometheus/releases/tag/v3.0.0

* Update prometheus-install.sh
2024-11-17 17:40:46 +01:00
Dysfunctional Programming
f9e0dfb270
Add Komga LXC (#275)
* add komga

* fix syntax error

* add co-author

* Make this resemble other scripts

* Get ready for PR

* Address PR feedback to bring more in line with other scripts

* Bring json in line

* Harmonize Script

* Update komga.sh

* Make hdd match komga.sh

* Update ascii

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update ct/komga.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update ct/komga.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update ct/komga.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update install/komga-install.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/komga.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Uneeded group write permissions?

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-17 11:10:02 +01:00
Fabian Berg
d3633f97c5
Wavelog - Small Adjustment (#292)
* stay within the github environment for the logo

* add php-gd as dependencie for future usage
2024-11-17 10:59:05 +01:00
CanbiZ
6d915bf156
Update Wireguard LXC - Information about WGDashboard added (#261)
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
* Update wireguard-install.sh

* Update wireguard.json (Add Documentation & Infos)

* Remove admin|admin

* Naming

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Naming 2

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/wireguard.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update json/wireguard.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update wireguard.json

* Update json/wireguard.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* remove empty note

---------

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-16 17:14:41 +01:00
Don Locke
bae79149f0
Add Wavelog Script (#259)
* Add Wavelog Script

* Added github logo which is less likely to disappear.

* Add Copyright, remove zip, and simplify mv in install

* Update core dependecies

* Update json/wavelog.json

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Remove old install during update

---------

Co-authored-by: Paul <newzealandspaul@gmail.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-16 11:02:57 +01:00
Yaroslav
163cc736e7
Add Recyclarr LXC (#271)
* Add Recyclarr LXC

* Review fixes

* Review fixes

* Review fixes

* Review fixes
2024-11-16 09:44:24 +01:00
davalanche
f6cc26af3a
Update cloudflared-install.sh (#264)
Added the option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy
2024-11-15 18:15:25 +01:00
davalanche
5367a1751a
Update pihole-install.sh (#235)
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
* Update pihole-install.sh

* Added the option to configure Unbound as a forwarding DNS server (using DNS-over-TLS (DoT)).

* Simplified the Unbound configuration.  The root hints file is actually provided by the dns-root-data package so there is no need to explicitly define it (via the root-hints configuration directive) and wget it.  Also, there was no mechanism to update the file after the initial fetch - this will now done by the package manager.

* Fix: Unbound (127.0.0.1#5335) would not become active until a configuration change was made and saved or the application was updated.  These are the only times (other than during install) that /etc/dnsmasq.d/01-pihole.conf is synced with /etc/pihole/setupVars.conf.  Updated the install script to swap out the dns server in /etc/dnsmasq.d/01-pihole.conf similar to /etc/pihole/setupVars.conf.  Delete 8.8.4.4 in both files as opposed to commenting it out as the commented out line would never be recycled.

* Update pihole.json

* Update install/pihole-install.sh

Updated the prompt text after code review.

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-14 23:00:58 +01:00
Håvard Gjøby Thom
c229c9cb4a
Fix homarr update (#162) 2024-11-10 17:20:37 +01:00
Rémi Bédard-Couture
6afb28f887
Remove need for custom DNS (#143)
Some checks are pending
Deploy Next.js site to Pages / build (push) Waiting to run
Deploy Next.js site to Pages / deploy (push) Blocked by required conditions
2024-11-09 14:16:24 +13:00
CanbiZ
ec7dd674ea
[Bugfix] Medusa (#138) 2024-11-08 20:28:47 +01:00
CanbiZ
a68f380d6b
[Bug] | [Change]: Homarr (+Script harmonized) (#124)
* [Bug] | [Change]: Homarr (+Script harmonized)

* Update ct/homarr.sh

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* add ttekc

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* fix echo

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Final Fix

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* remove cd /opt

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

---------

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-08 11:34:07 +01:00
davalanche
7a3adeb142
Update mysql-install.sh (#123)
Some checks failed
Deploy Next.js site to Pages / build (push) Has been cancelled
Deploy Next.js site to Pages / deploy (push) Has been cancelled
Added the option to install the 8.4 LTS release
2024-11-07 19:41:37 +01:00
Amaury Libert
97008d0273
Update photoprism-install.sh (#105)
Wrong password entered in script ("Helper-Scripts.com") compared to website ("changeme").
2024-11-06 23:43:06 +01:00
Rémi Bédard-Couture
53fd2b6cc8
Remove custom update script. This is handled by the update script and the /usr/bin/update is created automatically by the customize function in install.func (#95) 2024-11-06 20:02:34 +01:00
CanbiZ
0cd5ff3f3d
Add new LXC: Vikunja (#80)
* Add new LXC: Vikunja

* Apply suggestions from code review

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>

* Update vikunja.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Update vikunja.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Update vikunja-install.sh

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

* Spelling

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>

---------

Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-05 23:57:28 +01:00
CanbiZ
99fb54659e
Spelling 2024-11-05 23:40:40 +01:00
CanbiZ
9e759d9c1a Add new LXC: Bookstack 2024-11-05 17:04:33 +01:00
CanbiZ
a4a1821822 Changed all dependencies to the community project 2024-11-02 08:48:05 +01:00
tteckster
38d3f2c868
Update nginxproxymanager-install.sh
tweak
2024-10-31 02:18:28 -04:00
CanbiZ
57b9cde44d
Add new LXC: Memos (#4013) 2024-10-30 10:25:02 -04:00
Håvard Gjøby Thom
d22879b5e9
Add new LXC: NZBGet (#4000) 2024-10-30 06:04:23 -04:00
CanbiZ
8cdb218e38
Tweak: Fix Paperless Ghostscript (#4012) 2024-10-30 06:03:12 -04:00
tteckster
2d3cae43cb
Update pihole-install.sh
Correct interface IP
2024-10-28 15:10:48 -04:00
Håvard Gjøby Thom
0340aec142
Adjust max-old-space-size in openwebui-install.sh (#3992) 2024-10-27 18:24:22 -04:00
Håvard Gjøby Thom
8a21f6e7f0
Add option to install Ollama in Open WebUI LXC (#3991) 2024-10-27 18:14:57 -04:00
Håvard Gjøby Thom
77b06ee3f9
Add update path to Gotify LXC (#3989) 2024-10-27 13:29:28 -04:00
tteckster
399786c5bd
Update nginxproxymanager-install.sh
fixes https://github.com/tteck/Proxmox/issues/3982
2024-10-27 04:57:06 -04:00
tteckster
e4912cec78
Update nginxproxymanager-install.sh
tweak
2024-10-27 01:16:41 -04:00
Håvard Gjøby Thom
af0376f25b
Add new LXC: Ollama (#3979) 2024-10-26 15:20:48 -04:00
CanbiZ
5ae25108ef
Add new LXC: AdventureLog (#3971) 2024-10-25 12:00:35 -04:00
tteckster
55c8d1187b
Update paperless-ngx-install.sh
tweak
2024-10-25 07:35:07 -04:00
tteckster
9a5d43e4d3
Update paperless-ngx-install.sh
fixes https://github.com/tteck/Proxmox/issues/3974
2024-10-25 07:32:56 -04:00
tteckster
468a5d367d
Update zoraxy-install.sh
- breaking change
- switch to binary install
2024-10-25 05:16:08 -04:00
tteckster
64eab60a4c
Update openwebui-install.sh
tweak
2024-10-24 21:32:06 -04:00
tteckster
5c711293b9
Update paperless-ngx-install.sh
fixes https://github.com/tteck/Proxmox/issues/3964
2024-10-24 06:13:39 -04:00
tteckster
1d83562661
Update actualbudget-install.sh
fix install
2024-10-24 02:34:54 -04:00
CanbiZ
2184eab0c5
Add new LXC: Wallos (#3956) 2024-10-23 13:19:53 -04:00
Rémi Bédard-Couture
612979a040
Fix update path for PeaNUT following v3 fix (#3954) 2024-10-22 18:13:10 -04:00
Rémi Bédard-Couture
b4732cd8e9
Fix Peanut script following latest release (v3) (#3953) 2024-10-22 16:38:48 -04:00
Håvard Gjøby Thom
226697f810
Add new LXC: Open WebUI (#3944) 2024-10-22 12:39:54 -04:00
tteckster
c9f7f6447d
Update peanut-install.sh
revert test
2024-10-21 21:29:20 -04:00
tteckster
34917b15f5
Update peanut-install.sh
pin version v2.6.1 (test)
2024-10-21 21:20:52 -04:00
tteckster
824710ddd4
Update bunkerweb-install.sh
Update NGINX version to v1.26.2
2024-10-21 12:59:55 -04:00
ngarafol
95dbf93591
use pm2 with systemd to make pingvin-share survive reboots (#3935) 2024-10-20 17:03:21 -04:00
Håvard Gjøby Thom
5b22df5c8e
Add new LXC: Neo4j (#3932) 2024-10-19 20:22:35 -04:00
tteckster
e995fb4f30
Update tianji-install.sh
tweak
2024-10-19 13:49:36 -04:00
tteckster
dd3a32986a
Update cockpit-install.sh
tweak
2024-10-19 11:19:13 -04:00
tteckster
7d26b42163
Update cockpit-install.sh
tweak
2024-10-19 11:10:43 -04:00
tteckster
ec24441a2a
Update cockpit-install.sh
test
2024-10-19 11:02:23 -04:00