8603 Commits

Author SHA1 Message Date
tremor021
27467c7922 Add debian PowerDNS 2026-02-02 22:11:06 +01:00
tremor021
89fdf87559 Add debian PowerDNS 2026-02-02 22:08:40 +01:00
tremor021
2bdefae726 Add debian PowerDNS 2026-02-02 22:07:23 +01:00
Ryan Sullivan
bfa323a2d3
Remove unclosed msg_info
Remove unnecessary message.
2026-02-02 12:30:41 -08:00
Ryan Sullivan
2f5b4a5432
Change commit to message before merging static assets
Add informational message before merging static assets.
2026-02-02 11:39:50 -08:00
Ryan Sullivan
f9853f1155
Merge static assets into dist folder
Merge static assets into the dist folder for RomM Frontend setup.
2026-02-02 11:30:37 -08:00
Tobias
7a2da88075
Update memos.sh
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
2026-02-02 16:15:42 +01:00
Tobias
1b397a22d0
more ressources 2026-02-02 16:10:59 +01:00
Tobias
e1ea46e736
Create memos.sh 2026-02-02 15:46:51 +01:00
Tobias
0ee4bcd850
Create memos-install.sh 2026-02-02 15:46:07 +01:00
CanbiZ (MickLesk)
6df5531fb4 Adjust Checkmate build/env and service handling
Pass VITE_APP_API_BASE_URL, UPTIME_APP_API_BASE_URL and VITE_APP_LOG_LEVEL into the Checkmate client build so the frontend targets /api/v1 and uses a warn log level (applied in both update and install scripts). Rename PORT to SERVER_HOST/SERVER_PORT in the installer and set SERVER_HOST=0.0.0.0 so the server binds correctly. Use quiet systemctl enable (-q --now) for checkmate services and reload nginx instead of re-enabling it. Move vaultwarden-install.sh into install/deferred/.
2026-02-02 13:57:08 +01:00
CanbiZ (MickLesk)
891d3396dc Add Discourse container install and metadata
Add support for deploying Discourse as a container: adds ct/discourse.sh (container build/install/update flow and resource defaults), frontend/public/json/discourse.json (app metadata, install resources, and notes), and install/discourse-install.sh (full installer that installs dependencies, Postgres/Node/Ruby, clones the Discourse repo, generates secrets and DB password saved to /opt/discourse/.env, installs gems and yarn, precompiles assets, runs migrations, creates an admin user, sets up a systemd service and nginx reverse proxy, and enables required services). Admin user 'admin' is created with a generated password stored in the .env file.
2026-02-02 13:45:58 +01:00
CanbiZ (MickLesk)
d3b7ea6197 Update checkmate-install.sh 2026-02-02 13:24:10 +01:00
CanbiZ (MickLesk)
69f9c00672 Update checkmate.sh 2026-02-02 13:00:48 +01:00
CanbiZ (MickLesk)
bcfecef269 fixes
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Crawl Versions from github / crawl-versions (push) Has been cancelled
2026-02-02 12:59:15 +01:00
CanbiZ (MickLesk)
a1e365e111 deb822 2026-02-02 12:44:30 +01:00
CanbiZ (MickLesk)
c4ac55a84f Update frigate-install.sh 2026-02-02 12:38:53 +01:00
CanbiZ (MickLesk)
42f1e57b56 Update piler-install.sh 2026-02-02 12:04:47 +01:00
CanbiZ (MickLesk)
883b170cdd Update frigate-install.sh 2026-02-02 12:02:59 +01:00
CanbiZ (MickLesk)
cbd13fe566 Update piler-install.sh 2026-02-02 12:01:50 +01:00
CanbiZ (MickLesk)
b48245f815 non-free-sources 2026-02-02 11:48:58 +01:00
CanbiZ (MickLesk)
9fe071c718 Update piler-install.sh 2026-02-02 11:46:45 +01:00
CanbiZ (MickLesk)
76b0f4342d Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-02 11:26:12 +01:00
CanbiZ (MickLesk)
b72b99da40 test 2026-02-02 11:26:11 +01:00
Michel Roegl-Brunner
1373fa015f
Merge pull request #1384 from mitchscobell/main
Add ddclient LXC container
2026-02-02 11:20:31 +01:00
CanbiZ (MickLesk)
528ce24daa fixes grafana 2026-02-02 10:26:25 +01:00
CanbiZ (MickLesk)
017ae759e6 va.r fixes 2026-02-02 10:19:29 +01:00
CanbiZ (MickLesk)
36e88183f6 Update vaultwarden-install.sh 2026-02-02 10:16:00 +01:00
CanbiZ (MickLesk)
d553082ca0 Update checkmate-install.sh 2026-02-02 10:13:06 +01:00
CanbiZ (MickLesk)
56625b1c76
Merge pull request #1339 from aliaksei135/garmin-grafana
Garmin Grafana Updates
2026-02-02 10:09:48 +01:00
CanbiZ (MickLesk)
ab19162dc4
Merge branch 'main' into garmin-grafana 2026-02-02 10:09:08 +01:00
CanbiZ (MickLesk)
07090f4bb9
Merge pull request #1354 from bandogora/vscode-config
Keep `.vscode` consistent with repo `.editorconfig`
2026-02-02 10:08:28 +01:00
CanbiZ (MickLesk)
f3ef5345ee cleanup 2026-02-02 10:06:41 +01:00
CanbiZ (MickLesk)
b8a4ceae39
Merge pull request #1338 from StellaeAlis/main
Add WriteFreely script
2026-02-02 10:04:55 +01:00
CanbiZ (MickLesk)
7c8c81d3d1 test 2026-02-02 10:02:17 +01:00
CanbiZ (MickLesk)
660f451a6e Fix Vaultwarden web vault deployment path
Updated the Vaultwarden install script to extract the web vault files into /opt/vaultwarden/web-vault instead of the root Vaultwarden directory. Also added creation of the web-vault directory. Reformatted checkmate.json for consistent indentation; no functional changes.
2026-02-02 09:59:41 +01:00
CanbiZ (MickLesk)
77c531683e checkmate 2026-02-02 09:55:40 +01:00
CanbiZ (MickLesk)
5003f56a8f Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-02 09:38:15 +01:00
CanbiZ (MickLesk)
2b31e79a4b test 2026-02-02 09:38:12 +01:00
github-actions[bot]
134dabe9c7
Delete rustypaste (ct) after migration to ProxmoxVE (#1394)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 08:10:06 +00:00
CanbiZ (MickLesk)
424776e8ee Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-02 09:09:17 +01:00
CanbiZ (MickLesk)
4d7ba22505 close rustypaste 2026-02-02 09:09:07 +01:00
github-actions[bot]
c73a60ebe3
Delete kitchenowl (ct) after migration to ProxmoxVE (#1392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 08:02:37 +00:00
CanbiZ (MickLesk)
649fe3420b Update alpine-rustypaste-install.sh 2026-02-02 08:42:19 +01:00
Floris Claessens
69316a347e removed unneeded celery and redis pip install 2026-02-01 23:22:41 +01:00
Floris Claessens
c9798df163 removed unused var_port var 2026-02-01 21:43:04 +01:00
MickLesk
2e1ee2d853 feat(tools): add fetch_and_deploy_codeberg_release function
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
Add Codeberg equivalent of fetch_and_deploy_gh_release supporting:
- tarball/source mode for source code archives
- binary mode for .deb packages
- prebuild mode for prebuilt archives
- singlefile mode for standalone binaries
- tag mode for direct tag downloads

Uses Codeberg API and archive URL patterns:
- API: https://codeberg.org/api/v1/repos/{owner}/{repo}/releases
- Archive: https://codeberg.org/{owner}/{repo}/archive/{tag}.tar.gz
2026-02-01 20:35:40 +01:00
Floris Claessens
f51d6e543a fix: also added missed suggested changes 2026-02-01 20:08:17 +01:00
Floris Claessens
760e7999d6 fix: added changes requested by greptile-apps bot for pr 2026-02-01 20:07:05 +01:00
Floris Claessens
7259c41fd9 feature: reworked wger update script to accomodate new install script 2026-02-01 19:24:40 +01:00