Merge branch 'Lissy93:master' into master
This commit is contained in:
@@ -33,6 +33,7 @@ Once you've got Dashy up and running, you'll want to configure it with your own
|
||||
- [Google Cloud Platform](#google-cloud-platform)
|
||||
- [Platform.sh](#platformsh)
|
||||
- [Render](#render)
|
||||
- [Railway](#railway)
|
||||
- [Scalingo](#scalingo)
|
||||
- [Play-with-Docker](#play-with-docker)
|
||||
- [Surge.sh](#surgesh)
|
||||
@@ -278,6 +279,16 @@ To deploy Dashy to Render, use the following link
|
||||
https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render
|
||||
```
|
||||
|
||||
### Railway
|
||||
|
||||
[](https://railway.app/template/MtdjAQ?referralCode=app)
|
||||
|
||||
[Railway](https://railway.app/) is a Platform as a Service (PaaS) that offers a complete platform for building and delivering programs to the backend of the cloud. You bring your code and Railway does the rest. Railway offers an extremely good developer experience and makes it effortless to deploy apps. Railway offers a free Trial Plan, and paid plans start at $5/month. Railway has 4 server locations: US-west, US-east, EU-west and ASIA-South-East.
|
||||
|
||||
```text
|
||||
https://railway.app/template/MtdjAQ
|
||||
```
|
||||
|
||||
### Scalingo
|
||||
|
||||
[](https://my.scalingo.com/deploy?source=https://github.com/lissy93/dashy#master)
|
||||
|
||||
@@ -2130,6 +2130,11 @@ This will show the list of VMs, with a title and a linked fotter, hiding VM temp
|
||||
footer_as_link: true
|
||||
hide_templates: 1
|
||||
```
|
||||
#### Troubleshooting
|
||||
- **404 Error in development mode**: The error might disappear in production mode `yarn start`
|
||||
- **500 Error in production mode**: Try adding the certificate authority (CA) certificate of your Proxmox host to Node.js.
|
||||
- Download the Proxmox CA certificate to your Dashy host.
|
||||
- Export environment variable `NODE_EXTRA_CA_CERTS` and set its value to the path of the downloaded CA certificate. Example: `export NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/devlab_ca.pem`
|
||||
#### Info
|
||||
|
||||
- **CORS**: 🟠 Proxied
|
||||
|
||||
Reference in New Issue
Block a user