Skip to content

Commit

Permalink
Add new Managed hosting page (#110)
Browse files Browse the repository at this point in the history
* Add new Managed hosting page

* Rewrite Demo page (now using PikaPods) and minor adjusts

---------

Co-authored-by: Deluan <deluan@deluan.com>
  • Loading branch information
m3nu and deluan authored Mar 12, 2023
1 parent 03abcce commit 222bf3f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 21 deletions.
12 changes: 7 additions & 5 deletions content/en/demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@ To login, use the following credentials:
* Password: demo

The demo server works with all [Subsonic clients](/docs/overview/#apps), just use the server address https://demo.navidrome.org with the credentials above.
Not all features are enabled in the demo. For instance, settings and transcoding are disabled.
Not all features are enabled in the demo. For instance, settings are disabled.

#### Demo server configuration

The server is running on an inexpensive [BuyVM](https://my.frantech.ca/aff.php?aff=4605) virtual server with the following configuration:
The server is running on the inexpensive [PikaPods](https://www.pikapods.com/pods?run=navidrome) managed hosting with the following configuration:
* 1 Core Processor
* 512MB Memory
* 10GB SDD Disk Space
* Cost: $2/month
* 10GB Disk Space
* Approximate Cost: $2.27/month

If you decide to use their hosting services, please consider using our [affiliate link](https://my.frantech.ca/aff.php?aff=4605), to help sponsor the project.
[PikaPods](https://www.pikapods.com) has partnered with us to offer you an
[officially supported, cloud-hosted solution](/docs/installation/managed/#pikapods).
A share of the revenue helps fund the development of Navidrome at no additional cost for you.

{{< /blocks/section >}}
19 changes: 4 additions & 15 deletions content/en/docs/Faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,7 @@ Some examples bellow:
- if you used [WinSW](https://github.com/winsw/winsw), the log file is in the same directory as the WinSW configuration file for the Navidrome service.

---
## I deleted a song from my music folder however the album is still listed in the UI?
This is a known bug, and [a rather uncommon situation for self-hosted users](https://github.com/navidrome/navidrome/issues/868#issuecomment-803699959) that have their music in the **root** music folder. (see [Configuration Options](https://www.navidrome.org/docs/usage/configuration-options/).)

The workaround involves placing your music collection within a subfolder, instead of in the **root** music directory. (see this [Github issue](https://github.com/navidrome/navidrome/issues/937#issuecomment-1257089106))

eg. /music/music/<your music here>, instead of /music/<your music here>


Prevention is better than a cure, however if you are experiencing this bug:
1. Stop the Navidrome service.
__For more information:__ see [Installation](https://www.navidrome.org/docs/installation/) and select your setup type.
2. Navigate to the **data** directory, and remove all of its contents.
__NOTE:__ this will effectively reset all of your settings, so a 'fresh' setup will be required. Doing this **does not** delete your music
3. If you haven't placed your music within a subdirectory yet, do so now.
4. Restart the Navidrome service, recommence the setup
## Which cloud providers help fund the project with a revenue share?
[PikaPods](https://www.pikapods.com) has partnered with us to offer you an
[officially supported, cloud-hosted solution](/docs/installation/managed/#pikapods).
A share of the revenue helps fund the development of Navidrome at no additional cost for you.
3 changes: 2 additions & 1 deletion content/en/docs/Installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ aliases:
### Download

{{% pageinfo %}}
If you are using Docker, you can skip download and just head to the [Docker setup page](docker)
If you are using Docker, you can skip download and just head to the [Docker setup page](docker).
If you prefer a managed hosting solution in the cloud, you can use [PikaPods](/docs/installation/managed/#pikapods).
{{% /pageinfo %}}


Expand Down
22 changes: 22 additions & 0 deletions content/en/docs/Installation/managed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Managed Hosting"
linkTitle: "Managed Hosting"
date: 2016-01-10
description: >
Providers offering hosting for Navidrome
---

The following providers offer managed hosting for Navidrome. This can be a good option if you
don't want to manage your own server.

### PikaPods

{{% pageinfo %}}
[PikaPods](https://www.pikapods.com/) has partnered with us to offer you an **officially
supported, cloud-hosted solution**[\*](/docs/faq/#which-cloud-providers-help-fund-the-project-with-a-revenue-share).
{{% /pageinfo %}}

Offers 1-click deployments for Navidrome with $5 free welcome credit. EU and US regions available.
Includes daily backups and regular app updates.

[![Run on PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=navidrome)

0 comments on commit 222bf3f

Please sign in to comment.