Remove frontend, add dev API UI, and clean up project#41
Merged
rubenhensen merged 3 commits intomainfrom Feb 12, 2026
Merged
Conversation
- Remove frontend component from CI/CD delivery pipeline - Add pull_request trigger for PR validation (build & scan only, no deploy) - Delete frontend Dockerfiles (frontend.Dockerfile, frontend.dev.Dockerfile) - Remove legacy server deployment configs (crontab, cryptify.nl.conf, cryptify.service) - Remove unused nginx configs (nginx.conf, nginx.dev.conf) - Remove example IRMA config (irma.example.json) - Update docker-compose files to reflect backend-only architecture
- Fix Dockerfile base image tag (rust:latest-slim -> rust:latest) - Add Swagger UI service to dev compose for API exploration - Update API description with health endpoint, correct schema fields, and examples - Add commented-out alternative pkg_url options to dev config
w-ensink
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
General cleanup of the repository:
backend.dev.Dockerfilebase image tagNote on deleted config files
Some removed files (
conf/crontab,conf/cryptify.nl.conf,conf/cryptify.service, nginx configs) appear to be for a legacy Node.js server deployment. If Procolix still relies on any of these, they should be kept — please flag during review.