File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -144,31 +144,29 @@ dockers:
144144 - ' --label=org.opencontainers.image.version={{.Version}}'
145145 - ' --platform=linux/arm/v7'
146146
147- # Disabled because https://github.com/go-acme/lego/pull/2134#issuecomment-2135293270
148147snapcrafts :
149148 - name : lego
150- disable : true
149+ disable : false
150+ publish : true
151151 grade : stable
152152 confinement : strict
153153 license : MIT
154154 base : core22
155- publish : true
156155 summary : Lego is a Let's Encrypt/ACME client.
157156 description : |
158157 Lego is a Let's Encrypt/ACME client written in Go.
159-
158+
160159 The lego snap makes it easy to install and use Lego on any Linux distribution that supports snaps.
161-
160+
162161 Usage:
163162 * `sudo snap install lego`
164163 * `sudo lego --email="[email protected] " --domains="example.com" --server=https://acme-staging-v02.api.letsencrypt.org/directory --http --http.port :8080 run 165-
166164 channel_templates :
167165 - edge
168166
169167 apps :
170168 lego :
171- command : bin/ lego
169+ command : lego
172170 environment :
173171 LEGO_PATH : /var/snap/lego/common/.lego
174172 plugs :
You can’t perform that action at this time.
0 commit comments