Compare commits

..

8 Commits

Author SHA1 Message Date
CanbiZ
9e1975dd1d Refactor modal and badge components for consistency
Standardizes import statements, string quoting, and className usage across modal and badge components. Improves code readability and consistency, updates formatting, and enhances maintainability without changing component logic.
2025-10-20 20:03:38 +02:00
CanbiZ
fc6e13946d feat(i18n): Lokalisierung - Phase 6 abgeschlossen (ExecutionModeModal, PublicKeyModal)
Lokalisierte Komponenten (19/alle):
- ExecutionModeModal: Server-Auswahl, Installation-Bestätigung, Single/Multiple Server Views
- PublicKeyModal: SSH Key Anzeige, Kopier-Funktionen, Anleitungen

Neue Translation Keys:
- executionModeModal.* (13+ keys für Loading, Server-Auswahl, Actions, Errors)
- publicKeyModal.* (10+ keys für Instructions, Labels, Actions, Fallbacks)

Technische Details:
- ExecutionModeModal: Conditional rendering für 0/1/N Server mit dynamic scriptName interpolation
- PublicKeyModal: Lokalisierte Fallback-Alerts für Copy-Fehler
- useEffect eslint-disable für fetchServers dependency
- Script name interpolation in Bestätigungs-Texten
2025-10-20 19:59:04 +02:00
CanbiZ
f16f0e58cd feat(i18n): Lokalisierung - Phase 5 abgeschlossen (ScriptCard, Badge, Server/Settings Buttons)
Lokalisierte Komponenten (17/alle):
- ScriptCard: Unbenanntes Skript, Download-Status, Beschreibung, Webseite-Link
- Badge: UpdateableBadge, PrivilegedBadge mit useTranslation in Convenience-Komponenten
- ServerSettingsButton: PVE-Server verwalten Button
- SettingsButton: Anwendungseinstellungen Button

Neue Translation Keys:
- scriptCard.unnamedScript, downloaded, notDownloaded, noDescription, website
- badge.updateable, privileged
- serverSettingsButton.description, buttonTitle, buttonLabel
- settingsButton.description, buttonTitle, buttonLabel

Technische Details:
- Badge: useTranslation nur in Convenience-Komponenten (UpdateableBadge, PrivilegedBadge)
- ScriptCard: Download-Status mit Fallback für fehlende Namen/Beschreibungen
- Konsistente Button-Beschreibungen für Server und App Settings
2025-10-20 19:49:37 +02:00
CanbiZ
dd737a8bc7 feat(i18n): Lokalisierung - Phase 4 abgeschlossen (HelpButton, ResyncButton, ViewToggle)
Lokalisierte Komponenten (13/alle):
- HelpButton: Hilfe-Button mit 'Need help?' und Öffnen-Action
- ResyncButton: Sync-Button mit Fortschritts-Messages und letzter Sync-Zeit
- ViewToggle: Card/List View Umschalter

Neue Translation Keys:
- helpButton.needHelp, openHelp, help
- resyncButton.syncDescription, syncing, syncJsonFiles, helpTooltip, lastSync, messages.*
- viewToggle.cardView, listView

Technische Details:
- ResyncButton: Dynamische Error-Erkennung für DE/EN ('Fehler'/'Error')
- Zeit-Formatierung mit toLocaleTimeString() für lastSync
- ViewToggle: Einfache View-Mode-Labels
2025-10-20 19:08:41 +02:00
CanbiZ
8fb9936cd6 feat(i18n): Lokalisierung - Phase 3 abgeschlossen (LoadingModal, AuthModal, SetupModal)
Lokalisierte Komponenten (10/alle):
- LoadingModal: Simple loading spinner mit 'Processing' und 'Please wait...'
- AuthModal: Login-Dialog mit Benutzername/Passwort
- SetupModal: Initial Setup Wizard mit Toggle für Auth-Aktivierung

Neue Translation Keys:
- loadingModal.processing, pleaseWait
- authModal.title, description, username.*, password.*, error, actions.*
- setupModal.title, description, username.*, password.*, confirmPassword.*, enableAuth.*, errors.*, actions.*

Technische Details:
- Konditionale Beschreibungen basierend auf enableAuth-Status
- Fehler-Messages mit t() für i18n
- Alle Labels, Placeholders und Button-Texte lokalisiert
2025-10-20 19:05:40 +02:00
CanbiZ
e0d5a07d18 feat(i18n): Lokalisierung - Phase 2 abgeschlossen
VersionDisplay vollständig lokalisiert:
- Loading states (Loading..., Unknown version)
- Update-Buttons (Update Now/Updating... mit Desktop/Mobile variants)
- LoadingOverlay mit Server-Neustart-Meldungen
- Log-Streaming Messages (Update started, Complete, Reconnecting, etc.)
- Error states (Unable to check for updates)
- Success states (Up to date )

 Translation-Keys hinzugefügt:
- versionDisplay.* (loading, unknownVersion, unableToCheck, upToDate, releaseNotes, helpTooltip)
- versionDisplay.update.* (updateNow, updateNowShort, updating, updatingShort)
- versionDisplay.loadingOverlay.* (serverRestarting, updatingApplication, alle Messages)

 Features:
- useCallback für startReconnectAttempts (verhindert unnötige Re-renders)
- Dynamische Server-Restart-Messages während Updates
- Responsive Button-Texte (Desktop: 'Update Now', Mobile: 'Update')
- Mehrsprachige Release Notes Labels

 Fortschritt:
- 7 Komponenten vollständig lokalisiert
- Alle High-Impact UI-Elemente übersetzt
- Footer, CategorySidebar, FilterBar bereits lokalisiert
2025-10-20 18:56:55 +02:00
CanbiZ
946038a29d feat(i18n): Lokalisierung - Phase 1 abgeschlossen
Vollständig lokalisierte Komponenten:
- GeneralSettingsModal: Alle Tabs (General/GitHub/Auth), Settings, Messages
- ConfirmationModal: Type-to-confirm Dialoge mit Fallback-Buttons
- ErrorModal: Error/Success Modals mit Details

 Translation-Keys hinzugefügt:
- de.ts & en.ts: settings.* (theme, filters, colorCoding, github, auth)
- de.ts & en.ts: confirmationModal.* (typeToConfirm, placeholder)
- de.ts & en.ts: errorModal.* (detailsLabel, errorDetailsLabel)

 Features:
- useTranslation Hook mit values-Interpolation
- Dynamische Button-Texte (Confirm/Cancel mit Fallback)
- Mehrsprachige Fehlermeldungen und Erfolgs-Benachrichtigungen
- Theme- und Language-Switching unterstützt

 Bestehende Lokalisierungen beibehalten:
- Footer, CategorySidebar, FilterBar bereits lokalisiert
2025-10-20 17:27:50 +02:00
CanbiZ
e994f14d0a Add i18n support and language toggle components
Introduces internationalization (i18n) support with new translation files, a LanguageProvider, and useTranslation hook. Refactors CategorySidebar to use translations for labels and tooltips, and adds a LanguageToggle component. Updates related UI components to support localization.
2025-10-20 17:05:33 +02:00
514 changed files with 10302 additions and 19086 deletions

View File

@@ -26,13 +26,4 @@ AUTH_PASSWORD_HASH=
AUTH_ENABLED=false AUTH_ENABLED=false
AUTH_SETUP_COMPLETED=false AUTH_SETUP_COMPLETED=false
JWT_SECRET= JWT_SECRET=
DATABASE_URL="file:/opt/ProxmoxVE-Local/data/settings.db" DATABASE_URL="file:./data/database.sqlite"
AUTO_SYNC_ENABLED=false
SYNC_INTERVAL_TYPE=
SYNC_INTERVAL_PREDEFINED=
AUTO_DOWNLOAD_NEW=
AUTO_UPDATE_EXISTING=
NOTIFICATION_ENABLED=
APPRISE_URLS=
LAST_AUTO_SYNC=
SYNC_INTERVAL_CRON=

