c0mput3r5c13nt15t / python-radicale-busy-calendar

0 stars 0 forks source link
calendar python radicale-caldav

Radicale Python Free/Busy Calendar

gunicorn -c gunicorn_config.py main:app

How it works

Limitations

Caddy

{
    "match": [
        {
            "host": ["busy.paulmaier.online"]
        }
    ],
    "handle": [
        {
            "handler": "subroute",
            "routes": [
                {
                    "handle": [
                        {
                            "handler": "reverse_proxy",
                            "transport": {
                                "protocol": "http"
                            },
                            "upstreams": [
                                {
                                    "dial": "127.0.0.1:8080"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "terminal": true
},