readme.md

    nginx-mod-cardcaldav42

    nginx module implementing simple carddav and caldav. Use with nginx authentication (.htpasswd files) to add users.

    build-and-run

    docker-compose up --build will build and start nginx with this module on port 8104.

    .htpasswd

    .htpasswd file is simple text file containing lines like

    username:generated-password-hash
    

    to generate password hash one way is

    echo -n "password" | openssl passwd -apr1 -stdin
    
    Конвейеры
    0 успешных
    0 с ошибкой