2
0

move project to our public git

This commit is contained in:
Stefan Bühler 2023-01-12 15:27:26 +01:00
parent 867044a407
commit 5e1e67f2c4
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Either clone repository (and install dependencies either through distribution or
[`pipx`](https://pypa.github.io/pipx/) (available in debian as package) can be used to install in separate virtual environment:
pipx install https://github.tik.uni-stuttgart.de/NKS/python-capport
pipx install https://git-nks-public.tik.uni-stuttgart.de/net/python-capport
In production put a reverse proxy in front of the local web ui (on 127.0.0.1:8000), and handle `/static` path either to `src/capport/api/static/` or your customized version of static files.

View File

@ -6,9 +6,9 @@ author_email = stefan.buehler@tik.uni-stuttgart.de
description = Captive Portal
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.tik.uni-stuttgart.de/NKS/python-capport
url = https://git-nks-public.tik.uni-stuttgart.de/net/python-capport
project_urls =
Bug Tracker = https://github.tik.uni-stuttgart.de/NKS/python-capport/issues
Bug Tracker = https://git-nks-public.tik.uni-stuttgart.de/net/python-capport/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License