mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Force FastAPI 0.99.2
This commit is contained in:
parent
ef57968ea4
commit
96d50f1d40
2 changed files with 8 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
omr-vps-admin (0.3+20230718) unstable; urgency=medium
|
||||
|
||||
* Fix FastAPI version
|
||||
|
||||
-- OpenMPTCProuter <contact@openmptcprouter.com> Sun, 17 Jul 2023 19:08:52 +0200
|
||||
|
||||
omr-vps-admin (0.3+20230709) unstable; urgency=medium
|
||||
|
||||
* Remove IPv6 VPN IP check
|
||||
|
|
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -11,7 +11,8 @@ OMR_ADMIN_PASS=$(od -vN "32" -An -tx1 /dev/urandom | tr '[:lower:]' '[:upper:]'
|
|||
# use debconf
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
pip3 -q install fastapi jsonschema netjsonconfig python-multipart jinja2 -U
|
||||
pip3 -q install fastapi==0.99.1 jsonschema netjsonconfig python-multipart jinja2 -U
|
||||
pip3 -q install starlette
|
||||
|
||||
#if [ ! -f "/etc/openmptcprouter-vps-admin/omr-admin-config.json" ]; then
|
||||
# mkdir -p /etc/openmptcprouter-vps-admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue