summaryrefslogtreecommitdiff
path: root/src/blog/a
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-06-20 17:25:17 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-06-20 17:25:17 -0600
commit4d5d040769d212dd83e6f76085eea21d789f6b3a (patch)
treeb51d064e072e5ce9ec5770375d129aa48191d63a /src/blog/a
parent63cb51b74a7ddfc33d212d99540d68a2c9cc8ad3 (diff)
fix typo on manga entry, expand jellyfin entry
Diffstat (limited to 'src/blog/a')
-rw-r--r--src/blog/a/manga_server_with_komga.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/a/manga_server_with_komga.md b/src/blog/a/manga_server_with_komga.md
index 52af3a9..7c60e3e 100644
--- a/src/blog/a/manga_server_with_komga.md
+++ b/src/blog/a/manga_server_with_komga.md
@@ -397,7 +397,7 @@ server {
If it's going to be used as a subdir on another domain then just change the `location` with `/subdir` instead of `/`; be careful with the `proxy_pass` directive, it has to match what you configured at `/etc/komga.conf` for the `SERVER_SERVLET_CONTEXT_PATH` regardless of the `/subdir` you selected at `location`.
-## SSL certificate
+### SSL certificate
If using a subdir then the same certificate for the subdomain/domain should work fine and no extra stuff is needed, else if following along me then we can create/extend the certificate by running:
@@ -411,7 +411,7 @@ That will automatically detect the new subdomain config and create/extend your e
certbot --nginx -d domainname.com -d subdomain.domainname.com -d komga.domainname.com
```
-## Starting using Komga
+## Start using Komga
We can now `start`/`enable` the `komga.service`: