mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge branch 'Dokploy:canary' into canary
This commit is contained in:
@@ -87,7 +87,6 @@ const addHostToKnownHosts = async (repositoryURL: string) => {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const sanitizeRepoPathSSH = (input: string) => {
|
const sanitizeRepoPathSSH = (input: string) => {
|
||||||
const SSH_PATH_RE = new RegExp(
|
const SSH_PATH_RE = new RegExp(
|
||||||
[
|
[
|
||||||
@@ -113,7 +112,7 @@ const sanitizeRepoPathSSH = (input: string) => {
|
|||||||
return {
|
return {
|
||||||
user: found.groups?.user ?? "git",
|
user: found.groups?.user ?? "git",
|
||||||
domain: found.groups?.domain,
|
domain: found.groups?.domain,
|
||||||
port: Number(found.groups?.port ?? 22),
|
port: 22,
|
||||||
owner: found.groups?.owner ?? "",
|
owner: found.groups?.owner ?? "",
|
||||||
repo: found.groups?.repo,
|
repo: found.groups?.repo,
|
||||||
get repoPath() {
|
get repoPath() {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:0.251.0
|
image: nocodb/nocodb:0.251.1
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "nocodb",
|
id: "nocodb",
|
||||||
name: "NocoDB",
|
name: "NocoDB",
|
||||||
version: "0.251.0",
|
version: "0.251.1",
|
||||||
description:
|
description:
|
||||||
"NocoDB is an opensource Airtable alternative that turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.",
|
"NocoDB is an opensource Airtable alternative that turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user