Commit Graph

7554 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
c772f83e14
Update CHANGELOG.md (#1409)
Some checks are pending
Auto Update .app-headers and Create PR / update-app-headers (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions
Merge main into update-app-headers / merge-main (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 18:58:48 +01:00
fabrice1236
3051720f58
Fix user in ghost-cli install command (#1408) 2025-01-10 18:22:38 +01:00
community-scripts-pr-app[bot]
1932f5ebcc
Update CHANGELOG.md (#1405) 2025-01-10 18:15:03 +01:00
CanbiZ
ca391d7448
little fix 2025-01-10 17:15:22 +01:00
CanbiZ
376fd6522a
Update ghost-install.sh 2025-01-10 17:13:49 +01:00
CanbiZ
5855cff8e4
Update App_Header_Merge_update .app-headers_in_update-app-headers 2025-01-10 17:10:24 +01:00
CanbiZ
6981774662
Update merge-main.yml 2025-01-10 17:09:58 +01:00
CanbiZ
4ead90ef0b
little fix tianji 2025-01-10 17:07:48 +01:00
CanbiZ
5fc7885347
Update and rename App_Header_Merge_Main_Into_update-app-headers to merge-main.yml 2025-01-10 17:05:42 +01:00
CanbiZ
e3d0fb58c9
Rename generate-app-headers.yaml to App_Header_Merge_Into_main.yaml 2025-01-10 17:03:46 +01:00
CanbiZ
9b2180857d
Rename App_Header_Merge_update .app-headers inupdate-app-headers to App_Header_Merge_update .app-headers_in_update-app-headers 2025-01-10 17:01:52 +01:00
CanbiZ
5d7e524578
Create App_Header_Merge_update .app-headers inupdate-app-headers 2025-01-10 17:01:28 +01:00
CanbiZ
ad3214acfb
Create App_Header_Merge_Main_Into_update-app-headers 2025-01-10 17:00:16 +01:00
CanbiZ
5090b62113
add mariadb-server 2025-01-10 16:57:04 +01:00
Michel Roegl-Brunner
a0eb6b860c
Update check_and_update_json_date.yml: Change path to /json (#1399) 2025-01-10 16:55:21 +01:00
Andy Grunwald
9a4d35b1f2
Prometheus + Alertmanager: Unify scripts for easier maintenance (#1402) 2025-01-10 16:54:58 +01:00
Andy Grunwald
b7a8d3453a
Visual Studio Code: Set Workspace recommended extensions (#1398)
Codify the Recommended VS Code Extensions:

- [Shell Syntax](https://marketplace.visualstudio.com/items?itemName=bmalehorn.shell-syntax)
- [ShellCheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck)
- [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format)

Documentation: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions
2025-01-10 16:49:53 +01:00
Michel Roegl-Brunner
111436c0a0
Update komodo.sh (#1403) 2025-01-10 16:47:06 +01:00
CanbiZ
0c0225a052
Update generate-app-headers.yaml 2025-01-10 14:52:32 +01:00
CanbiZ
aacb6ca2c9
Update generate-app-headers.yaml 2025-01-10 14:36:06 +01:00
CanbiZ
7218c3b90a
Update generate-app-headers.yaml 2025-01-10 14:34:18 +01:00
CanbiZ
32bc4a3ab5
Update generate-app-headers.yaml 2025-01-10 14:31:45 +01:00
CanbiZ
51cbfbdc4f
Update generate-app-headers.yaml 2025-01-10 14:30:04 +01:00
CanbiZ
d227277311
Update generate-app-headers.yaml 2025-01-10 14:28:50 +01:00
CanbiZ
0d2db00dc6
Update generate-app-headers.yaml 2025-01-10 14:25:27 +01:00
CanbiZ
1a9320ced8
Update generate-app-headers.yaml 2025-01-10 14:23:29 +01:00
CanbiZ
d8931fef4d
Update check_and_update_json_date.yml 2025-01-10 14:20:42 +01:00
CanbiZ
70ab9ab09e
Update generate-app-headers.yaml 2025-01-10 14:20:05 +01:00
CanbiZ
02f480998e
Update generate-app-headers.yaml 2025-01-10 14:17:40 +01:00
community-scripts-pr-app[bot]
860c541606
Update CHANGELOG.md (#1396)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 14:15:53 +01:00
CanbiZ
31b253e99f
Update generate-app-headers.yaml 2025-01-10 14:15:22 +01:00
CanbiZ
8c6f0ac1de
Update generate-app-headers.yaml 2025-01-10 13:46:37 +01:00
CanbiZ
cfda535a58
Update generate-app-headers.yaml 2025-01-10 13:45:36 +01:00
CanbiZ
5d6bba3db8
Update generate-app-headers.yaml 2025-01-10 13:44:13 +01:00
CanbiZ
7a2f5f55e8
Update generate-app-headers.yaml 2025-01-10 13:42:55 +01:00
fabrice1236
f275cdd62c
New script : Ghost (#1361)
* add Ghost installation and update scripts

* remove unnecessary installation check

* Fixed link for testing

* Set up testing.

* Refactor Ghost installation script to streamline MySQL configuration and consolidate Node.js and npm installation steps

* Update MySQL configuration in installation script to use password for flushing privileges

* Bug fix

* Remove separate npm installation step

* Add ghost-user creation and modify Ghost installation to run as new user

* Create ghost-user with proper permissions and update Ghost setup commands

* Update Ghost installation script to include URL and modify service execution

* Update Ghost installation to Ubuntu 24.04 and modify service execution

* Downgrade Ubuntu installation version from 24.04 to 22.04

* Add npm installation check to Ghost installation script

* Update Ghost installation script to install npm alongside Node.js

* Add update to package list

* Use ghost-cli's systemd set up

* Add NOPASSWD for ghost-user during install and enable Ghost on all interfaces

* Update ghost-user sudoers configuration to temporarely allow all commands without password

* Fix syntax error

* Update ghost version retrieval and configure MySQL with random password

* Update ghost.json and clean ghost-install.sh

* Update ghost installation script to use dynamic database password

* Fix MySQL flush privileges command to use dynamic database password

* Fix variable name for database password in ghost installation script

* Add update success message only if ghost was actually updated

* Remove unnecessary shellcheck directive from ghost.sh

* Change back to community-scripts URLs

* Update ct/ghost.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update install/ghost-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update ct/ghost.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update install/ghost-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update install/ghost-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update install/ghost-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Update json/ghost.json

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>

* Add link to detailed license + Change to Debian 12

* Update license comment format in ghost-install.sh

* remove unneeded spaces

* change date

---------

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-01-10 13:38:03 +01:00
CanbiZ
cb60c7fed2
Create check_and_update_json_date.yml (#1395) 2025-01-10 13:36:20 +01:00
community-scripts-pr-app[bot]
88336a2c3b
Update CHANGELOG.md (#1387)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 13:23:33 +01:00
Michel Roegl-Brunner
34f375032a
[core]: add support for custom tags (#1384)
* Add support for custom tags

* Add support for custom tags

* Update advanced Tags
2025-01-10 13:17:44 +01:00
CanbiZ
0c44d2d23c
Update generate-app-headers.yaml 2025-01-10 13:11:55 +01:00
CanbiZ
f7d9fe7c3a
Update generate-app-headers.yaml 2025-01-10 13:11:02 +01:00
CanbiZ
2dddbaebe4
Update generate-app-headers.yaml 2025-01-10 13:09:46 +01:00
github-actions[bot]
7930764ece
[core]: update .app-headers to latest version (#1393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 13:08:44 +01:00
CanbiZ
42375390d6
Update generate-app-headers.yaml 2025-01-10 13:07:06 +01:00
CanbiZ
cb8372da3d
Update generate-app-headers.yaml 2025-01-10 13:06:06 +01:00
github-actions[bot]
2c4a61d828
[core]: update .app-headers to latest version (#1390)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 13:04:57 +01:00
Michel Roegl-Brunner
14cbba17f3
Fix bookstack.sh: Ignore empty folder (#1388) 2025-01-10 13:04:40 +01:00
github-actions[bot]
2ba1bfa3f1
[core]: update .app-headers to latest version (#1389)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-10 13:04:06 +01:00
CanbiZ
24722c7eb8
Update generate-app-headers.yaml 2025-01-10 13:03:26 +01:00
CanbiZ
a1422379bd
Update generate-app-headers.yaml 2025-01-10 13:02:36 +01:00