diff --git a/README.md b/README.md index a8ebfa7..191a08d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.cfg b/setup.cfg index 8c01374..7899df0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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