mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
Compare commits
2 Commits
docs/insta
...
fix/packag
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf41b3c6ab | ||
|
|
6d3839fc1d |
2
misc/debian/postinst
Executable file
2
misc/debian/postinst
Executable file
@@ -0,0 +1,2 @@
|
||||
useradd -m plb -s /sbin/nologin
|
||||
systemctl daemon-reload
|
||||
3
misc/debian/rules
Normal file
3
misc/debian/rules
Normal file
@@ -0,0 +1,3 @@
|
||||
override_dh_python3:
|
||||
# Do not auto-generate postinst
|
||||
|
||||
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ setup(
|
||||
maintainer="Florian Paul Azim Hoberg",
|
||||
maintainer_email="gyptazy@gyptazy.com",
|
||||
url="https://github.com/gyptazy/ProxLB",
|
||||
packages=["proxlb", "proxlb.utils", "proxlb.models"],
|
||||
packages=["proxlb", "proxlb.utils", "proxlb.models", misc/debian],
|
||||
install_requires=[
|
||||
"requests",
|
||||
"urllib3",
|
||||
|
||||
Reference in New Issue
Block a user