1980 Commits

Author SHA1 Message Date
Tobias
98599c5107
improve install 2025-11-04 14:33:41 +01:00
Tobias
08724c6b55
add: nginxproxymanager 2025-11-04 13:43:13 +01:00
CanbiZ
5ae38e84c8 Fix LibreNMS release name and improve Node.js install logs
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Corrects the case of the release name in the LibreNMS installer to 'librenms' and updates Node.js installation commands to use the $STD variable for consistent output and logging.
2025-11-04 13:13:08 +01:00
CanbiZ
07a5f145f6 Update librenms-install.sh 2025-11-04 12:47:12 +01:00
CanbiZ
bb64b2f25a Update librenms-install.sh 2025-11-04 10:58:22 +01:00
CanbiZ
0c5b2a7392 Update snowshare-install.sh 2025-11-04 10:56:28 +01:00
CanbiZ
012a534ab8
Merge pull request #1074 from TuroYT/add-snowshare
fix snowshare don't build
2025-11-03 10:20:50 -08:00
Romain PINSOLLE
396f138029 fix env for build 2025-11-03 18:47:58 +01:00
Romain PINSOLLE
9b811aed38
Add DATABASE_URL to snowshare-install.sh 2025-11-03 18:23:29 +01:00
Michel Roegl-Brunner
5db13eb1d9
Merge pull request #1063 from TuroYT/add-snowshare 2025-11-03 16:27:44 +01:00
Tobias
a5a59fced4
fix: env file location 2025-11-03 16:20:34 +01:00
Romain PINSOLLE
24832bc29d fixed 2025-11-03 14:57:36 +00:00
CanbiZ
394cf4c1a8 Update asterisk-install.sh 2025-11-03 11:27:32 +01:00
CanbiZ
dd04911e81 Update asterisk-install.sh 2025-11-03 11:22:51 +01:00
CanbiZ
c13c2805ac Update asterisk-install.sh 2025-11-03 11:17:34 +01:00
CanbiZ
958e42edee test 2025-11-03 11:09:34 +01:00
Romain PINSOLLE
8535e8b357
Change environment variable to use .env file 2025-11-03 08:09:59 +01:00
tremor021
f380816439 Pangolin: update json 2025-11-02 19:14:07 +01:00
tremor021
d45a0128b4 Test 2025-11-02 18:56:30 +01:00
Slaviša Arežina
4097ed96d2
Update donetick installation script for package manager 2025-11-02 09:35:08 +01:00
Frans Stofberg
86028cc640 Remove comments 2025-11-02 09:41:02 +02:00
Frans Stofberg
67927b2a89 remove broken package 2025-11-02 00:23:04 +02:00
Frans Stofberg
f6c2697457 use apt-get 2025-11-02 00:18:44 +02:00
Frans Stofberg
e1cef5e6cd remove apt dependencies 2025-11-02 00:09:01 +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
a44c9364ae fixed 2025-10-31 11:03:31 +00:00
Romain PINSOLLE
89d5c096db
Remove log messages from installation script
Removed logging messages for database migrations and service creation.
2025-10-31 11:40:38 +01:00
Romain PINSOLLE
89a062bb0b
Refactor installation script for SnowShare 2025-10-31 11:39:15 +01: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
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
50eaac6b2a
Add jq and fetch latest SnowShare release tag 2025-10-30 16:04:40 +01:00
Romain PINSOLLE
17c77913e2 ready to pr 2025-10-30 14:54:22 +00:00
Romain PINSOLLE
21d595ddc7 ok 2025-10-30 14:47: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
tremor021
82e96b7dba Update infisical 2025-10-30 11:27:45 +01:00
tremor021
23e08b5f26 Update Infisical 2025-10-30 11:12:42 +01:00
CanbiZ
a870fa373c cleanup 2025-10-30 09:58:08 +01:00
tremor021
546130b6e0 Add Infiscal scritp 2025-10-30 09:53:51 +01:00
CanbiZ
718559bcc9 finalize 2025-10-30 09:15:03 +01:00
CanbiZ
ffe61d7590 finalize livebook 2025-10-30 08:35:10 +01:00
CanbiZ
e97a1ec944 fixes
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-29 13:17:35 +01:00