{% extends "base.html" %} {% block content %}
GET / - Home page (this page)GET /projects - List all projectsGET /obs/source/<path> - Forward GET requests to OBS backendPOST /obs/source/<path> - Forbidden (405)PUT /obs/source/<path> - Forbidden (405)PATCH /obs/source/<path> - Forbidden (405)Backend URL: {{ config.OBS_SRC_SERVER }}
View all projects: GET /
View project details: GET /obs/source/openSUSE:Tools/
View project files: GET /obs/source/openSUSE:Tools/build/
This proxy only allows read-only access to the OBS backend: