diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/cgit.md | 8 | ||||
| -rw-r--r-- | content/mail/inbox.md | 6 | ||||
| -rw-r--r-- | content/mumble.md | 4 | ||||
| -rw-r--r-- | content/prosody.md | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/content/cgit.md b/content/cgit.md index ce6214c..13d4b2b 100644 --- a/content/cgit.md +++ b/content/cgit.md @@ -53,8 +53,8 @@ server { fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend; fastcgi_param PATH_INFO $uri; fastcgi_param GIT_HTTP_EXPORT_ALL 1; - fastcgi_param GIT_PROJECT_ROOT /srv/git; - fastcgi_param HOME /srv/git; + fastcgi_param GIT_PROJECT_ROOT /var/git; + fastcgi_param HOME /var/git; fastcgi_pass unix:/run/fcgiwrap.socket; } @@ -90,11 +90,11 @@ root-title={{<hl>}}Chad's git server{{</hl>}} root-desc={{<hl>}}A web interface to LandChad's git repositories, powered by Cgit{{</hl>}} # The location where git repos are stored on the server -scan-path=/srv/git/ +scan-path=/var/git/ ``` This configuration assumes you followed the [git hosting guide](/git) -and store your repositories on the `/srv/git/` directory. +and store your repositories on the `/var/git/` directory. Cgit\'s configuration allows changing many settings, as documented on the cgitrc(5) manpage installed with Cgit. diff --git a/content/mail/inbox.md b/content/mail/inbox.md index 9b45a77..3f70b9c 100644 --- a/content/mail/inbox.md +++ b/content/mail/inbox.md @@ -39,7 +39,7 @@ We also need two little DNS records set on your domain registrar's site/DNS serv ## Configuring Dovecot -Dovecot\'s configuration file is in `/etc/dovecot/docevot.conf`. If you +Dovecot\'s configuration file is in `/etc/dovecot/dovecot.conf`. If you open that file, you will see this line: `!include conf.d/*.conf` which adds all the `.conf` files in `/etc/dovecot/conf.d/` to the Dovecot configuration. @@ -114,10 +114,10 @@ service auth { } protocol lda { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } protocol lmtp { - mail_plugins = \$mail_plugins sieve + mail_plugins = $mail_plugins sieve } plugin { sieve = ~/.dovecot.sieve diff --git a/content/mumble.md b/content/mumble.md index 2c475b6..2f0a484 100644 --- a/content/mumble.md +++ b/content/mumble.md @@ -124,11 +124,11 @@ Click on `Ok`, select your server from the list and click `Connect`. Move your binary to the folder `~` of your remote server. ```sh -spc <your_binary> root@<your_server_ip>:~ +scp <your_binary> root@<your_server_ip>:~ ``` --- Written by [NotMtth](https://notmtth.xyz) (Tor access warning) -Donate Monero at: `donate.notmtth.xyz` ([OpenAlias](https://openalias.org/))
\ No newline at end of file +Donate Monero at: `donate.notmtth.xyz` ([OpenAlias](https://openalias.org/)) diff --git a/content/prosody.md b/content/prosody.md index 08262ab..94fb548 100644 --- a/content/prosody.md +++ b/content/prosody.md @@ -254,7 +254,7 @@ Once your server is set up, you just need an XMPP client to use your new and sec - Windows: [Gajim](https://gajim.org/) also runs on Windows. - Android: [Conversations.im](https://conversations.im/) or [snikket](https://snikket.org/) -- Mac/iOS: [Monal IM](https://monal.im/) or +- Mac/iOS: [Monal IM](https://monal-im.org/) or [Siskin](https://siskin.im/) for iOS alone - command-line (GNU/Linux, MacOS, Windows): [Profanity](https://profanity-im.github.io/) @@ -265,7 +265,7 @@ Install whichever of these clients you want on your computer or phone and you ca ### Account addresses -XMPP account addressed look just like email addresses: `username@example.org`. You can message any account on any XMPP server on the internet with that format. +XMPP account addresses look just like email addresses: `username@example.org`. You can message any account on any XMPP server on the internet with that format. ### Note on MUCs (multi-user chats) |
