An open API service indexing awesome lists of open source software.

https://github.com/octabytes/app-templates

Open source applications template
https://github.com/octabytes/app-templates

Last synced: about 1 year ago
JSON representation

Open source applications template

Awesome Lists containing this project

README

          

# App templates

Open source applications template

## New Application

1. Create new VM
2. Add VM IP address to DNS record `A record pointing to IP`
3. Install application

```shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/octabytes/app-templates/main/install.sh)"
```