View File

@@ -46,6 +46,35 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "chore: add VERSION $version" --allow-empty git commit -m "chore: add VERSION $version" --allow-empty
- name: Sync upstream JSONs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
tmp_dir=$(mktemp -d)
api_url="https://api.github.com/repos/community-scripts/ProxmoxVE/contents/frontend/public/json"
# Fetch file list (no subfolders)
curl -sSL -H "Authorization: token $GH_TOKEN" "$api_url" \
| jq -r '.[] | select(.type=="file") | .name' > "$tmp_dir/files.txt"
# Download each file
while IFS= read -r name; do
curl -sSL -H "Authorization: token $GH_TOKEN" \
"https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/frontend/public/json/$name" \
-o "$tmp_dir/$name"
done < "$tmp_dir/files.txt"
mkdir -p json
rsync -a --delete "$tmp_dir/" json/
# Stage and amend commit to include JSON updates (and VERSION)
git add json VERSION
if ! git diff --cached --quiet; then
git commit --amend --no-edit
fi
- name: Push changes - name: Push changes
run: | run: |
git push --force-with-lease --set-upstream origin "update-version-${{ steps.draft.outputs.tag_name }}" git push --force-with-lease --set-upstream origin "update-version-${{ steps.draft.outputs.tag_name }}"

3
.gitignore vendored
View File

@@ -37,9 +37,6 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
update.log
server.log
# local env files # local env files
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables # do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
.env .env

View File

@@ -1 +1 @@
0.4.12 0.4.6

