[PR #910] [CLOSED] Add Runme button to demonstrate the latest version of application #2932

Closed
opened 2026-03-17 00:35:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/910
Author: @velp
Created: 5/28/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 92b2859 Add runme button and specification

📊 Changes

2 files changed (+11 additions, -1 deletions)

View changed files

.runme/config.yaml (+10 -0)
📝 README.md (+1 -1)

📄 Description

This PR adds Runme button-label Runme (clickable) to run the project from latest commit with one click.

How it works:

  1. Runme clones the repository and builds a docker image for latest commit or use already built docker image;
  2. deploys the docker image to k8s cluster;
  3. creates domain with SSL certificate;
  4. shows web application;
  5. destroys app instance after 10 minutes.

You can find detailed information how this works here. The small demo you can find here.

Why do you need this?

  • Runme is perfect solution to demonstrate current state of code/repository, anybody can just click the button and see the state;
  • Runme totally free, we love open source projects and want to support them;
  • Runme can be used as a tool for preparation docker images with a developer's version of code

Screenshots
build
build

result
result


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/910 **Author:** [@velp](https://github.com/velp) **Created:** 5/28/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`92b2859`](https://github.com/hoppscotch/hoppscotch/commit/92b2859f3c7fe3860d91b67610d021814ffadc66) Add runme button and specification ### 📊 Changes **2 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.runme/config.yaml` (+10 -0) 📝 `README.md` (+1 -1) </details> ### 📄 Description This PR adds Runme button-label [![Runme](https://svc.runme.io/static/button.svg)](https://runme.io/run?app_id=39f9230f-d6c3-46ea-939f-1320d55871aa) (clickable) to run the project from latest commit with one click. **How it works:** 1. Runme clones the repository and builds a docker image for latest commit or use already built docker image; 2. deploys the docker image to k8s cluster; 3. creates domain with SSL certificate; 4. shows web application; 5. destroys app instance after 10 minutes. You can find detailed information how this works [here](https://runme.io/how-it-works). The small demo you can find [here](https://www.youtube.com/channel/UCEysV237wo321JatUTC6Rlg). **Why do you need this?** - Runme is perfect solution to demonstrate current state of code/repository, anybody can just click the button and see the state; - Runme totally free, we love open source projects and want to support them; - Runme can be used as a tool for preparation docker images with a developer's version of code **Screenshots** build ![build](https://user-images.githubusercontent.com/8326634/83145149-0b997d80-a0fd-11ea-9245-bd35b67425d7.png) result ![result](https://user-images.githubusercontent.com/8326634/83145497-88c4f280-a0fd-11ea-88c4-c8829d156c42.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:35:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2932
No description provided.