Get free $100 Credit on Vultr to try your app, available for a limited time only!
- A computer running Windows, Linux or macOS or a VPS running Ubuntu 20.04 or
later, here are some of my recommendations, please note that these are
affiliate links, I will get a small commission if you buy a VPS using these
links.
- Ionos - Click here for a discount
- Vultr - Click here for free $10 credit, or here for free $100 Credit(limited time offer)
- DigitalOcean - Click here for free $200 credit
- Hostinger - Click here for a discount
- BigRock VPS - Click here for a discount
- HostGator - Click here for a discount
If you don't know how to do this, I am an Ionos Partner and you can hire me at Vikshan
- Node.js v20.0.0 or later
- npm v7.0.0 or later
- A Bento account
- A custom domain, I recommend NameCheap for this. Please note this is an affiliate link, I will get a small commission if you buy a domain using this link. Some of the VPS providers I mentioned above also sell domains. You can also use Freenom for a free domain.
- PM2 (optional)
- Apache2 (Required for VPS ) - I won't go deep on this, you can check a documentation I wrote for my Discord bot's dashboard here, it is basically the same thing.
- Certbot (Required for SSL on VPS) see here
- Clone this repository and run
npm install
in the root directory
git clone https://github.com/vixshan/bento.git
cd bento
npm install
- Create a
.env
file in the root directory and add the following variables, see.env.example
for an example
BENTO_USERNAME=<your bento username>
- Run
npm start
in the root directory
npm start
The app starts using PM2, you can now access your app at http://localhost
or
http://localhost:3000
if you're not using a reverse proxy.
To test your app, run npm test
in the root directory
npm test
-
Give this repo a star and fork it to your GitHub account here.
-
If You don't have an account a Zeabur, click on this button;
-
Now head towards Create an app, select Deploy from GitHub.
-
Now select the forked repository, select branch.
-
Now go to Variables and add variable listed below.
- BENTO_USERNAME - Your bento username
by default it launches with the .env file, so in case of conflicts, remove the
.env
file and add the variables in the Zeabur dashboard.
- BENTO_USERNAME - Your bento username
-
Change the run command to
node .
- Head to networking and generate/assign a domain to your app.
-
Give this repo a star and fork it to your GitHub account here.
-
If You don't have an account On Koyeb. Create a account.
-
Now head towards Create an app, select Deploy from GitHub.
-
Now select the forked repository, select branch.
-
Now go to Variables and add variable listed below.
- BENTO_USERNAME - Your bento username
by default it launches with the .env file, so in case of conflicts, remove the
.env
file and add the variables in the Koyeb dashboard.
- BENTO_USERNAME - Your bento username
please note Custom domanis are not supported in KOYAB HOBBY plan, you have to upgrade to a paid plan to add a custom domain.
-
Give this repo a star and fork it to your GitHub account here.
-
if you do not have an Heroku account,create one here.
-
Click here to deploy the app to Heroku
-
Now go to Settings -> Domains and add your custom domain.
- Now go to Deploy -> Deployment method and connect your app to the forked repo to enable auto deploys.
Note: You can also deploy the app to Heroku using the Heroku CLI.
KNOWN BUG: Due to some issues, I think caching, deploying the app on Koyeb/Heroku doesnt show the images, They load for a brief second and disappear. So, I recommend deploying the app to a VPS or PC.
-
Give this repo a star and fork it to your GitHub account here.
-
If you do not have an Railway account,create one here.
-
Now head towards https://railway.app/new, select Deploy from repo.
-
Now select the forked repository, select branch.
-
Now go to Variables and add variable listed below.
- BENTO_USERNAME - Your bento username
-
Go to Deployments and wait for deplyment to complete.
-
Now go to Settings -> Networking -> Custom Domain and add your custom domain.
-
Give this repo a star and fork it to your GitHub account here.
-
If You don't have an account On Okteto. Create a account.
-
Now head towards Lunch Dev Environment.
-
Now select the forked repository, select branch.
-
Now go to Variables and add variable listed below.
- BENTO_USERNAME - Your bento username
-
Click on Advanced Options and add
public/okteto.yml
as your Okteto Manifest Path. -
To add your custom domain, see this documentation.
- Give this repo a star and fork it to your GitHub account here.
- If You don't have an account On Repl.it. Create a account.
- Now go to Secrets and add variable listed below.
- BENTO_USERNAME - Your bento username
- To add a custom domain, check this documentation.
I haven't tried deploying the app to other platforms like AWS, CloudFlare Workers, etc. If you have, please let me know how it went. My instance is deployed on Koyeb, you can check it here
I am not a professional developer, I am still learning. If you find any bugs or issues with the app please open an issue or a pull request. I will be happy to review it. Also if you have any suggestions or ideas, please let me know.
If this project helped you, please consider giving it a star ⭐, or sponsor me here and check out my other projects here It will help me a lot.
This project is licensed under the MIT License - see the LICENSE file for details