diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-07-16 08:42:43 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2024-07-16 08:42:43 -0400 |
| commit | 24057ca0a2dd075d41432189dccda2279ca3e514 (patch) | |
| tree | a2f7ffac750dd3fbb3d9f6f90dcda4eb6fbc37ba /content/alps.md | |
| parent | 0de641641cde6906d76368f0280cbbe471ca07c7 (diff) | |
date fixes
Diffstat (limited to 'content/alps.md')
| -rw-r--r-- | content/alps.md | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
