update description
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=ezBookkeeping, a lightweight personal bookkeeping app hosted by yourself.
|
Description=ezBookkeeping, a lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.
|
||||||
After=syslog.target
|
After=syslog.target
|
||||||
After=network.target
|
After=network.target
|
||||||
After=mariadb.service mysqld.service postgresql.service
|
After=mariadb.service mysqld.service postgresql.service
|
||||||
|
|||||||
+1
-1
@@ -32,7 +32,7 @@ func main() {
|
|||||||
|
|
||||||
cmd := &cli.Command{
|
cmd := &cli.Command{
|
||||||
Name: "ezBookkeeping",
|
Name: "ezBookkeeping",
|
||||||
Usage: "A lightweight personal bookkeeping app hosted by yourself.",
|
Usage: "A lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.",
|
||||||
Version: GetFullVersion(),
|
Version: GetFullVersion(),
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
cmd.WebServer,
|
cmd.WebServer,
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
||||||
<meta name="theme-color" content="#faf8f4">
|
<meta name="theme-color" content="#faf8f4">
|
||||||
<meta name="format-detection" content="telephone=no"/>
|
<meta name="format-detection" content="telephone=no"/>
|
||||||
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.">
|
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.">
|
||||||
<title>ezBookkeeping</title>
|
<title>ezBookkeeping</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="apple-touch-icon" href="touchicon.png">
|
<link rel="apple-touch-icon" href="touchicon.png">
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
||||||
<meta name="theme-color" content="#c67e48">
|
<meta name="theme-color" content="#c67e48">
|
||||||
<meta name="format-detection" content="telephone=no"/>
|
<meta name="format-detection" content="telephone=no"/>
|
||||||
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.">
|
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.">
|
||||||
<title>ezBookkeeping</title>
|
<title>ezBookkeeping</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="apple-touch-icon" href="touchicon.png">
|
<link rel="apple-touch-icon" href="touchicon.png">
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
|
||||||
<meta name="theme-color" content="#f6f6f8">
|
<meta name="theme-color" content="#f6f6f8">
|
||||||
<meta name="format-detection" content="telephone=no"/>
|
<meta name="format-detection" content="telephone=no"/>
|
||||||
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features.">
|
<meta name="description" content="ezBookkeeping is a lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.">
|
||||||
<title>ezBookkeeping</title>
|
<title>ezBookkeeping</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||||
<link rel="apple-touch-icon" href="touchicon.png">
|
<link rel="apple-touch-icon" href="touchicon.png">
|
||||||
|
|||||||
+1
-1
@@ -55,7 +55,7 @@ export default defineConfig(() => {
|
|||||||
manifest: {
|
manifest: {
|
||||||
name: 'ezBookkeeping',
|
name: 'ezBookkeeping',
|
||||||
short_name: 'ezBookkeeping',
|
short_name: 'ezBookkeeping',
|
||||||
description: 'A lightweight personal bookkeeping app hosted by yourself.',
|
description: 'A lightweight, self-hosted personal finance app with a sleek, user-friendly interface and powerful bookkeeping features.',
|
||||||
theme_color: '#C67E48',
|
theme_color: '#C67E48',
|
||||||
background_color: '#F6F7F8',
|
background_color: '#F6F7F8',
|
||||||
start_url: './',
|
start_url: './',
|
||||||
|
|||||||
Reference in New Issue
Block a user