https://github.com/nocodb/auto-upstall
https://github.com/nocodb/auto-upstall
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nocodb/auto-upstall
- Owner: nocodb
- Created: 2024-05-02T09:38:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:25:36.000Z (about 1 year ago)
- Last Synced: 2025-01-10T14:54:52.767Z (5 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.