Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Glance can also be installed through the following 3rd party channels:
* [Proxmox VE Helper Script](https://community-scripts.github.io/ProxmoxVE/scripts?id=glance)
* [NixOS package](https://search.nixos.org/packages?channel=unstable&show=glance)
* [Coolify.io](https://coolify.io/docs/services/glance/)
* [Sealos](docs/sealos.md)

<hr>
</details>
Expand Down
25 changes: 25 additions & 0 deletions docs/sealos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Deploying Glance on Sealos

[![Deploy on Sealos](https://sealos.io/Deploy-on-Sealos.svg)](https://sealos.io/products/app-store/glance)

Sealos provides a maintained one-click template for deploying Glance. The template defines the application resources, generated defaults, and storage settings in the Sealos templates repository at [`template/glance/index.yaml`](https://github.com/labring-actions/templates/blob/main/template/glance/index.yaml).

## Before deploying

- Review the generated template defaults and any user-provided inputs in Sealos.
- Review persistence and storage settings in the Sealos template before storing production data.
- Keep your Glance configuration backed up so it can be reused if you later move to another installation method.

## Deploy

1. Open the [Glance template on Sealos](https://sealos.io/products/app-store/glance).
2. Click **Deploy Now** and review the template settings.
3. Start the deployment and wait for Sealos to create the application resources.
4. Open the generated Sealos app URL.
5. Complete any first-run setup or login flow required by your Glance configuration.

## Updating configuration

Glance is configured through YAML files. After deploying, update your configuration from the Sealos application resources and restart the application if the changed settings require a reload.

For Glance configuration details, see [Configuring Glance](configuration.md).