From 24057ca0a2dd075d41432189dccda2279ca3e514 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Jul 2024 08:42:43 -0400 Subject: date fixes --- content/alps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/alps.md') diff --git a/content/alps.md b/content/alps.md index 7ef0468..fe125d8 100644 --- a/content/alps.md +++ b/content/alps.md @@ -3,6 +3,7 @@ title: "Alps" tags: ['service'] icon: 'alps.webp' short_desc: 'Alps is a simple and extensible webmail. It offers a web interface for IMAP, SMTP and other upstream servers.' +date: 2024-07-16 --- @@ -46,7 +47,7 @@ Wants=network-online.target [Service] Restart=always Type=simple -ExecStart=/usr/local/bin/alps -theme alps -addr 127.0.0.1:1323 -login-key yourloginkey imaps://mail.example.org:993 smtps://mail.example.org:465 +ExecStart=/usr/local/bin/alps -theme alps -addr 127.0.0.1:1323 -login-key yourloginkey imaps://mail.example.org:993 smtps://mail.example.org:465 WorkingDirectory=/opt/alps Environment="GOPATH=/opt/alps/.gopath" Environment="GOCACHE=/opt/alps/.gocache" -- cgit v1.2.3