Skip to content

Instantly share code, notes, and snippets.

View OriPekelman's full-sized avatar

Ori Pekelman OriPekelman

View GitHub Profile
echo ";8 8X8888888888888888888888888888888888888888888888888888888888888888888888888[0;
@OriPekelman
OriPekelman / applications.yaml
Created February 24, 2021 09:55
A simple vault as an app getting started... on platform.sh
#.platform/applications.yaml
- name: vault
type: 'golang:1.15'
source:
root: vault
disk: 1024
hooks:
build: ./vault-install.sh
mounts:
"/data":
version: 1
info:
id: platformsh/express-bun
name: Express on Bun 1.0
description: |
<p>This unofficial template demonstrates building the Express framework for Platform.sh. It includes a minimalist application skeleton that demonstrates how to connect to a MariaDB server. It is intended for you to use as a starting point and modify for your own needs.</p>
<p>Express is a minimalist web framework written in Node.js.</p>
class: starter
featured: true