44
json/frigate.json.bak Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "Frigate",
"slug": "frigate",
"categories": [
15
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": true,
"interface_port": 5000,
"documentation": "https://docs.frigate.video/",
"website": "https://frigate.video/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/frigate.webp",
"config_path": "",
"description": "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home.",
"install_methods": [
{
"type": "default",
"script": "ct/frigate.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 20,
"os": "debian",
"version": "11"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`",
"type": "info"
},
{
"text": "go2rtc Interface port:`1984`",
"type": "info"
}
]
}

View File

@@ -23,7 +23,7 @@
"ram": 2048, "ram": 2048,
"hdd": 8, "hdd": 8,
"os": "debian", "os": "debian",
"version": "12" "version": "13"
} }
}, },
{ {

View File

@@ -12,7 +12,7 @@
"documentation": "https://docs.openarchiver.com/", "documentation": "https://docs.openarchiver.com/",
"config_path": "/opt/openarchiver/.env", "config_path": "/opt/openarchiver/.env",
"website": "https://openarchiver.com/", "website": "https://openarchiver.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/open-archiver.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/OpenArchiver.webp",
"description": "Open Archiver is a secure, self-hosted email archiving solution, and it's completely open source. Get an email archiver that enables full-text search across email and attachments. Create a permanent, searchable, and compliant mail archive from Google Workspace, Microsoft 35, and any IMAP server.", "description": "Open Archiver is a secure, self-hosted email archiving solution, and it's completely open source. Get an email archiver that enables full-text search across email and attachments. Create a permanent, searchable, and compliant mail archive from Google Workspace, Microsoft 35, and any IMAP server.",
"install_methods": [ "install_methods": [
{ {

View File

@@ -19,8 +19,8 @@
"type": "default", "type": "default",
"script": "ct/paperless-ai.sh", "script": "ct/paperless-ai.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 2,
"ram": 4096, "ram": 2048,
"hdd": 20, "hdd": 20,
"os": "debian", "os": "debian",
"version": "13" "version": "13"

View File

@@ -1,164 +1,29 @@
[ [
{
"name": "apache/cassandra",
"version": "5.0.6-tentative",
"date": "2025-10-21T11:42:35Z"
},
{
"name": "evcc-io/evcc",
"version": "0.209.3",
"date": "2025-10-21T10:53:07Z"
},
{
"name": "grafana/grafana",
"version": "v11.5.10",
"date": "2025-10-21T10:46:47Z"
},
{
"name": "zabbix/zabbix",
"version": "7.0.20rc1",
"date": "2025-10-21T09:14:14Z"
},
{
"name": "n8n-io/n8n",
"version": "n8n@1.115.3",
"date": "2025-10-14T14:40:17Z"
},
{
"name": "VictoriaMetrics/VictoriaMetrics",
"version": "pmm-6401-v1.128.0",
"date": "2025-10-21T08:30:52Z"
},
{ {
"name": "crowdsecurity/crowdsec", "name": "crowdsecurity/crowdsec",
"version": "v1.7.1", "version": "v1.7.1",
"date": "2025-10-15T10:44:03Z" "date": "2025-10-15T10:44:03Z"
}, },
{
"name": "meilisearch/meilisearch",
"version": "prototype-v1.24.0.ignore-embedding-failures-2",
"date": "2025-10-21T07:36:22Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.166",
"date": "2025-10-21T05:54:33Z"
},
{
"name": "openobserve/openobserve",
"version": "v0.16.0-rc1",
"date": "2025-10-21T00:37:47Z"
},
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-10-21T00:27:05Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.0.1",
"date": "2025-10-15T16:53:55Z"
},
{
"name": "documenso/documenso",
"version": "v1.13.0",
"date": "2025-10-21T00:21:04Z"
},
{
"name": "goauthentik/authentik",
"version": "version/2025.10.0-rc2",
"date": "2025-10-21T00:19:36Z"
},
{
"name": "TwiN/gatus",
"version": "v5.27.1",
"date": "2025-10-21T00:01:36Z"
},
{
"name": "henrygd/beszel",
"version": "v0.14.1",
"date": "2025-10-20T22:10:56Z"
},
{
"name": "keycloak/keycloak",
"version": "26.4.1",
"date": "2025-10-16T07:21:53Z"
},
{
"name": "booklore-app/booklore",
"version": "v1.8.1",
"date": "2025-10-20T20:53:56Z"
},
{
"name": "coder/code-server",
"version": "v4.105.1",
"date": "2025-10-20T20:19:23Z"
},
{
"name": "pymedusa/Medusa",
"version": "v1.0.23",
"date": "2025-10-20T19:51:33Z"
},
{
"name": "chrisbenincasa/tunarr",
"version": "v0.23.0-alpha.16",
"date": "2025-10-20T19:29:20Z"
},
{
"name": "MediaBrowser/Emby.Releases",
"version": "4.9.1.80",
"date": "2025-09-30T20:25:16Z"
},
{
"name": "kyantech/Palmr",
"version": "v3.2.4-beta",
"date": "2025-10-20T17:58:55Z"
},
{
"name": "tailscale/tailscale",
"version": "v1.91.0-pre",
"date": "2025-10-20T16:18:51Z"
},
{
"name": "louislam/uptime-kuma",
"version": "2.0.1",
"date": "2025-10-20T16:11:12Z"
},
{
"name": "msgbyte/tianji",
"version": "v1.29.2",
"date": "2025-10-20T16:07:20Z"
},
{
"name": "chrisvel/tududi",
"version": "v0.84.1",
"date": "2025-10-20T15:32:24Z"
},
{
"name": "rclone/rclone",
"version": "v1.71.2",
"date": "2025-10-20T15:25:52Z"
},
{
"name": "Graylog2/graylog2-server",
"version": "7.0.0-rc.1",
"date": "2025-10-20T11:53:31Z"
},
{
"name": "Kareadita/Kavita",
"version": "v0.8.8",
"date": "2025-10-20T11:26:24Z"
},
{ {
"name": "wizarrrr/wizarr", "name": "wizarrrr/wizarr",
"version": "v2025.10.4", "version": "v2025.10.4",
"date": "2025-10-20T10:45:54Z" "date": "2025-10-20T10:45:54Z"
}, },
{
"name": "apache/cassandra",
"version": "cassandra-4.0.19",
"date": "2025-10-20T09:08:49Z"
},
{ {
"name": "jupyter/notebook", "name": "jupyter/notebook",
"version": "@jupyter-notebook/ui-components@7.5.0-beta.1", "version": "@jupyter-notebook/ui-components@7.5.0-beta.1",
"date": "2025-10-20T07:01:38Z" "date": "2025-10-20T07:01:38Z"
}, },
{
"name": "Jackett/Jackett",
"version": "v0.24.159",
"date": "2025-10-20T05:53:23Z"
},
{ {
"name": "inventree/InvenTree", "name": "inventree/InvenTree",
"version": "1.0.7", "version": "1.0.7",
@@ -184,6 +49,16 @@
"version": "v1.0.0-beta27", "version": "v1.0.0-beta27",
"date": "2025-10-20T00:38:13Z" "date": "2025-10-20T00:38:13Z"
}, },
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-10-20T00:27:05Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.0.1",
"date": "2025-10-15T16:53:55Z"
},
{ {
"name": "seriousm4x/UpSnap", "name": "seriousm4x/UpSnap",
"version": "5.2.3", "version": "5.2.3",
@@ -224,6 +99,11 @@
"version": "v2.14.5.4836", "version": "v2.14.5.4836",
"date": "2025-10-08T15:30:50Z" "date": "2025-10-08T15:30:50Z"
}, },
{
"name": "henrygd/beszel",
"version": "v0.14.0",
"date": "2025-10-18T23:54:15Z"
},
{ {
"name": "BerriAI/litellm", "name": "BerriAI/litellm",
"version": "v1.78.5.rc.1", "version": "v1.78.5.rc.1",
@@ -244,6 +124,11 @@
"version": "v2025-10-18", "version": "v2025-10-18",
"date": "2025-10-18T20:35:54Z" "date": "2025-10-18T20:35:54Z"
}, },
{
"name": "chrisvel/tududi",
"version": "v0.84",
"date": "2025-10-18T19:39:04Z"
},
{ {
"name": "moghtech/komodo", "name": "moghtech/komodo",
"version": "v1.19.5", "version": "v1.19.5",
@@ -269,6 +154,21 @@
"version": "v0.9.0", "version": "v0.9.0",
"date": "2025-10-18T17:03:56Z" "date": "2025-10-18T17:03:56Z"
}, },
{
"name": "booklore-app/booklore",
"version": "v1.8.0",
"date": "2025-10-18T16:22:25Z"
},
{
"name": "chrisbenincasa/tunarr",
"version": "v0.23.0-alpha.14",
"date": "2025-10-18T15:43:53Z"
},
{
"name": "msgbyte/tianji",
"version": "v1.29.1",
"date": "2025-10-18T13:14:21Z"
},
{ {
"name": "TasmoAdmin/TasmoAdmin", "name": "TasmoAdmin/TasmoAdmin",
"version": "v4.3.2", "version": "v4.3.2",
@@ -299,6 +199,11 @@
"version": "v25.4", "version": "v25.4",
"date": "2025-10-09T10:27:01Z" "date": "2025-10-09T10:27:01Z"
}, },
{
"name": "TwiN/gatus",
"version": "v5.27.0",
"date": "2025-10-18T02:44:26Z"
},
{ {
"name": "9001/copyparty", "name": "9001/copyparty",
"version": "v1.19.17", "version": "v1.19.17",
@@ -314,11 +219,26 @@
"version": "2025.10.3", "version": "2025.10.3",
"date": "2025-10-17T21:15:07Z" "date": "2025-10-17T21:15:07Z"
}, },
{
"name": "coder/code-server",
"version": "v4.105.0",
"date": "2025-10-17T19:55:55Z"
},
{
"name": "MediaBrowser/Emby.Releases",
"version": "4.9.1.80",
"date": "2025-09-30T20:25:16Z"
},
{ {
"name": "forgejo/forgejo", "name": "forgejo/forgejo",
"version": "v13.0.1", "version": "v13.0.1",
"date": "2025-10-17T18:54:16Z" "date": "2025-10-17T18:54:16Z"
}, },
{
"name": "keycloak/keycloak",
"version": "26.4.1",
"date": "2025-10-16T07:21:53Z"
},
{ {
"name": "grokability/snipe-it", "name": "grokability/snipe-it",
"version": "v8.3.4", "version": "v8.3.4",
@@ -334,11 +254,6 @@
"version": "v2.40.1", "version": "v2.40.1",
"date": "2025-10-17T13:42:04Z" "date": "2025-10-17T13:42:04Z"
}, },
{
"name": "neo4j/neo4j",
"version": "5.26.14",
"date": "2025-10-17T12:38:22Z"
},
{ {
"name": "mattermost/mattermost", "name": "mattermost/mattermost",
"version": "server/public/v0.1.21", "version": "server/public/v0.1.21",
@@ -454,6 +369,11 @@
"version": "v2.13.1", "version": "v2.13.1",
"date": "2025-10-15T13:29:37Z" "date": "2025-10-15T13:29:37Z"
}, },
{
"name": "meilisearch/meilisearch",
"version": "prototype-docker-alpine-3-22-v8",
"date": "2025-10-15T13:20:20Z"
},
{ {
"name": "TandoorRecipes/recipes", "name": "TandoorRecipes/recipes",
"version": "2.3.3", "version": "2.3.3",
@@ -464,6 +384,11 @@
"version": "jenkins-2.528.1", "version": "jenkins-2.528.1",
"date": "2025-10-15T12:51:20Z" "date": "2025-10-15T12:51:20Z"
}, },
{
"name": "Graylog2/graylog2-server",
"version": "7.0.0-beta.5",
"date": "2025-10-15T11:43:16Z"
},
{ {
"name": "cockpit-project/cockpit", "name": "cockpit-project/cockpit",
"version": "349", "version": "349",
@@ -474,6 +399,11 @@
"version": "v0.14.1", "version": "v0.14.1",
"date": "2024-08-29T22:32:51Z" "date": "2024-08-29T22:32:51Z"
}, },
{
"name": "openobserve/openobserve",
"version": "v0.15.2",
"date": "2025-10-15T07:42:29Z"
},
{ {
"name": "wavelog/wavelog", "name": "wavelog/wavelog",
"version": "2.1.2", "version": "2.1.2",
@@ -489,11 +419,21 @@
"version": "2025.10.0", "version": "2025.10.0",
"date": "2025-10-14T19:07:37Z" "date": "2025-10-14T19:07:37Z"
}, },
{
"name": "evcc-io/evcc",
"version": "0.209.2",
"date": "2025-10-14T18:55:44Z"
},
{ {
"name": "crafty-controller/crafty-4", "name": "crafty-controller/crafty-4",
"version": "v4.5.5", "version": "v4.5.5",
"date": "2025-10-14T18:48:36Z" "date": "2025-10-14T18:48:36Z"
}, },
{
"name": "tailscale/tailscale",
"version": "v1.88.4",
"date": "2025-10-14T17:57:52Z"
},
{ {
"name": "plankanban/planka", "name": "plankanban/planka",
"version": "planka-1.1.0", "version": "planka-1.1.0",
@@ -509,6 +449,11 @@
"version": "v1.140.0", "version": "v1.140.0",
"date": "2025-10-14T15:57:12Z" "date": "2025-10-14T15:57:12Z"
}, },
{
"name": "n8n-io/n8n",
"version": "n8n@1.115.3",
"date": "2025-10-14T14:40:17Z"
},
{ {
"name": "rogerfar/rdt-client", "name": "rogerfar/rdt-client",
"version": "v2.0.119", "version": "v2.0.119",
@@ -639,6 +584,11 @@
"version": "11.0.1", "version": "11.0.1",
"date": "2025-10-09T12:34:15Z" "date": "2025-10-09T12:34:15Z"
}, },
{
"name": "documenso/documenso",
"version": "v1.12.10",
"date": "2025-10-09T04:32:35Z"
},
{ {
"name": "rabbitmq/rabbitmq-server", "name": "rabbitmq/rabbitmq-server",
"version": "v4.1.4", "version": "v4.1.4",
@@ -689,6 +639,11 @@
"version": "v0.15.1", "version": "v0.15.1",
"date": "2025-10-07T20:30:56Z" "date": "2025-10-07T20:30:56Z"
}, },
{
"name": "VictoriaMetrics/VictoriaMetrics",
"version": "pmm-6401-v1.127.0",
"date": "2025-10-07T14:31:32Z"
},
{ {
"name": "thecfu/scraparr", "name": "thecfu/scraparr",
"version": "v2.2.5", "version": "v2.2.5",
@@ -759,6 +714,11 @@
"version": "8.2.2", "version": "8.2.2",
"date": "2025-10-03T06:22:38Z" "date": "2025-10-03T06:22:38Z"
}, },
{
"name": "kyantech/Palmr",
"version": "v3.2.3-beta",
"date": "2025-10-02T13:48:14Z"
},
{ {
"name": "actualbudget/actual", "name": "actualbudget/actual",
"version": "v25.10.0", "version": "v25.10.0",
@@ -779,6 +739,11 @@
"version": "v5.41.4", "version": "v5.41.4",
"date": "2025-09-30T22:26:11Z" "date": "2025-09-30T22:26:11Z"
}, },
{
"name": "zabbix/zabbix",
"version": "7.4.3",
"date": "2025-09-30T21:49:53Z"
},
{ {
"name": "mongodb/mongo", "name": "mongodb/mongo",
"version": "r8.2.1", "version": "r8.2.1",
@@ -799,11 +764,21 @@
"version": "v1.7.4", "version": "v1.7.4",
"date": "2025-09-30T13:34:30Z" "date": "2025-09-30T13:34:30Z"
}, },
{
"name": "neo4j/neo4j",
"version": "4.4.46",
"date": "2025-09-30T13:21:24Z"
},
{ {
"name": "thomiceli/opengist", "name": "thomiceli/opengist",
"version": "v1.11.1", "version": "v1.11.1",
"date": "2025-09-30T00:24:16Z" "date": "2025-09-30T00:24:16Z"
}, },
{
"name": "goauthentik/authentik",
"version": "version/2025.8.4",
"date": "2025-09-30T00:03:11Z"
},
{ {
"name": "influxdata/telegraf", "name": "influxdata/telegraf",
"version": "v1.36.2", "version": "v1.36.2",
@@ -874,6 +849,11 @@
"version": "1.2.39", "version": "1.2.39",
"date": "2025-09-25T15:57:02Z" "date": "2025-09-25T15:57:02Z"
}, },
{
"name": "rclone/rclone",
"version": "v1.71.1",
"date": "2025-09-24T16:32:16Z"
},
{ {
"name": "alexta69/metube", "name": "alexta69/metube",
"version": "2025.09.24", "version": "2025.09.24",
@@ -889,6 +869,11 @@
"version": "v2.0.10", "version": "v2.0.10",
"date": "2025-09-24T08:33:37Z" "date": "2025-09-24T08:33:37Z"
}, },
{
"name": "grafana/grafana",
"version": "v12.2.0",
"date": "2025-09-23T23:47:02Z"
},
{ {
"name": "postgres/postgres", "name": "postgres/postgres",
"version": "REL_18_0", "version": "REL_18_0",
@@ -1029,6 +1014,11 @@
"version": "0.6", "version": "0.6",
"date": "2025-09-05T06:05:04Z" "date": "2025-09-05T06:05:04Z"
}, },
{
"name": "louislam/uptime-kuma",
"version": "2.0.0-beta.2-temp",
"date": "2025-03-28T08:45:58Z"
},
{ {
"name": "healthchecks/healthchecks", "name": "healthchecks/healthchecks",
"version": "v3.11.2", "version": "v3.11.2",
@@ -1234,6 +1224,11 @@
"version": "250707-d28b3101e", "version": "250707-d28b3101e",
"date": "2025-07-07T15:15:21Z" "date": "2025-07-07T15:15:21Z"
}, },
{
"name": "Kareadita/Kavita",
"version": "v0.8.7",
"date": "2025-07-05T20:08:58Z"
},
{ {
"name": "qbittorrent/qBittorrent", "name": "qbittorrent/qBittorrent",
"version": "release-5.1.2", "version": "release-5.1.2",
@@ -1484,6 +1479,11 @@
"version": "v0.7.3", "version": "v0.7.3",
"date": "2024-12-15T10:18:06Z" "date": "2024-12-15T10:18:06Z"
}, },
{
"name": "pymedusa/Medusa",
"version": "v1.0.22",
"date": "2024-12-13T12:22:19Z"
},
{ {
"name": "phpipam/phpipam", "name": "phpipam/phpipam",
"version": "v1.7.3", "version": "v1.7.3",

View File

@@ -52,14 +52,6 @@ const config = {
} }
return config; return config;
}, },
// Ignore ESLint errors during build (they can be fixed separately)
eslint: {
ignoreDuringBuilds: true,
},
// Ignore TypeScript errors during build (they can be fixed separately)
typescript: {
ignoreBuildErrors: true,
},
}; };
export default config; export default config;

1002
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
"check": "next lint && tsc --noEmit", "check": "next lint && tsc --noEmit",
"dev": "next dev", "dev": "next dev",
"dev:server": "node server.js", "dev:server": "node server.js",
"dev:next": "next dev", "dev:next": "next dev --turbo",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", "format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache", "format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"lint": "next lint", "lint": "next lint",
@@ -22,7 +22,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@prisma/client": "^6.18.0", "@prisma/client": "^6.17.1",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-slot": "^1.2.3",
"@t3-oss/env-nextjs": "^0.13.8", "@t3-oss/env-nextjs": "^0.13.8",
@@ -36,16 +36,12 @@
"@xterm/addon-fit": "^0.10.0", "@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0", "@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
"axios": "^1.7.9",
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cron-validator": "^1.2.0",
"dotenv": "^17.2.3",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lucide-react": "^0.553.0", "lucide-react": "^0.546.0",
"next": "^15.1.6", "next": "^15.5.6",
"node-cron": "^3.0.3",
"node-pty": "^1.0.0", "node-pty": "^1.0.0",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
@@ -55,37 +51,36 @@
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"strip-ansi": "^7.1.2", "strip-ansi": "^7.1.2",
"superjson": "^2.2.3", "superjson": "^2.2.1",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"ws": "^8.18.3", "ws": "^8.18.3",
"zod": "^4.1.12" "zod": "^4.1.12"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.1", "@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.16", "@tailwindcss/postcss": "^4.0.15",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/bcryptjs": "^3.0.0", "@types/bcryptjs": "^3.0.0",
"@types/better-sqlite3": "^7.6.8", "@types/better-sqlite3": "^7.6.8",
"@types/jsonwebtoken": "^9.0.10", "@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.10.1", "@types/node": "^24.8.1",
"@types/node-cron": "^3.0.11", "@types/react": "^19.0.0",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0", "@vitejs/plugin-react": "^5.0.2",
"@vitest/coverage-v8": "^3.2.4", "@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4", "@vitest/ui": "^3.2.4",
"eslint": "^9.39.1", "eslint": "^9.38.0",
"eslint-config-next": "^15.1.6", "eslint-config-next": "^15.5.6",
"jsdom": "^27.2.0", "jsdom": "^27.0.0",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.7.1", "prettier-plugin-tailwindcss": "^0.7.1",
"prisma": "^6.19.0", "prisma": "^6.17.1",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.14",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"typescript-eslint": "^8.46.2", "typescript-eslint": "^8.46.1",
"vitest": "^3.2.4" "vitest": "^3.2.4"
}, },
"ct3aMetadata": { "ct3aMetadata": {

View File

@@ -1,14 +0,0 @@
-- CreateTable
CREATE TABLE "repositories" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"url" TEXT NOT NULL,
"enabled" BOOLEAN NOT NULL DEFAULT true,
"is_default" BOOLEAN NOT NULL DEFAULT false,
"is_removable" BOOLEAN NOT NULL DEFAULT true,
"priority" INTEGER NOT NULL DEFAULT 0,
"created_at" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updated_at" DATETIME NOT NULL
);
-- CreateIndex
CREATE UNIQUE INDEX "repositories_url_key" ON "repositories"("url");

View File

@@ -1,41 +0,0 @@
-- CreateTable
CREATE TABLE IF NOT EXISTS "backups" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"container_id" TEXT NOT NULL,
"server_id" INTEGER NOT NULL,
"hostname" TEXT NOT NULL,
"backup_name" TEXT NOT NULL,
"backup_path" TEXT NOT NULL,
"size" BIGINT,
"created_at" DATETIME,
"storage_name" TEXT NOT NULL,
"storage_type" TEXT NOT NULL,
"discovered_at" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
CONSTRAINT "backups_server_id_fkey" FOREIGN KEY ("server_id") REFERENCES "servers" ("id") ON DELETE CASCADE ON UPDATE CASCADE
);
-- CreateTable
CREATE TABLE IF NOT EXISTS "pbs_storage_credentials" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"server_id" INTEGER NOT NULL,
"storage_name" TEXT NOT NULL,
"pbs_ip" TEXT NOT NULL,
"pbs_datastore" TEXT NOT NULL,
"pbs_password" TEXT NOT NULL,
"pbs_fingerprint" TEXT NOT NULL,
"created_at" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updated_at" DATETIME NOT NULL,
CONSTRAINT "pbs_storage_credentials_server_id_fkey" FOREIGN KEY ("server_id") REFERENCES "servers" ("id") ON DELETE CASCADE ON UPDATE CASCADE
);
-- CreateIndex
CREATE INDEX IF NOT EXISTS "backups_container_id_idx" ON "backups"("container_id");
-- CreateIndex
CREATE INDEX IF NOT EXISTS "backups_server_id_idx" ON "backups"("server_id");
-- CreateIndex
CREATE INDEX IF NOT EXISTS "pbs_storage_credentials_server_id_idx" ON "pbs_storage_credentials"("server_id");
-- CreateIndex
CREATE UNIQUE INDEX IF NOT EXISTS "pbs_storage_credentials_server_id_storage_name_key" ON "pbs_storage_credentials"("server_id", "storage_name");

View File

@@ -41,8 +41,6 @@ model Server {
ssh_key_path String? ssh_key_path String?
key_generated Boolean? @default(false) key_generated Boolean? @default(false)
installed_scripts InstalledScript[] installed_scripts InstalledScript[]
backups Backup[]
pbs_credentials PBSStorageCredential[]
@@map("servers") @@map("servers")
} }
@@ -97,52 +95,3 @@ model LXCConfig {
@@map("lxc_configs") @@map("lxc_configs")
} }
model Backup {
id Int @id @default(autoincrement())
container_id String
server_id Int
hostname String
backup_name String
backup_path String
size BigInt?
created_at DateTime?
storage_name String
storage_type String // 'local', 'storage', or 'pbs'
discovered_at DateTime @default(now())
server Server @relation(fields: [server_id], references: [id], onDelete: Cascade)
@@index([container_id])
@@index([server_id])
@@map("backups")
}
model PBSStorageCredential {
id Int @id @default(autoincrement())
server_id Int
storage_name String
pbs_ip String
pbs_datastore String
pbs_password String
pbs_fingerprint String
created_at DateTime @default(now())
updated_at DateTime @updatedAt
server Server @relation(fields: [server_id], references: [id], onDelete: Cascade)
@@unique([server_id, storage_name])
@@index([server_id])
@@map("pbs_storage_credentials")
}
model Repository {
id Int @id @default(autoincrement())
url String @unique
enabled Boolean @default(true)
is_default Boolean @default(false)
is_removable Boolean @default(true)
priority Int @default(0)
created_at DateTime @default(now())
updated_at DateTime @updatedAt
@@map("repositories")
}

View File

@@ -1,10 +0,0 @@
Starting restore...
Reading container configuration...
Stopping container...
Destroying container...
Logging into PBS...
Downloading backup from PBS...
Packing backup folder...
Restoring container...
Cleaning up temporary files...
Restore completed successfully

View File

@@ -1,132 +0,0 @@
# Copyright (c) 2021-2025 community-scripts ORG
# Author: michelroegl-brunner
# License: MIT | https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/LICENSE
post_to_api() {
if ! command -v curl &>/dev/null; then
return
fi
if [ "$DIAGNOSTICS" = "no" ]; then
return
fi
if [ -z "$RANDOM_UUID" ]; then
return
fi
local API_URL="http://api.community-scripts.org/upload"
local pve_version="not found"
pve_version=$(pveversion | awk -F'[/ ]' '{print $2}')
JSON_PAYLOAD=$(
cat <<EOF
{
"ct_type": $CT_TYPE,
"type":"lxc",
"disk_size": $DISK_SIZE,
"core_count": $CORE_COUNT,
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "",
"nsapp": "$NSAPP",
"method": "$METHOD(PVE-Local)",
"pve_version": "$pve_version",
"status": "installing",
"random_id": "$RANDOM_UUID"
}
EOF
)
if [[ "$DIAGNOSTICS" == "yes" ]]; then
RESPONSE=$(curl -s -w "%{http_code}" -L -X POST "$API_URL" --post301 --post302 \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD") || true
fi
}
post_to_api_vm() {
if [[ ! -f /usr/local/community-scripts/diagnostics ]]; then
return
fi
DIAGNOSTICS=$(grep -i "^DIAGNOSTICS=" /usr/local/community-scripts/diagnostics | awk -F'=' '{print $2}')
if ! command -v curl &>/dev/null; then
return
fi
if [ "$DIAGNOSTICS" = "no" ]; then
return
fi
if [ -z "$RANDOM_UUID" ]; then
return
fi
local API_URL="http://api.community-scripts.org/upload"
local pve_version="not found"
pve_version=$(pveversion | awk -F'[/ ]' '{print $2}')
DISK_SIZE_API=${DISK_SIZE%G}
JSON_PAYLOAD=$(
cat <<EOF
{
"ct_type": 2,
"type":"vm",
"disk_size": $DISK_SIZE_API,
"core_count": $CORE_COUNT,
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "",
"nsapp": "$NSAPP",
"method": "$METHOD(PVE-Local)",
"pve_version": "$pve_version",
"status": "installing",
"random_id": "$RANDOM_UUID"
}
EOF
)
if [[ "$DIAGNOSTICS" == "yes" ]]; then
RESPONSE=$(curl -s -w "%{http_code}" -L -X POST "$API_URL" --post301 --post302 \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD") || true
fi
}
POST_UPDATE_DONE=false
post_update_to_api() {
if ! command -v curl &>/dev/null; then
return
fi
if [ "$POST_UPDATE_DONE" = true ]; then
return 0
fi
local API_URL="http://api.community-scripts.org/upload/updatestatus"
local status="${1:-failed}"
local error="${2:-No error message}"
JSON_PAYLOAD=$(
cat <<EOF
{
"status": "$status",
"error": "$error",
"random_id": "$RANDOM_UUID"
}
EOF
)
if [[ "$DIAGNOSTICS" == "yes" ]]; then
RESPONSE=$(curl -s -w "%{http_code}" -L -X POST "$API_URL" --post301 --post302 \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD") || true
fi
POST_UPDATE_DONE=true
}

View File

@@ -17,9 +17,9 @@ variables() {
# Get absolute path to core directory # Get absolute path to core directory
CORE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" CORE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$CORE_DIR/api.func"
source "$CORE_DIR/core.func" source "$CORE_DIR/core.func"
load_functions
# This function enables error handling in the script by setting options and defining a trap for the ERR signal. # This function enables error handling in the script by setting options and defining a trap for the ERR signal.
catch_errors() { catch_errors() {
set -Eeo pipefail set -Eeo pipefail
@@ -33,15 +33,15 @@ error_handler() {
local line_number="$1" local line_number="$1"
local command="$2" local command="$2"
local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}" local error_message="${RD}[ERROR]${CL} in line ${RD}$line_number${CL}: exit code ${RD}$exit_code${CL}: while executing command ${YW}$command${CL}"
post_update_to_api "failed" "${command}"
echo -e "\n$error_message\n" echo -e "\n$error_message\n"
} }
# Check if the current shell is using bash # Check if the shell is using bash
shell_check() { shell_check() {
if [[ "$(ps -p $$ -o comm=)" != "bash" ]]; then if [[ "$(basename "$SHELL")" != "bash" ]]; then
clear clear
msg_error "Your default shell is not bash. Please report this to our github issues or discord." msg_error "Your default shell is currently not set to Bash. To use these scripts, please switch to the Bash shell."
echo -e "\nExiting..." echo -e "\nExiting..."
sleep 2 sleep 2
exit exit
@@ -60,7 +60,7 @@ root_check() {
} }
# This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported. # This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported.
# Supported: Proxmox VE 8.0.x 8.9.x, 9.0 and 9.1 # Supported: Proxmox VE 8.0.x 8.9.x and 9.0 (NOT 9.1+)
pve_check() { pve_check() {
local PVE_VER local PVE_VER
PVE_VER="$(pveversion | awk -F'/' '{print $2}' | awk -F'-' '{print $1}')" PVE_VER="$(pveversion | awk -F'/' '{print $2}' | awk -F'-' '{print $1}')"
@@ -76,12 +76,12 @@ pve_check() {
return 0 return 0
fi fi
# Check for Proxmox VE 9.x: allow 9.0 and 9.1 # Check for Proxmox VE 9.x: allow ONLY 9.0
if [[ "$PVE_VER" =~ ^9\.([0-9]+) ]]; then if [[ "$PVE_VER" =~ ^9\.([0-9]+) ]]; then
local MINOR="${BASH_REMATCH[1]}" local MINOR="${BASH_REMATCH[1]}"
if ((MINOR < 0 || MINOR > 1)); then if ((MINOR != 0)); then
msg_error "This version of Proxmox VE is not supported." msg_error "This version of Proxmox VE is not yet supported."
msg_error "Supported: Proxmox VE version 9.0 9.1" msg_error "Supported: Proxmox VE version 9.0"
exit 1 exit 1
fi fi
return 0 return 0
@@ -89,7 +89,7 @@ pve_check() {
# All other unsupported versions # All other unsupported versions
msg_error "This version of Proxmox VE is not supported." msg_error "This version of Proxmox VE is not supported."
msg_error "Supported versions: Proxmox VE 8.0 8.x or 9.0 9.1" msg_error "Supported versions: Proxmox VE 8.0 8.x or 9.0"
exit 1 exit 1
} }
@@ -914,7 +914,6 @@ install_script() {
shell_check shell_check
root_check root_check
arch_check arch_check
#ssh_check
maxkeys_check maxkeys_check
diagnostics_check diagnostics_check
@@ -1049,6 +1048,7 @@ start() {
source "$CORE_DIR/tools.func" source "$CORE_DIR/tools.func"
if command -v pveversion >/dev/null 2>&1; then if command -v pveversion >/dev/null 2>&1; then
install_script install_script
else else
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \ CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
"Support/Update functions for ${APP} LXC. Choose an option:" \ "Support/Update functions for ${APP} LXC. Choose an option:" \
@@ -1078,6 +1078,7 @@ start() {
# This function collects user settings and integrates all the collected information. # This function collects user settings and integrates all the collected information.
build_container() { build_container() {
# if [ "$VERBOSE" == "yes" ]; then set -x; fi # if [ "$VERBOSE" == "yes" ]; then set -x; fi
NET_STRING="-net0 name=eth0,bridge=$BRG$MAC,ip=$NET$GATE$VLAN$MTU" NET_STRING="-net0 name=eth0,bridge=$BRG$MAC,ip=$NET$GATE$VLAN$MTU"
@@ -1101,12 +1102,18 @@ build_container() {
fi fi
if [[ $DIAGNOSTICS == "yes" ]]; then if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api echo "Diagnostics enabled (post_to_api function not available)"
fi fi
TEMP_DIR=$(mktemp -d) TEMP_DIR=$(mktemp -d)
pushd "$TEMP_DIR" >/dev/null pushd "$TEMP_DIR" >/dev/null
# CORE_DIR is already defined at the top of the file
if [ "$var_os" == "alpine" ]; then
export FUNCTIONS_FILE_PATH="$(cat "$CORE_DIR/core.func" && echo && cat "$CORE_DIR/tools.func" && echo && cat "$CORE_DIR/alpine-install.func")"
else
export FUNCTIONS_FILE_PATH="$(cat "$CORE_DIR/core.func" && echo && cat "$CORE_DIR/tools.func" && echo && cat "$CORE_DIR/install.func")"
fi
export DIAGNOSTICS="$DIAGNOSTICS" export DIAGNOSTICS="$DIAGNOSTICS"
export RANDOM_UUID="$RANDOM_UUID" export RANDOM_UUID="$RANDOM_UUID"
@@ -1126,10 +1133,21 @@ build_container() {
export PCT_OSTYPE="$var_os" export PCT_OSTYPE="$var_os"
export PCT_OSVERSION="$var_version" export PCT_OSVERSION="$var_version"
export PCT_DISK_SIZE="$DISK_SIZE" export PCT_DISK_SIZE="$DISK_SIZE"
export PCT_OPTIONS="-features $FEATURES -hostname $HN -tags $TAGS $SD $NS $NET_STRING -onboot 1 -cores $CORE_COUNT -memory $RAM_SIZE -unprivileged $CT_TYPE $PW" export PCT_OPTIONS="
-features $FEATURES
-hostname $HN
-tags $TAGS
$SD
$NS
$NET_STRING
-onboot 1
-cores $CORE_COUNT
-memory $RAM_SIZE
-unprivileged $CT_TYPE
$PW
"
# This executes create_lxc.sh and creates the container and .conf file # This executes create_lxc.sh and creates the container and .conf file
bash "$CORE_DIR/create_lxc.sh" bash "$CORE_DIR/create_lxc.sh" $?
LXC_CONFIG="/etc/pve/lxc/${CTID}.conf" LXC_CONFIG="/etc/pve/lxc/${CTID}.conf"
@@ -1322,64 +1340,8 @@ EOF'
fi fi
msg_ok "Customized LXC Container" msg_ok "Customized LXC Container"
if [ "$var_os" == "alpine" ]; then
FUNCTIONS_FILE_PATH="$(cat "$CORE_DIR/core.func" && echo && cat "$CORE_DIR/tools.func" && echo && cat "$CORE_DIR/api.func" && echo && cat "$CORE_DIR/alpine-install.func")"
else
FUNCTIONS_FILE_PATH="$(cat "$CORE_DIR/core.func" && echo && cat "$CORE_DIR/tools.func" && echo && cat "$CORE_DIR/api.func" && echo && cat "$CORE_DIR/install.func")"
fi
FUNCTIONS_FILE="/tmp/functions.sh" lxc-attach -n "$CTID" -- bash -c "$(cat "$(dirname "$CORE_DIR")/install/${var_install}.sh")"
echo "$FUNCTIONS_FILE_PATH" | pct exec "$CTID" -- bash -c "cat > $FUNCTIONS_FILE"
pct exec "$CTID" -- test -f "$FUNCTIONS_FILE" || {
msg_error "Failed to write functions file to container"
exit 1
}
INSTALL_SCRIPT_PATH="$(dirname "$CORE_DIR")/install/${var_install}.sh"
INSTALL_SCRIPT_CONTENT=$(cat "$INSTALL_SCRIPT_PATH")
# Replace the old pattern: source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
# with direct file source: source "/tmp/functions.sh"
# Use sed with a simpler pattern that matches the exact line
MODIFIED_INSTALL_SCRIPT=$(echo "$INSTALL_SCRIPT_CONTENT" | \
sed "s|source /dev/stdin <<<\"\$FUNCTIONS_FILE_PATH\"|source \"$FUNCTIONS_FILE\"|")
# Verify replacement worked - if not, force add the source line
if ! echo "$MODIFIED_INSTALL_SCRIPT" | grep -q "source \"$FUNCTIONS_FILE\""; then
# If replacement didn't work, add source line after the last comment
MODIFIED_INSTALL_SCRIPT=$(echo "$MODIFIED_INSTALL_SCRIPT" | \
awk -v func_file="$FUNCTIONS_FILE" '
BEGIN { replaced = 0 }
{
if (/source.*dev\/stdin/ || /source.*FUNCTIONS_FILE_PATH/) {
print "source \"" func_file "\""
replaced = 1
next
}
if (!replaced && /^#/ && !/^#!/) {
print
next
}
if (!replaced && !/^#!/ && !/^#/) {
print "source \"" func_file "\""
replaced = 1
}
print
}
END {
if (!replaced) {
print "source \"" func_file "\""
}
}')
fi
# Write the modified script to a file in the container and execute it
INSTALL_SCRIPT_FILE="/tmp/install_script.sh"
echo "$MODIFIED_INSTALL_SCRIPT" | pct exec "$CTID" -- bash -c "cat > $INSTALL_SCRIPT_FILE"
pct exec "$CTID" -- chmod +x "$INSTALL_SCRIPT_FILE"
lxc-attach -n "$CTID" -- bash "$INSTALL_SCRIPT_FILE"
} }
# This function sets the description of the container. # This function sets the description of the container.
@@ -1424,37 +1386,6 @@ EOF
if [[ -f /etc/systemd/system/ping-instances.service ]]; then if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service systemctl start ping-instances.service
fi fi
post_update_to_api "done" "none"
} }
api_exit_script() {
exit_code=$? # Capture the exit status of the last executed command
#200 exit codes indicate error in create_lxc.sh
#100 exit codes indicate error in install.func
if [ $exit_code -ne 0 ]; then
case $exit_code in
100) post_update_to_api "failed" "100: Unexpected error in create_lxc.sh" ;;
101) post_update_to_api "failed" "101: No network connection detected in create_lxc.sh" ;;
200) post_update_to_api "failed" "200: LXC creation failed in create_lxc.sh" ;;
201) post_update_to_api "failed" "201: Invalid Storage class in create_lxc.sh" ;;
202) post_update_to_api "failed" "202: User aborted menu in create_lxc.sh" ;;
203) post_update_to_api "failed" "203: CTID not set in create_lxc.sh" ;;
204) post_update_to_api "failed" "204: PCT_OSTYPE not set in create_lxc.sh" ;;
205) post_update_to_api "failed" "205: CTID cannot be less than 100 in create_lxc.sh" ;;
206) post_update_to_api "failed" "206: CTID already in use in create_lxc.sh" ;;
207) post_update_to_api "failed" "207: Template not found in create_lxc.sh" ;;
208) post_update_to_api "failed" "208: Error downloading template in create_lxc.sh" ;;
209) post_update_to_api "failed" "209: Container creation failed, but template is intact in create_lxc.sh" ;;
*) post_update_to_api "failed" "Unknown error, exit code: $exit_code in create_lxc.sh" ;;
esac
fi
}
if command -v pveversion >/dev/null 2>&1; then
trap 'api_exit_script' EXIT
fi
trap 'post_update_to_api "failed" "$BASH_COMMAND"' ERR
trap 'post_update_to_api "failed" "INTERRUPTED"' SIGINT
trap 'post_update_to_api "failed" "TERMINATED"' SIGTERM

View File

@@ -368,51 +368,6 @@ run_container_safe() {
" || __handle_general_error "lxc-attach to CT $ct" " || __handle_general_error "lxc-attach to CT $ct"
} }
cleanup_lxc() {
msg_info "Cleaning up"
if is_alpine; then
$STD apk cache clean || true
rm -rf /var/cache/apk/*
else
$STD apt -y autoremove || true
$STD apt -y autoclean || true
$STD apt -y clean || true
fi
# Clear temp artifacts (keep sockets/FIFOs; ignore errors)
find /tmp /var/tmp -type f -name 'tmp*' -delete 2>/dev/null || true
find /tmp /var/tmp -type f -name 'tempfile*' -delete 2>/dev/null || true
# Truncate writable log files silently (permission errors ignored)
if command -v truncate >/dev/null 2>&1; then
find /var/log -type f -writable -print0 2>/dev/null |
xargs -0 -n1 truncate -s 0 2>/dev/null || true
fi
# Python pip
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
# Node.js npm
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
# Node.js yarn
if command -v yarn &>/dev/null; then $STD yarn cache clean || true; fi
# Node.js pnpm
if command -v pnpm &>/dev/null; then $STD pnpm store prune || true; fi
# Go
if command -v go &>/dev/null; then $STD go clean -cache -modcache || true; fi
# Rust cargo
if command -v cargo &>/dev/null; then $STD cargo clean || true; fi
# Ruby gem
if command -v gem &>/dev/null; then $STD gem cleanup || true; fi
# Composer (PHP)
if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi
if command -v journalctl &>/dev/null; then
$STD journalctl --vacuum-time=10m || true
fi
msg_ok "Cleaned"
}
check_or_create_swap() { check_or_create_swap() {
msg_info "Checking for active swap" msg_info "Checking for active swap"

File diff suppressed because it is too large Load Diff

44
scripts/json/2fauth.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "2FAuth",
"slug": "2fauth",
"categories": [
6
],
"date_created": "2024-12-20",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://docs.2fauth.app/",
"website": "https://2fauth.app/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/2fauth.webp",
"config_path": "cat /opt/2fauth/.env",
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",
"install_methods": [
{
"type": "default",
"script": "ct/2fauth.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Database credentials: `cat ~/2FAuth.creds`",
"type": "info"
},
{
"text": "The very first account created is automatically set up as an administrator account.",
"type": "info"
}
]
}

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -48,6 +48,5 @@
"text": "You can execute the ip tool manually with `iptag-run`", "text": "You can execute the ip tool manually with `iptag-run`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -44,6 +44,5 @@
"text": "The script only works in Debian/Ubuntu, not in Alpine!", "text": "The script only works in Debian/Ubuntu, not in Alpine!",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "Execute within the Proxmox host shell", "text": "Execute within the Proxmox host shell",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -47,6 +47,5 @@
"text": "AdGuard Home can only be updated via the user interface.", "text": "AdGuard Home can only be updated via the user interface.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "Use `cat ~/adventurelog.creds` to see login credentials.", "text": "Use `cat ~/adventurelog.creds` to see login credentials.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Resource and network settings are adjustable post LXC creation.", "text": "Resource and network settings are adjustable post LXC creation.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -42,6 +42,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -47,6 +47,5 @@
"text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.", "text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "To Update Alpine: `apk -U upgrade`", "text": "To Update Alpine: `apk -U upgrade`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Show Login Credentials: `cat CouchDB.creds`", "text": "Show Login Credentials: `cat CouchDB.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "guacadmin", "username": "guacadmin",
"password": "guacadmin" "password": "guacadmin"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Configuration file is not created at install time. Example is at: `https://cwiki.apache.org/confluence/display/TIKA/TikaServer+in+Tika+2.x`", "text": "Configuration file is not created at install time. Example is at: `https://cwiki.apache.org/confluence/display/TIKA/TikaServer+in+Tika+2.x`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "User can select which Adoptium JDK should be used for the selected Tomcat version (9, 10.1 or 11). ", "text": "User can select which Adoptium JDK should be used for the selected Tomcat version (9, 10.1 or 11). ",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "archivebox", "username": "archivebox",
"password": "helper-scripts.com" "password": "helper-scripts.com"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "doesnt work with lvm and lvmthin disks!", "text": "doesnt work with lvm and lvmthin disks!",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.", "text": "Within the LXC console, run `cat rpc.secret` to display the rpc-secret. Copy this token and paste it into the Aria2 RPC Secret Token box within the AriaNG Settings. Then, click the reload AriaNG button.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "During installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com", "text": "During installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "admin", "username": "admin",
"password": "admin123" "password": "admin123"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "for private SSL setup visit: `https://github.com/babybuddy/babybuddy/blob/master/docs/setup/ssl.md`", "text": "for private SSL setup visit: `https://github.com/babybuddy/babybuddy/blob/master/docs/setup/ssl.md`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"type": "info", "type": "info",
"text": "`cat ~/.ssh/id_ed25519.pub` to view ssh public key. This key is used to authenticate with sftp targets. You can add this key on the sftp server." "text": "`cat ~/.ssh/id_ed25519.pub` to view ssh public key. This key is used to authenticate with sftp targets. You can add this key on the sftp server."
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "Admin", "username": "Admin",
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "After install enable the option \"Use Redis cache\" on the settings page.", "text": "After install enable the option \"Use Redis cache\" on the settings page.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -23,7 +23,7 @@
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "13" "version": "12"
} }
} }
], ],
@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -47,6 +47,5 @@
"text": "During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.", "text": "During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation.", "text": "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`", "text": "Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File `nano /opt/bookstack/.env`",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -12,7 +12,7 @@
"documentation": "https://docs.bunkerweb.io/latest/", "documentation": "https://docs.bunkerweb.io/latest/",
"website": "https://www.bunkerweb.io/", "website": "https://www.bunkerweb.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bunkerweb.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bunkerweb.webp",
"config_path": "/etc/bunkerweb/variables.env", "config_path": "/opt/bunkerweb/variables.env",
"description": "BunkerWeb is a security-focused web server that enhances web application protection. It guards against common web vulnerabilities like SQL injection, XSS, and CSRF. It features simple setup and configuration using a YAML file, customizable security rules, and provides detailed logs for traffic monitoring and threat detection.", "description": "BunkerWeb is a security-focused web server that enhances web application protection. It guards against common web vulnerabilities like SQL injection, XSS, and CSRF. It features simple setup and configuration using a YAML file, customizable security rules, and provides detailed logs for traffic monitoring and threat detection.",
"install_methods": [ "install_methods": [
{ {
@@ -36,6 +36,5 @@
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -55,6 +55,5 @@
"text": "if you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`", "text": "if you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Login Credentials : `cat ~/checkmk.creds`", "text": "Login Credentials : `cat ~/checkmk.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Execute within the Proxmox shell", "text": "Execute within the Proxmox shell",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Execute within the Proxmox shell", "text": "Execute within the Proxmox shell",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "To update the configuration edit `/etc/systemd/system/cloudflare-ddns.service`. After edit please restart with `systemctl restart cloudflare-ddns`", "text": "To update the configuration edit `/etc/systemd/system/cloudflare-ddns.service`. After edit please restart with `systemctl restart cloudflare-ddns`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy", "text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL.", "text": "After Installation: Register your user -> Login -> Dashboard -> Accept Primary URL.",
"type": "warn" "type": "warn"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -33,13 +33,8 @@
}, },
"notes": [ "notes": [
{ {
"text": "Set a root password if using autologin. This will be the Cockpit password. To set root password run `sudo passwd root`", "text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",
"type": "info" "type": "info"
},
{
"text": "If you plan on using 45Drives extension with NFS, you must setup LXC as privileged. Some features of 45Drives don't work on Debian 13, so Debian 12 must be used.",
"type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -38,6 +38,5 @@
"text": "Execute within an existing LXC Console", "text": "Execute within an existing LXC Console",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "admin", "username": "admin",
"password": "admin" "password": "admin"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "change secrets file /opt/configarr/secrets.yml", "text": "change secrets file /opt/configarr/secrets.yml",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Complete setup via the web interface at http://<container-ip>:3000. Create and secure the admin account immediately.", "text": "Complete setup via the web interface at http://<container-ip>:3000. Create and secure the admin account immediately.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Execute within the Proxmox shell or in LXC", "text": "Execute within the Proxmox shell or in LXC",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -37,6 +37,5 @@
"type": "info", "type": "info",
"text": "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself." "text": "The file `/etc/sysconfig/CosmosCloud` is optional. If you need custom settings, you can create it yourself."
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Show password: `cat ~/crafty-controller.creds`", "text": "Show password: `cat ~/crafty-controller.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs-cron.sh)\" -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", "text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs-cron.sh)\" -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -28,14 +28,13 @@
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin", "username": null,
"password": "admin" "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Primary and Worker Private Keys Must Match in the config file", "text": "Primary and Worker Private Keys Must Match in the config file",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "After the installation cross-seed will fail to start with an empty configuration. To fix this, edit the config file to properly configure cross-seed, then restart by running `systemctl restart cross-seed`.", "text": "After the installation cross-seed will fail to start with an empty configuration. To fix this, edit the config file to properly configure cross-seed, then restart by running `systemctl restart cross-seed`.",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Execute within an existing LXC Console. Debian only!", "text": "Execute within an existing LXC Console. Debian only!",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account", "text": "After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -44,6 +44,5 @@
"text": "If you use Cloud-init, checkout after installation: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´", "text": "If you use Cloud-init, checkout after installation: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "After installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´ for useful Debian commands", "text": "After installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´ for useful Debian commands",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": null, "username": null,
"password": "deluge" "password": "deluge"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -41,6 +41,5 @@
"text": "This Script works on amd64 and arm64 Architecture.", "text": "This Script works on amd64 and arm64 Architecture.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -55,6 +55,5 @@
"text": "Options to Install Portainer and/or Docker Compose V2", "text": "Options to Install Portainer and/or Docker Compose V2",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -40,6 +40,5 @@
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"type": "warning" "type": "warning"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Use `cat ~/docmost.creds` to see database credentials.", "text": "Use `cat ~/docmost.creds` to see database credentials.",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -31,6 +31,5 @@
"username": "helper-scripts@local.com", "username": "helper-scripts@local.com",
"password": "helper-scripts" "password": "helper-scripts"
}, },
"notes": [], "notes": []
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Database credentials: `cat ~/dolibarr.creds`", "text": "Database credentials: `cat ~/dolibarr.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "FTP server credentials: `cat ~/ftp.creds`", "text": "FTP server credentials: `cat ~/ftp.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

View File

@@ -36,6 +36,5 @@
"text": "Admin password and database encryption key: `cat ~/duplicati.creds`", "text": "Admin password and database encryption key: `cat ~/duplicati.creds`",
"type": "info" "type": "info"
} }
], ]
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
} }

Some files were not shown because too many files have changed in this diff Show More