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: 8 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T12:00:20.000Z (10 months ago)
- Last Synced: 2025-09-03T07:46:05.591Z (10 months ago)
- Topics: images, vanillaos, vib, vib-image, vue, webapp
- Language: Vue
- Homepage: https://images.vanillaos.org/
- Size: 302 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
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
```