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

https://github.com/nocodb/auto-upstall


https://github.com/nocodb/auto-upstall

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# AutoUpstall Web

AutoUpstall takes care of automatic SSL and Upgrades for your Docker containers. Just paste in your docker-compose.yml
and select the configuration you want. AutoUpstall will generate a docker-compose.yml file with the necessary configurations.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.