Building RPM and DEB packages with pkg and fpm

This commit is contained in:
Key Networks
2018-01-03 12:07:30 +08:00
parent 22e420364d
commit 66b8356d7b
50 changed files with 428 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
//-
ztncui - ZeroTier network controller UI
Copyright (C) 2017 Key Networks (https://key-networks.com)
Licensed under GPLv3 - see LICENSE for details.
extends network_layout
block net_content
- if (member !== undefined)
h4 for member
a(href='../' + member.address) #{member.address}
h4 Editing of
b #{title}
| has not been implemented