1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Add LAN IPs in status and remove PKI request on user remove

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-19 17:33:34 +02:00
parent 24030b7686
commit c1fd3b531b
4 changed files with 13 additions and 14 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
omr-vps-admin (0.12+20240819) unstable; urgency=medium
* Add LAN IPs info in status return
* Remove PKI req when user removed
-- OpenMPTCProuter <contact@openmptcprouter.com> Mon, 19 Aug 2024 17:27:12 +0200
omr-vps-admin (0.12+20240802) unstable; urgency=medium
* Keep IPv6 network and addr in config

1
debian/install vendored
View file

@ -2,4 +2,3 @@ omr-admin-config.json usr/share/omr-admin
omr-admin-config.json etc/openmptcprouter-vps-admin
omr-admin.py usr/bin
debian/omr-admin.service lib/systemd/system
debian/omr-admin-ipv6.service lib/systemd/system

View file

@ -1,12 +0,0 @@
[Unit]
Description=OMR-Admin IPv6
After=network.target network-online.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/omr-admin.py --host="::"
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_SYS_ADMIN CAP_IPC_LOCK CAP_SETGID CAP_SETUID CAP_SYS_CHROOT CAP_DAC_OVERRIDE CAP_FOWNER CAP_SETFCAP
[Install]
WantedBy=multi-user.target