Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanilla-os/atlas
Vib Image Registry Browser
https://github.com/vanilla-os/atlas
images vanillaos vib vib-image vue webapp
Last synced: about 2 months ago
JSON representation
Vib Image Registry Browser
- Host: GitHub
- URL: https://github.com/vanilla-os/atlas
- Owner: Vanilla-OS
- Created: 2023-04-14T20:41:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:08:04.000Z (5 months ago)
- Last Synced: 2024-08-04T15:13:06.259Z (5 months ago)
- Topics: images, vanillaos, vib, vib-image, vue, webapp
- Language: Vue
- Homepage: https://images.vanillaos.org/
- Size: 227 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas
Atlas is OCI registry, designed for Vanilla OS.
## Configuration
To configure your registry, you need to edit the `config.ts` file.
## Development
To run the registry in development mode, run the following command:
```bash
pnpm dev
```## Production
To run the registry in production mode, run the following command:
```bash
pnpm build
```