mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(fix): YOURLS lint
This commit is contained in:
@@ -871,7 +871,8 @@ export const templates: TemplateData[] = [
|
|||||||
id: "yourls",
|
id: "yourls",
|
||||||
name: "YOURLS",
|
name: "YOURLS",
|
||||||
version: "latest",
|
version: "latest",
|
||||||
description: "YOURLS (Your Own URL Shortener) is a set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or Bitly).",
|
description:
|
||||||
|
"YOURLS (Your Own URL Shortener) is a set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or Bitly).",
|
||||||
logo: "yourls.svg",
|
logo: "yourls.svg",
|
||||||
links: {
|
links: {
|
||||||
github: "https://github.com/YOURLS/YOURLS",
|
github: "https://github.com/YOURLS/YOURLS",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export function generate(schema: Schema): Template {
|
|||||||
|
|
||||||
const envs = [
|
const envs = [
|
||||||
`YOURLS_HOST=${mainDomain}`,
|
`YOURLS_HOST=${mainDomain}`,
|
||||||
`YOURLS_ADMIN_USER=admin`,
|
"YOURLS_ADMIN_USER=admin",
|
||||||
`YOURLS_ADMIN_PASSWORD=${adminPassword}`,
|
`YOURLS_ADMIN_PASSWORD=${adminPassword}`,
|
||||||
`MYSQL_PASSWORD=${mysqlPassword}`,
|
`MYSQL_PASSWORD=${mysqlPassword}`,
|
||||||
`MYSQL_ROOT_PASSWORD=${mysqlRootPassword}`,
|
`MYSQL_ROOT_PASSWORD=${mysqlRootPassword}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user