Skip to content

Commit

Permalink
setting the correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
petru committed Feb 4, 2024
1 parent 909cef8 commit ce4c469
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -1870,45 +1870,46 @@ Kavita is self-hosted library, for comics, manga or books. A highlight of some o

- _Efficient Organization_ with metadata richness: Kavita has a rich metadata support, enhancing user experience with effective filtering and searching. Users can efficiently organize their reading materials through Collections, Reading Lists (CBL Import), and a Want to Read feature, ensuring a well-structured library.

- _Personalization and Theming_: With support for Dark mode and customizable theming, Kavita allows users to tailor their reading environment according to their preferences for a personalized and visually comfortable experience.
- _Personalization and Theming_: With support for Dark mode and customizable theming, Kavita allows users to tailor their reading environment according to their preferences for a personalized and visually comfortable experience. It has a responsive interface that work great on any device (phone, tablet, desktop). Dark mode and customizable theming support


![Kavita web interface screenshot](../assets/images/dietpi-software-media-kavita.jpg){: width="600" height="378" loading="lazy"}

=== "Web interface"

The web interface uses port **XXXX**:
- URL: `http://<your.IP>:XXXX`
The web interface uses port **2036**:
- URL: `http://<your.IP>:2036`

=== "Setup details"

The install, config and data directory is located at:

```
/mnt/dietpi_userdata/navidrome
/mnt/dietpi_userdata/{ebooks,comics}
```

=== "Service control"

Kavita runs as systemd service, it can be controlled with the following commands:

```sh
systemctl status navidrome
systemctl status kavita
```

=== "Logs"

Kavita runs as systemd service, its logs can be viewed via:

```sh
journalctl -u navidrome
journalctl -u kavita
```

=== "Update"

Navidrome can be updated by simply reinstalling it:
Kavita can be updated by simply reinstalling it:

```sh
dietpi-software reinstall 204
dietpi-software reinstall 212
```
***

Expand Down

0 comments on commit ce4c469

Please sign in to comment.