Other articles


  1. Grocy - How To Configure LDAP-based Authentication

    Preface: These instructions work on FreeIPA/389 Directory Server. It should work on every LDAP solution but YMMV.

    I had struggled for a few days with setting up Grocy to talk with my IPA server for authentication, and I finally figured it out.

    First, let me show you my configuration …

    read more
  2. Pyramid Web Framework - Enable Static Files for HTTPS

    Just something I discovered when working on a project: Pyramid tries to link content as HTTP, not HTTPS unless you have the following enabled in your .ini files:

    [server:main]
    use = egg:waitress#main
    listen = *:8080
    url_scheme = https  <----
    

    Once you add that option, it all starts working the right way …

    read more

links

social