Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create snapcraft.yaml #154

Merged
merged 1 commit into from
Jul 22, 2024
Merged
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
35 changes: 35 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: coder
title: Coder
type: app
base: core24
version: '2.12.4'
summary: Self-Hosted Cloud Development Environments
license: AGPL-3.0
contact: https://coder.com/contact
issues: https://github.com/coder/coder/issues
source-code: https://github.com/coder/coder
website: https://coder.com
description: |
Coder is an open-source cloud development environment (CDE)
that you host in your cloud or on-premises. With Coder, you
can deploy environments that provide the infrastructure, IDEs,
and tools your developers need. Upgrade to Coder Enterprise
to gain enhanced security, governance, and observability for
your platform teams.
grade: stable
confinement: strict

parts:
coder:
plugin: dump
source: https://github.com/coder/coder/releases/download/v$SNAPCRAFT_PROJECT_VERSION/coder_$SNAPCRAFT_PROJECT_VERSION_linux_$CRAFT_TARGET_ARCH.tar.gz

apps:
coder:
command: coder
plugs:
- docker
- home
- network
- network-bind