Revisions of rubygem-nginx-controller (15)

rottame rottame committed 7 days ago (revision 15)
- remove trailing / from upstream
rottame rottame committed 7 days ago (revision 14)
- fix(template): Handle nil values in access rules iteration
rottame rottame committed 7 days ago (revision 13)
- feat(service): Refactor access rules parsing for improved structure
    - Change access_rules method to use a hash for rules organization
    - Simplify parsing logic by separating keys for location, rule, allow, deny, and auth
    - Update Nginx template to conditionally handle access rules based on rule type
rottame rottame committed 7 days ago (revision 12)
- feat(service): Enhance Nginx configuration with access control and logging
    - Add support for writing and deleting password files for access rules
    - Create necessary directories in Dockerfile for SSL and logging
    - Update Nginx configuration template to handle access rules dynamically
    - Implement integration tests for service configuration generation and validation
- feat(service): Implement access rules parsing and location sorting
    - Add access_rules method to decode and parse Base64 encoded access rules
    - Normalize location paths by ensuring leading and trailing slashes are handled
    - Introduce locations method to generate a sorted list of unique locations
    - Remove unused auth_basic method code for clarity
rottame rottame committed about 2 years ago (revision 11)
- remove tasks filter, prevent reload of all services
rottame rottame committed about 2 years ago (revision 10)
- remove services first
rottame rottame committed over 2 years ago (revision 9)
flust stdout
rottame rottame committed over 2 years ago (revision 8)
flush stdout again
rottame rottame committed over 2 years ago (revision 7)
Add X-Client-IP header
rottame rottame committed over 2 years ago (revision 6)
flush stdout, log acme error
rottame rottame committed over 2 years ago (revision 5)
http auth basic
rottame rottame committed over 2 years ago (revision 4)
DEPEND ON ACTIVE-FSCKING-SUPPORT-5-FSCK-1
rottame rottame committed over 2 years ago (revision 3)
depend on activesupport 5.1
rottame rottame committed over 2 years ago (revision 2)
depend on activesupport 5.x
rottame rottame committed over 2 years ago (revision 1)
initial release
Show all