in.vpn.nakolenke.org bump
This commit is contained in:
@ -1,32 +1,27 @@
|
||||
name: "vpn-node"
|
||||
name: "nakolenke-vpn-node"
|
||||
arch: "amd64"
|
||||
platform: "linux"
|
||||
version: "${VERSION}"
|
||||
section: "net"
|
||||
priority: "optional"
|
||||
maintainer: "Your Name <your.email@example.com>"
|
||||
maintainer: "karamelichkin <karamelichkin@gmail.com>"
|
||||
description: |
|
||||
VPN Daemon for managing VPN connections on FreeBSD nodes.
|
||||
Supports L2TP/IPSec, IKEv2, WireGuard, and Amnezia VPN types.
|
||||
vendor: "Your Organization"
|
||||
vendor: "nakolenke"
|
||||
homepage: "https://github.com/yourusername/vpn-node"
|
||||
license: "MIT"
|
||||
|
||||
contents:
|
||||
- src: ./vpn-node-src/
|
||||
dst: /opt/vpn-node
|
||||
- src: ./dist/nakolenke_vpn_node-${VERSION}/
|
||||
dst: /opt/nakolenke-vpn-node
|
||||
type: dir
|
||||
|
||||
- src: ./systemd/vpn-node.service
|
||||
dst: /etc/systemd/system/vpn-node.service
|
||||
|
||||
- src: ./debian/postinst
|
||||
dst: /var/lib/dpkg/info/vpn-node.postinst
|
||||
file_info:
|
||||
mode: 0755
|
||||
- src: ./dist/nakolenke_vpn_node-${VERSION}/systemd/vpn-node.service
|
||||
dst: /etc/systemd/system/nakolenke-vpn-node.service
|
||||
|
||||
scripts:
|
||||
postinstall: /var/lib/dpkg/info/vpn-node.postinst
|
||||
postinstall: ./dist/nakolenke_vpn_node-${VERSION}/debian/postinst
|
||||
|
||||
overrides:
|
||||
deb:
|
||||
|
||||
Reference in New Issue
Block a user