Skip to content

Commit 3ce11ad

Browse files
authored
Create snapcraft.yaml (#154)
1 parent 43006bf commit 3ce11ad

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

snap/snapcraft.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: coder
2+
title: Coder
3+
type: app
4+
base: core24
5+
version: '2.12.4'
6+
summary: Self-Hosted Cloud Development Environments
7+
license: AGPL-3.0
8+
contact: https://coder.com/contact
9+
issues: https://github.com/coder/coder/issues
10+
source-code: https://github.com/coder/coder
11+
website: https://coder.com
12+
description: |
13+
Coder is an open-source cloud development environment (CDE)
14+
that you host in your cloud or on-premises. With Coder, you
15+
can deploy environments that provide the infrastructure, IDEs,
16+
and tools your developers need. Upgrade to Coder Enterprise
17+
to gain enhanced security, governance, and observability for
18+
your platform teams.
19+
grade: stable
20+
confinement: strict
21+
22+
parts:
23+
coder:
24+
plugin: dump
25+
source: https://github.com/coder/coder/releases/download/v$SNAPCRAFT_PROJECT_VERSION/coder_$SNAPCRAFT_PROJECT_VERSION_linux_$CRAFT_TARGET_ARCH.tar.gz
26+
27+
apps:
28+
coder:
29+
command: coder
30+
plugs:
31+
- docker
32+
- home
33+
- network
34+
- network-bind
35+

0 commit comments

Comments
 (0)