-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnfpm.yaml
More file actions
30 lines (30 loc) · 858 Bytes
/
nfpm.yaml
File metadata and controls
30 lines (30 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# nfpm config file for r2m-https-proxy
#
# check https://nfpm.goreleaser.com/configuration for detailed usage
#
name: "r2m-https-proxy"
arch: "amd64"
platform: "linux"
version: "v1.0.0"
section: "default"
priority: "extra"
maintainer: "Andrew Marcuse <fileformat@gmail.com>"
description: |
HTTPS proxy server with automatic certificate handling
vendor: "Redirect2Me"
homepage: "http://www.redirect2.me/"
license: "AGPLv3+"
changelog: "changelog.yaml"
contents:
- src: ./linux/r2m-https-proxy.service
dst: /etc/systemd/system/r2m-https-proxy.service
- src: ./linux/r2m-https-proxy.service
dst: /opt/redirect2me/r2m-https-proxy
- src: /opt/redirect2me/r2m-https-proxy.service
dst: /etc/systemd/system/r2m-https-proxy.service
type: symlink
overrides:
deb:
scripts:
postinstall: ./linux/postinstall.sh
preremove: ./linux/preremove.sh