Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introducing Elestio as on-click deployment option #3327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ Try Huginn on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.png)](h

Huginn launches on the free version of Heroku [with significant limitations](https://github.com/huginn/huginn/blob/master/doc/heroku/install.md). For non-experimental use, we strongly recommend Heroku's 1GB paid plan or our Docker container.

### Elestio

Try Huginn on Elestio: [![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/huginn)

Takes a few clicks to setup a fully managed service with centralised dashboard. Read the [documentation](https://github.com/huginn/huginn/blob/master/doc/elestio/install.md). Additionally you get option to select your preferred cloud service providers and custom tiers to save costs.


### OpenShift

#### OpenShift Online
Expand Down
35 changes: 35 additions & 0 deletions doc/elestio/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Deploy to Elestio with one-click

[![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/huginn)

## Select the providers

- Select cloud service provider of your choice.
- Choose region of your choice
- Select service plan. The smallest one offers 1 CPU, 2 GB RAM etc.
- Confirm the details and hit "Next"

![Elestio Setup](https://i.imgur.com/uUUk3d7.png)

## Configure
- Select the support level
- Name your application
- Add admin email (You can add email you want to access your application from)
- Click "Create Service"
- Here you also get option to copy your terraform config (Optional)

## Use Huginn
- Click on "Display Admin UI"
- Go to Admin Ui link provided
- Add username and password provided on dashboard.
- Use the PHPMyAdmin credentials for additional tasks.

![Elestio Dashboard](https://i.imgur.com/86oobmg.png)

## Update Huginn
- Go to Overview section in your Huginn service
- Click "Change version" inside Software section
- Choose the latest version or the version of your choice.
- Additionally update the configs or restart the instance with single clink under same section

![Elestio Change version](https://i.imgur.com/pCQIL0q.png)