Skip to content

Commit f641c4b

Browse files
funkypenguindreulavelle
authored andcommitted
Minor cosmetic fixes
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
1 parent 519b10e commit f641c4b

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ hide:
8484

8585
---
8686

87-
[ElfHosted](https://elfhosted.com) is a PaaS that takes care of all the technical details like hosting, security, and updates for your self-hosted apps.
87+
[ElfHosted](https://elfhosted.com) is an [open-source](https://elfhosted.com/open/) PaaS that provides all the "plumbing" (*hosting, security, and updates, etc*) for your self-hosted apps, leaving the fun stuff for you!
8888

89-
- :party_popper: **Sponsored**: Your subscription goes directly to Riven developers!
89+
!!! tip ":party_popper: **Sponsored**"
90+
100% of your Riven subscription revenue goes directly to Riven developers! :heart:
9091

9192
[:cloud: Check out ElfHosted](#elfhosted)
9293

docs/services/extras.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ To reset the Postgres database by dropping and recreating the `riven` table, you
4141
poetry run python src/main.py --hard_reset_db
4242
```
4343

44-
=== "Elfhosted"
44+
=== "ElfHosted"
4545

4646
From the Riven backend (via the button on your Dashboard), press ++ctrl+c++ **twice** to restart Riven. Once it does, you will see the following instructions:
4747

48-
- 💥 For the option to reset your database, press the ++x++ key within 10 seconds...
48+
```
49+
💥 For the option to reset your database, press the ++x++ key within 10 seconds...
50+
```
4951

5052
After the database is reset, upon restarting Riven, we will load back in the symlinks and re-index your library.
5153

@@ -55,13 +57,20 @@ After the database is reset, upon restarting Riven, we will load back in the sym
5557

5658
To reset the Subtitles database by deleting the `subliminal.dbm*` files, you can use the following command:
5759

58-
```bash
59-
rm -r data/subliminal.dbm*
60-
```
60+
=== "Self-Hosted"
61+
62+
```bash
63+
rm -r data/subliminal.dbm*
64+
```
65+
66+
This needs to point to the `data` directory that the `settings.json` file is located in.
67+
68+
=== "ElfHosted"
69+
70+
Navigate to `config/riven` in FileBrowser, and delete all the `subliminal.dbm` files :thumbsup:
6171

62-
This needs to point to the `data` directory that the `settings.json` file is located in.
6372

64-
!!! warning
73+
!!! Warning
6574

6675
This will delete all of your Subtitles database files, and you will lose all your Subtitles.
6776

0 commit comments

Comments
 (0)