Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-check #2662

Merged
merged 11 commits into from
Feb 27, 2025
Merged

web-check #2662

merged 11 commits into from
Feb 27, 2025

Conversation

CrazyWolf13
Copy link
Contributor

✍️ Description

This PR add webcheck.

We use this repo: https://github.com/Lissy93/web-check instead of https://github.com/xray-web/web-check-free even though the owner announced, that development will continue there, because the first repo is more up-to date.

I'll actively monitor both and change if needed.

Also the repo is currenlty using a fork located here: https://github.com/CrazyWolf13/web-check until this PR to fix screenshot is merged: Lissy93/web-check#228

I could also do this via echo and just rewrite the file, but I think like this it's better fitting.

🔗 Related PR / Discussion / Issue

Link: 🚀 Script Pipeline Overview

✅ Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] ✨ New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)

@CrazyWolf13 CrazyWolf13 requested a review from a team as a code owner February 26, 2025 15:00
@github-actions github-actions bot added new script A change that adds a new script website A change to the website labels Feb 26, 2025
@tremor021 tremor021 changed the title add: web-check New Script: web-check Feb 26, 2025
Copy link
Member

@tremor021 tremor021 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM

@CrazyWolf13 CrazyWolf13 requested review from tremor021 and a team February 26, 2025 17:53
Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

@CrazyWolf13

This comment was marked as off-topic.

tremor021
tremor021 previously approved these changes Feb 26, 2025
@CrazyWolf13 CrazyWolf13 requested a review from a team February 26, 2025 19:30
@michelroegl-brunner
Copy link
Member

michelroegl-brunner commented Feb 27, 2025

@michelroegl-brunner Maybe the gh-action output is useful :)

Huh, it seems to not capture the EOF in here cat <<EOF > /opt/run_web-check.sh

@MickLesk MickLesk changed the title New Script: web-check web-check Feb 27, 2025
tremor021
tremor021 previously approved these changes Feb 27, 2025
Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

1 similar comment
Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

bvdberg01
bvdberg01 previously approved these changes Feb 27, 2025
Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

1 similar comment
Copy link
Contributor

⚠️ The script ct/web-check.sh failed with the following message:

bash: line 111: DISPLAY: unbound variable

Failure in line 111 while executing command 'cat < /opt/run_web-check.sh
#!/bin/bash
SCREEN_RESOLUTION="1280x1024x24"
if ! systemctl is-active --quiet dbus; then
echo "Warning: dbus service is not running. Some features may not work properly."
fi
[[ -z "${DISPLAY}" ]] && export DISPLAY=":99"
Xvfb "${DISPLAY}" -screen 0 "${SCREEN_RESOLUTION}" &
XVFB_PID=$!
sleep 2
cd /opt/web-check
exec yarn start
EOF
'

@MickLesk MickLesk merged commit 949dcd0 into community-scripts:main Feb 27, 2025
4 of 5 checks passed
@CrazyWolf13 CrazyWolf13 mentioned this pull request Feb 27, 2025
3 tasks
mstinaff added a commit to mstinaff/ProxmoxVE that referenced this pull request Mar 2, 2025
* Update CHANGELOG.md (community-scripts#2550)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* New Script: bolt.diy (community-scripts#2528)

* Add bolt.diy script

* fixes

* Remove setting NAT as its already in PostUp/Down (community-scripts#2510)

* Update .app files (community-scripts#2569)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update date in json (community-scripts#2568)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2567)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* New Script: Hev socks5 server (community-scripts#2454)

* initial test

* fix port message and replace back github urls

* best practices

* final fixes

* add username ct

* last test, uyndo this commit

* final

* remove editor formatting chagnes from build.func

* trailing line

* remove comments

* get tarball, generate credentials

* test1

* arreglito

* arreglo clean up

* final

* reduce sys reqs

* typo

* url change

* remove backup and clean up

* Update .app files (community-scripts#2572)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update date in json (community-scripts#2570)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2571)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix: wrong text in description (community-scripts#2576)

* Update CHANGELOG.md (community-scripts#2577)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: homarr db migration (community-scripts#2575)

* Update homarr.sh

* Update homarr-install.sh

* Update CHANGELOG.md (community-scripts#2579)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* New Script: Jupyter Notebook (community-scripts#2561)

* Add jupyter notebook script, install script and json

* Add jupyter notebook script, install script and json

* Update jupyternotebook.sh

* Update jupyternotebook-install.sh

* Update jupyternotebook.sh

* Update jupyternotebook-install.sh

* Update jupyternotebook.json

---------

Co-authored-by: Dat Ta <[email protected]>
Co-authored-by: CanbiZ <[email protected]>

* Update .app files (community-scripts#2582)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2581)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix Jupyter Json (community-scripts#2584)

* Update CHANGELOG.md (community-scripts#2585)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Verbose_Update (community-scripts#2583)

* New Script: Authelia (community-scripts#2060)

* fixed subscription nag removal

* Authelia + Dev env

* unbound var fix

* fixes

* service start and update function

* remove dev env

* remove dev env

* Apply suggestions from code review

Co-authored-by: Tobias <[email protected]>

* Update authelia.sh

* Update authelia-install.sh

---------

Co-authored-by: Slaviša Arežina <[email protected]>
Co-authored-by: Tobias <[email protected]>

* Update date in json (community-scripts#2589)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2590)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Fix: Wireguard - Restart wgdashboard after update (community-scripts#2587)

Fix: Restart wgdashboard automatically after update

* Update CHANGELOG.md (community-scripts#2588)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2591)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* New Script: VictoriaMetrics (community-scripts#2565)

* Add VictoriaMetrics script

* fix file name

* Update json/victoriametrics.json

Co-authored-by: bvdberg01 <[email protected]>

* Update ct/victoriametrics.sh

Co-authored-by: bvdberg01 <[email protected]>

* Update victoriametrics.sh

---------

Co-authored-by: bvdberg01 <[email protected]>

* Update date in json (community-scripts#2593)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2594)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2595)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Feature: Use Verbose Mode for all Scripts (removed &>/dev/null) (community-scripts#2596)

* Feature: Use Verbose Mode for all Scripts (removed &>/dev/null)

* Update crafty-controller.sh

* Fix Docmost: default upload size and saving data when updating (community-scripts#2598)

* Update CHANGELOG.md (community-scripts#2597)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix: Authelia Unbound Variable Argon2id (community-scripts#2604)

* Update AppName.md & AppName.sh (community-scripts#2603)

* Update pihole.json (community-scripts#2602)

* Update CHANGELOG.md (community-scripts#2605)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Feature: Template-Check, Better Handling of Downloads, Better Network… (community-scripts#2592)

* Feature: Template-Check, Better Handling of Downloads, Better Network Check, Better CTID check

* fix missing }

* Update misc/build.func

Co-authored-by: Michel Roegl-Brunner <[email protected]>

* remove useless space

---------

Co-authored-by: Michel Roegl-Brunner <[email protected]>

* Update create_lxc.sh

* Update CHANGELOG.md (community-scripts#2606)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix config file missing domain if hostname fails (community-scripts#2609)

* New Script: wger (community-scripts#2574)

* Add wger script

* fixes

* fixes v2

* fix json

* Moved Apache config

* Update date in json (community-scripts#2610)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2611)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2612)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2613)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix: Omada check for AVX Support and use the correct MongoDB Version (community-scripts#2600)

* Update omada-install.sh

* Update omada-install.sh

* Update omada.sh

* Fix: Firefly III - Update-Script based on their docs (community-scripts#2534)

* Fix: Update-Script Firefly III Based on there docs

* Update autolabeler.yml

* Update autolabeler.yml

* Update firefly.sh

* Update firefly.sh

* [gh] Update Script Test Workflow (community-scripts#2599)

* Update Workflow

* Update Workflow

* Update CHANGELOG.md (community-scripts#2614)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update autolabeler.yml

* Update autolabeler.yml

* Update changelog-pr.yml

* Update CHANGELOG.md (community-scripts#2616)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update changelog-pr-config.json

* Update changelog-pr-config.json

* Update CHANGELOG.md (community-scripts#2617)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix: Authelia - Make user enter their domain manually (community-scripts#2618)

* Make user enter domain manually

* Update json to remind user

* Update authelia.json

---------

Co-authored-by: CanbiZ <[email protected]>

* Update CHANGELOG.md (community-scripts#2620)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update bookstack.sh

* Downgrade mongodb to v7.0 when installing Omada controller (community-scripts#2625)

* Update omada-install.sh

* Update omada.sh

* [gh] Update Changelog Workflow (community-scripts#2621)

* Update Workflow

* Update Workflow

* Update CHANGELOG.md (community-scripts#2628)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Revert "[gh] Update Changelog Workflow (community-scripts#2621)" (community-scripts#2630)

This reverts commit 893bff1.

* Update Tailscale-lxc Json: Add message for Supported OS (community-scripts#2629)

* Update add-tailscale-lxc.json

* Update json/add-tailscale-lxc.json

Co-authored-by: Slaviša Arežina <[email protected]>

* Update json/add-tailscale-lxc.json

Co-authored-by: Slaviša Arežina <[email protected]>

---------

Co-authored-by: Slaviša Arežina <[email protected]>

* Update CHANGELOG.md (community-scripts#2631)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Updated Changelog Workflow (community-scripts#2632)

* Update add-tailscale-lxc.sh (community-scripts#2633)

* Update CHANGELOG.md (community-scripts#2634)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Alpine IT-Tools fix typo "unexpected EOF while looking for matching `"' (community-scripts#2644)

* fix(pocketid): Website and documentation links updated (community-scripts#2643)

fix: community-scripts#2639

* Update CHANGELOG.md (community-scripts#2645)

* PiHole: Fix Unbound sed for DNS (community-scripts#2647)

* Update CHANGELOG.md (community-scripts#2648)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Kimai: add local.yaml & fix path permissions (community-scripts#2646)

* Update kimai-install.sh

* Update kimai.sh

* Update kimai.sh

* Improve application description for website (community-scripts#2658)

* [gh] Furhter Impove Changelog Workflow (community-scripts#2655)

* Impove Workflow

* Impove Workflow

* Update CHANGELOG.md (community-scripts#2652)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2659)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update autolabeler.yml (community-scripts#2660)

* New Script: Outline (community-scripts#2653)

* Added Outline script

* Update outline-install.sh

* Update .app files (community-scripts#2665)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2664)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix: SABnzbd - Removed few artefacts in the code preventing the update (community-scripts#2670)

* Fix copy files to folder

* Fix untaring the archive

* Fix infinite spinner (community-scripts#2673)

* Update CHANGELOG.md (community-scripts#2672)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update zigbee2mqtt-install.sh

* Fix: Homarr - Manually correct db-migration wrong-folder (community-scripts#2676)

* Update homarr-install.sh

* Update homarr.sh

* Update CHANGELOG.md (community-scripts#2679)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* SFTPGo Remove unneeded RELEASE variable (community-scripts#2683)

* New Script: Pelican Wings (community-scripts#2677)

* New Script: Pelican Wings

* Remove $STD for stopping/starting service

* New script: Pelican Panel (community-scripts#2678)

* Update date in json (community-scripts#2685)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2686)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update date in json (community-scripts#2687)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2684)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update pihole-install.sh

* Update install.func (community-scripts#2690)

* [gh] New Workflow to close Script Request Discussions on PR merge (community-scripts#2688)

* New Workflow

* New Workflow

* Update CHANGELOG.md (community-scripts#2691)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* New Script: ByteStash (community-scripts#2680)

* Add ByteStash script

* Update bytestash-install.sh

* Update date in json (community-scripts#2693)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2694)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2692)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2696)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Add HTTPS instructions to the website (community-scripts#2695)

* Update CHANGELOG.md (community-scripts#2697)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2698)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix Node 22 compatibility (thanks t2lc) (community-scripts#2705)

* Typo in update scripts (community-scripts#2707)

* Fix typo

* Change no update function msg

* Change key to hex32 (community-scripts#2709)

* Zitadel-install.sh: Remove one version file and update to our standard (community-scripts#2710)

* Update CHANGELOG.md (community-scripts#2708)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update Runner (community-scripts#2711)

* Improve Workflow (community-scripts#2712)

* Add basic pagination (community-scripts#2715)

* Revert "Update Runner (community-scripts#2711)" (community-scripts#2717)

This reverts commit 3bf4155.

* Update CHANGELOG.md (community-scripts#2718)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Keycloak: Update installation script (community-scripts#2714)

* Update installation script

* fixed tar command

* fix tar again

* fixes

* Update keycloak-install.sh

* Update unbound-install.sh

* Update CHANGELOG.md (community-scripts#2719)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: use HTML button element for copying to clipboard (community-scripts#2720)

It's much more semantic to use the `<button />` HTML component rather
than trying to build the same functionality out of a `<div />` so that's
what is updated here.

This also updates some of the classes that were on the button as they're
no longer required and removes some commented out code that doesn't need
to be left around.

There was also a `<span />` with the contents "Copy" that I couldn't
work out when it was meant to be displayed, so I swapped that over to an
HTML tooltip on the `<button />`.

* web-check (community-scripts#2662)

* add: web-check-install.sh

* add: web-check.sh

* Create web-check.json

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check.sh

* Update web-check.json

* Update web-check.sh

* Update web-check-install.sh

* Update web-check.json

* Update date in json (community-scripts#2724)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update .app files (community-scripts#2725)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md (community-scripts#2723)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* EOF not detected (community-scripts#2726)

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check-install.sh

* Update web-check-install.sh

* Removed sed, app supports Node v22 now (community-scripts#2728)

* Update CHANGELOG.md (community-scripts#2729)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update website with accurate info (community-scripts#2730)

* Shell Format Workflow (community-scripts#2400)

* Update CHANGELOG.md (community-scripts#2740)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update Script Test Workflow (community-scripts#2741)

* Update Workflow

* Update

* Update CHANGELOG.md (community-scripts#2743)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update all Action to new selfhosted Runner Cluster (community-scripts#2739)

* Update Runner

* Update Workflows

* Update CHANGELOG.md (community-scripts#2745)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* [gh]: Fix Release Creation if Changelog.md to long (community-scripts#2752)

* add manuall execution of release wf

* Update github-release.yml

* Update github-release.yml

* Update github-release.yml

* Update github-release.yml

* Update github-release.yml

* Vikunja: Fixed update process (community-scripts#2756)

* Update Release

* fix Release

* fix date

* add: double restart to fix homarr migration (community-scripts#2757)

* Remove Note on Changelog (community-scripts#2758)

* fix release

* Update CHANGELOG.md (community-scripts#2753)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix

* fix Release wf

* Update firefly-install.sh (community-scripts#2759)

* Update CHANGELOG.md (community-scripts#2761)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update github-release.yml

* Breaking: Remove Update Function for Actual Budget until it fixed (community-scripts#2768)

* ActualBudget: New Installation Script with new Repo (community-scripts#2770)

* Update CHANGELOG.md (community-scripts#2769)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: community-scripts-pr-app[bot] <189241966+community-scripts-pr-app[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <[email protected]>
Co-authored-by: Miguel Vila Rodríguez <[email protected]>
Co-authored-by: Miguel Torres <[email protected]>
Co-authored-by: Tobias <[email protected]>
Co-authored-by: Dave <[email protected]>
Co-authored-by: Dat Ta <[email protected]>
Co-authored-by: CanbiZ <[email protected]>
Co-authored-by: Thorsten <[email protected]>
Co-authored-by: TyrantRey <[email protected]>
Co-authored-by: bvdberg01 <[email protected]>
Co-authored-by: Michel Roegl-Brunner <[email protected]>
Co-authored-by: Jc Miñarro <[email protected]>
Co-authored-by: Sven Schneider <[email protected]>
Co-authored-by: Scott Callaway <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new script A change that adds a new script website A change to the website
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants