diff --git a/README.MD b/README.MD index 2df97b9..b8a6149 100644 --- a/README.MD +++ b/README.MD @@ -1,9 +1,13 @@ -# MicroBin ![Screenshot](git/index.png) +# MicroBin + MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now? +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/szabodanika/microbin) + + ### Features - Is very small - Animal names instead of random numbers for pasta identifiers (64 animals) diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..3c3e430 --- /dev/null +++ b/render.yaml @@ -0,0 +1,9 @@ +services: + - type: web + name: microbin + plan: free + numInstances: 1 + env: rust + repo: https://github.com/szabodanika/microbin.git + buildCommand: cargo build --release + startCommand: ./target/release/microbin --editable --highlightsyntax