Container: add demo plugin
This commit is contained in:
parent
64f6a90f22
commit
0464047f8a
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ WORKDIR /app
|
|||
|
||||
RUN uv pip install --system .
|
||||
|
||||
# Add demo plugin
|
||||
RUN PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ uv pip install --system --index-url https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/ oidc-fastapi-test-petition
|
||||
|
||||
# Possible to run with:
|
||||
#CMD ["oidc-test", "--port", "80"]
|
||||
#CMD ["fastapi", "run", "src/oidc_test/main.py", "--port", "8873", "--root-path", "/oidc-test"]
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
Account management
|
||||
</button>
|
||||
{% endif %}
|
||||
<button onclick="location.href='{{ request.url_for("refresh") }}'" class="refresh">Refresh</button>
|
||||
<button onclick="location.href='{{ request.url_for("refresh") }}'" class="refresh">Refresh access token</button>
|
||||
<button onclick="location.href='{{ request.url_for("logout") }}'" class="logout">Logout</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue