Add Gitea Actions deploy workflow and server configuration
Some checks failed
Deploy to Server / deploy (push) Failing after 1m49s
Some checks failed
Deploy to Server / deploy (push) Failing after 1m49s
- Add basePath /admin to Next.js config for path-based routing - Add .gitea/workflows/deploy.yml for CI/CD via Gitea Actions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"slugHint": "Kleinbuchstaben (a-z), Ziffern (0-9), Bindestriche. Leerzeichen werden zu Bindestrichen.",
|
||||
"savedSuccessfully": "Erfolgreich gespeichert.",
|
||||
"errorSaving": "Fehler beim Speichern",
|
||||
"validationErrors": "Bitte korrigieren Sie die Fehler im Formular (z. B. Pflichtfelder).",
|
||||
"saving": "Speichern…",
|
||||
"save": "Speichern",
|
||||
"backToList": "Zurück zur Liste",
|
||||
@@ -175,7 +176,11 @@
|
||||
"filterByTag": "Tag:",
|
||||
"tagAll": "Alle",
|
||||
"noResults": "Kein Inhaltstyp entspricht Suche oder Filter.",
|
||||
"noCollections": "Keine Sammlungen geladen. Pr\u00fcfe ob die RustyCMS-API unter {url} erreichbar ist."
|
||||
"noCollections": "Keine Sammlungen geladen. Pr\u00fcfe ob die RustyCMS-API unter {url} erreichbar ist.",
|
||||
"recentSectionTitle": "Letzte 3 bearbeitete Beitr\u00e4ge",
|
||||
"recentSectionLink": "Alle Beitr\u00e4ge",
|
||||
"recentSectionEmpty": "Noch keine Beitr\u00e4ge.",
|
||||
"loading": "Laden…"
|
||||
},
|
||||
"TypesPage": {
|
||||
"title": "Typen",
|
||||
@@ -355,6 +360,8 @@
|
||||
"newEntry": "Neuer Eintrag",
|
||||
"colActions": "Aktionen",
|
||||
"colStatus": "Status",
|
||||
"colCreated": "Erstellt",
|
||||
"colLastEdited": "Zuletzt geändert",
|
||||
"published": "Veröffentlicht",
|
||||
"noEntries": "Keine Einträge.",
|
||||
"noEntriesCreate": "Noch keine Einträge. Erstellen Sie den ersten.",
|
||||
@@ -382,6 +389,8 @@
|
||||
},
|
||||
"ContentEditPage": {
|
||||
"title": "Eintrag bearbeiten",
|
||||
"created": "Erstellt",
|
||||
"lastEdited": "Zuletzt geändert",
|
||||
"apiLink": "API-Link (Daten-Vorschau):",
|
||||
"referrersSection": "Referenziert von",
|
||||
"noReferrers": "Kein anderer Eintrag verweist auf diesen.",
|
||||
|
||||
Reference in New Issue
Block a user