1737 Commits

Author SHA1 Message Date
CanbiZ
b75aa52bc2
Update copyright notice in splunk-enterprise.sh 2025-11-06 20:44:03 +01:00
Robert Castley
b73a89502d Updated to use 24.04. Corrected RAM size 2025-11-06 14:53:22 +00:00
Robert Castley
06d228512c Fix source and increase resources 2025-11-06 10:53:22 +00:00
Robert Castley
0270627a13 Splunk Helper Script 2025-11-06 10:48:33 +00:00
CanbiZ
78b4375319 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-06 09:02:31 +01:00
CanbiZ
9d999d8cac Add Omada Controller install and container scripts
Introduces ct/omada.sh for Proxmox container setup and install/omada-install.sh for Omada Controller installation. Scripts handle dependency installation, MongoDB and Java setup, and automate Omada Controller deployment.
2025-11-06 09:02:17 +01:00
GitHub Actions
9f33be97b9 Update .app files 2025-11-05 14:40:22 +00:00
tremor021
e5febaf1d7 Open WebUI: VE>VED 2025-11-05 13:28:51 +01:00
tremor021
2e07fb6f60 Refactor: Open WebUI 2025-11-05 12:49:47 +01:00
Tobias
ca28f570ff
Update version in package.json files to $RELEASE 2025-11-05 10:36:30 +01:00
Tobias
74fed32323
fix: update 2025-11-05 09:38:42 +01:00
Tobias
e7439ac1ef
update: ressource 2025-11-05 09:33:01 +01:00
Tobias
734faf5bda
Install OpenResty and update Certbot 2025-11-05 09:30:10 +01:00
Tobias
321162cbcb
update 2025-11-05 09:28:31 +01:00
Tobias
e96eb2b802
refactor 2025-11-05 09:26:40 +01:00
GitHub Actions
eb7f0542f3 Update .app files 2025-11-04 17:18:16 +00:00
tremor021
c9a5b893db Infisical: increase resources 2025-11-04 18:17:57 +01:00
Tobias
18b4d92c06
Create nginxproxymanager.sh 2025-11-04 13:45:33 +01:00
GitHub Actions
2c597f3a49 Update .app files 2025-11-03 15:28:02 +00:00
Michel Roegl-Brunner
5db13eb1d9
Merge pull request #1063 from TuroYT/add-snowshare 2025-11-03 16:27:44 +01:00
Tobias
300c235683
blank link 2025-11-03 16:21:07 +01:00
CanbiZ
958e42edee test 2025-11-03 11:09:34 +01:00
CanbiZ
00bca3d916 Update donetick.sh 2025-11-03 09:07:13 +01:00
GitHub Actions
6e81ce0930 Update .app files 2025-11-02 13:00:52 +00:00
Slaviša Arežina
4f17d0ef37
Move selfhosted.yml and donetick.db to new locations 2025-11-02 10:14:28 +01:00
Slaviša Arežina
70df9a9159
Update source URL for build functions 2025-11-02 10:11:59 +01:00
Slaviša Arežina
e528d46bab
Update donetick.sh 2025-11-02 10:11:16 +01:00
Frans Stofberg
0cd72e9f39 Remove files not needed for PR 2025-11-02 09:51:36 +02:00
Frans Stofberg
86028cc640 Remove comments 2025-11-02 09:41:02 +02:00
Frans Stofberg
739f25086c rename files 2025-11-02 00:04:30 +02:00
Frans Stofberg
2edfd31eeb rename files 2025-11-02 00:03:56 +02:00
Frans Stofberg
044bd6be71 replace config token 2025-11-01 23:57:31 +02:00
Frans Stofberg
4171b1f9dc Add Donetick app script 2025-11-01 22:50:54 +02:00
Romain PINSOLLE
a39be2339d ok 2025-11-01 17:34:03 +01:00
Romain PINSOLLE
896299aedf fixed install 2025-10-31 13:47:31 +00:00
Romain PINSOLLE
f8c397cae1 ok 2025-10-31 11:10:10 +00:00
Romain PINSOLLE
a44c9364ae fixed 2025-10-31 11:03:31 +00:00
Romain PINSOLLE
477ae6cb86 tests 2025-10-31 10:50:57 +00:00
Romain PINSOLLE
a5ba34b83a Merge branch 'add-snowshare' of https://github.com/TuroYT/ProxmoxVED into add-snowshare 2025-10-31 09:42:11 +00:00
Romain PINSOLLE
24ddf4fc34 testing 2025-10-31 09:38:37 +00:00
Romain PINSOLLE
77a82c78e0
Update ct/snowshare.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-10-31 09:37:20 +01:00
Romain PINSOLLE
28b6a601c4
Update ct/snowshare.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-10-31 09:37:11 +01:00
Omer Naveed
72ad956cd9
Add Miniflux script (#935)
* Add Miniflux script

* Delete ct/headers/miniflux

This will get auto-generated by our func

* Minor fixes to Miniflux scripts

- run `apt update` before `apt upgrade miniflux`
- use selfh.st/icons for logo
- remove `[trusted=yes]` from miniflux source
- remove extra spaces
- change `apt-get` to `apt`

* Move Miniflux DB creds

Move Miniflux database credentials from a separate file, to directly inside of the `/etc/minflux.conf` file.

* Update Miniflux source to be trusted automatically

* Store ~/.pgpass for db backups using pg_dump

* Use GitHub Release binary instead of UNSIGNED apt source

* Add apt -y clean

* Make recommended changes

* Added notes

* Set `LISTEN_ADDR=0.0.0.0:8080` by default

* Finishing touches. Removed some unneeded msg blocks

---------

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-10-30 23:14:51 +01:00
Romain PINSOLLE
c8b36f3ec5
fix update to latest 2025-10-30 16:07:00 +01:00
Romain PINSOLLE
17c77913e2 ready to pr 2025-10-30 14:54:22 +00:00
Romain PINSOLLE
2fe4119e49 link 2025-10-30 14:33:50 +00:00
Romain PINSOLLE
abef12462a some fix 2025-10-30 14:18:05 +00:00
CanbiZ
d60c38a32d Add and use cleanup_lxc function for system cleanup
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Introduced a new cleanup_lxc function in core.func to standardize and enhance system cleanup across scripts. Updated debian.sh and debian-install.sh to use this function instead of inline cleanup commands, improving maintainability and consistency. Also updated author and copyright information.
2025-10-30 12:21:58 +01:00
Romain PINSOLLE
b17aebea60 add snowshare 2025-10-30 10:56:46 +00:00
tremor021
67d5281add Update infisical 2025-10-30 11:53:46 +01:00