summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:42:43 -0400
committerLuke Smith <luke@lukesmith.xyz>2024-07-16 08:42:43 -0400
commit24057ca0a2dd075d41432189dccda2279ca3e514 (patch)
treea2f7ffac750dd3fbb3d9f6f90dcda4eb6fbc37ba
parent0de641641cde6906d76368f0280cbbe471ca07c7 (diff)
date fixes
-rw-r--r--content/alps.md3
-rw-r--r--content/mumble.md8
-rw-r--r--content/rainloop.md1
3 files changed, 7 insertions, 5 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"
diff --git a/content/mumble.md b/content/mumble.md
index 0fddadc..19bbd00 100644
--- a/content/mumble.md
+++ b/content/mumble.md
@@ -2,7 +2,7 @@
title: "Mumble"
icon: 'mumble.svg'
tags: ['service']
-date: 2023-07-2
+date: 2023-07-02
short_desc: 'Open Source, Low Latency, High Quality Voice Chat.'
---
@@ -35,7 +35,7 @@ Initialize all the submodules.
git submodule update --init
```
-Create a build directory and run `cmake`.
+Create a build directory and run `cmake`.
Cmake will create all the necessary files to build the mumble-server and client.
```sh
@@ -93,7 +93,7 @@ root 127689 0.0 0.1 112956 22572 ? Sl 19:19 0:00 ./mumble-server
## Connecting to your mumble-server as a SuperUser
-You will probably will be left with your `mumble` binary in the build folder on your local machine.
+You will probably will be left with your `mumble` binary in the build folder on your local machine.
Now you should make it executable and move it in the `/usr/bin` folder.
@@ -115,7 +115,7 @@ Click on the button `Add New...` and fill out the information need to connect to
{{< img src="/pix/mumble/mumble-2.png" alt="add server window" >}}
-If you haven't edited the port, `64738` will be default one.
+If you haven't edited the port, `64738` will be default one.
Click on `Ok`, select your server from the list and click `Connect`.
diff --git a/content/rainloop.md b/content/rainloop.md
index b84413c..2018482 100644
--- a/content/rainloop.md
+++ b/content/rainloop.md
@@ -3,6 +3,7 @@ title: "Rainloop"
tags: ['service']
icon: 'rainloop.png'
short_desc: 'A graphical website for accessing a mail server.'
+date: 2022-06-25
---