home.social

#libravatar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libravatar, aggregated by home.social.

  1. What do we think about libravatar? Is it any good? And most importantly, is it good privacy-wise?

    #libravatar #foss

  2. What do we think about libravatar? Is it any good? And most importantly, is it good privacy-wise?

    #libravatar #foss

  3. What do we think about libravatar? Is it any good? And most importantly, is it good privacy-wise?

    #libravatar #foss

  4. Is Libravatar in use/active/and so on? 🤔 Thinking we need more non-us cloud alternatives (or at least that's what I was looking for)...

    Are there other alternatives to Gravatar?

    #avatar #gravatar #libravatar #devops #programming #webdev #web

  5. Is Libravatar in use/active/and so on? 🤔 Thinking we need more non-us cloud alternatives (or at least that's what I was looking for)...

    Are there other alternatives to Gravatar?

    #avatar #gravatar #libravatar #devops #programming #webdev #web

  6. Is Libravatar in use/active/and so on? 🤔 Thinking we need more non-us cloud alternatives (or at least that's what I was looking for)...

    Are there other alternatives to Gravatar?

    #avatar #gravatar #libravatar #devops #programming #webdev #web

  7. Is Libravatar in use/active/and so on? 🤔 Thinking we need more non-us cloud alternatives (or at least that's what I was looking for)...

    Are there other alternatives to Gravatar?

    #avatar #gravatar #libravatar #devops #programming #webdev #web

  8. Is Libravatar in use/active/and so on? 🤔 Thinking we need more non-us cloud alternatives (or at least that's what I was looking for)...

    Are there other alternatives to Gravatar?

    #avatar #gravatar #libravatar #devops #programming #webdev #web

  9. Using Libravatar/Gravatar for your profile in Planet GNOME

    Now that the new planet.gnome.org website is live, we have added Libravatar and Gravatar support. Instead of having the Planet website host user images itself, we are giving members the choice to use profile images/avatars from these services.

    If you are interested in updating your profile picture, check out the instructions at https://gitlab.gnome.org/Teams/Websites/planet.gnome.org#adding-an-avatar and file an issue. Extra points if you do a merge-request! 🙂

    The old hackergotchis are an important part of our community’s history, so I set up a static website to host the old files. Feel free to file an issue if you want yours taken down from there.

    feborg.es/avatar-planet-gnome/

  10. Using Libravatar/Gravatar for your profile in Planet GNOME

    Now that the new planet.gnome.org website is live, we have added Libravatar and Gravatar support. Instead of having the Planet website host user images itself, we are giving members the choice to use profile images/avatars from these services.

    If you are interested in updating your profile picture, check out the instructions at https://gitlab.gnome.org/Teams/Websites/planet.gnome.org#adding-an-avatar and file an issue. Extra points if you do a merge-request! 🙂

    The old hackergotchis are an important part of our community’s history, so I set up a static website to host the old files. Feel free to file an issue if you want yours taken down from there.

    feborg.es/avatar-planet-gnome/

  11. Using Libravatar/Gravatar for your profile in Planet GNOME

    Now that the new planet.gnome.org website is live, we have added Libravatar and Gravatar support. Instead of having the Planet website host user images itself, we are giving members the choice to use profile images/avatars from these services.

    If you are interested in updating your profile picture, check out the instructions at https://gitlab.gnome.org/Teams/Websites/planet.gnome.org#adding-an-avatar and file an issue. Extra points if you do a merge-request! 🙂

    The old hackergotchis are an important part of our community’s history, so I set up a static website to host the old files. Feel free to file an issue if you want yours taken down from there.

    feborg.es/avatar-planet-gnome/

  12. Using Libravatar/Gravatar for your profile in Planet GNOME

    Now that the new planet.gnome.org website is live, we have added Libravatar and Gravatar support. Instead of having the Planet website host user images itself, we are giving members the choice to use profile images/avatars from these services.

    If you are interested in updating your profile picture, check out the instructions at https://gitlab.gnome.org/Teams/Websites/planet.gnome.org#adding-an-avatar and file an issue. Extra points if you do a merge-request! 🙂

    The old hackergotchis are an important part of our community’s history, so I set up a static website to host the old files. Feel free to file an issue if you want yours taken down from there.

    feborg.es/avatar-planet-gnome/

  13. Using Libravatar/Gravatar for your profile in Planet GNOME

    Now that the new planet.gnome.org website is live, we have added Libravatar and Gravatar support. Instead of having the Planet website host user images itself, we are giving members the choice to use profile images/avatars from these services.

    If you are interested in updating your profile picture, check out the instructions at https://gitlab.gnome.org/Teams/Websites/planet.gnome.org#adding-an-avatar and file an issue. Extra points if you do a merge-request! 🙂

    The old hackergotchis are an important part of our community’s history, so I set up a static website to host the old files. Feel free to file an issue if you want yours taken down from there.

    feborg.es/avatar-planet-gnome/

  14. CW: Caddy try_files surprise

    ```
    root ${avatars}
    try_files {path}.jpg =404
    ```

    If /avatars/{path}.jpg does not exist, we get the expected 404. Great.

    If it does, instead of the file, we get an empty 200 response. This is because `try_files` only rewrites the request. It still needs a `file_server` directive, or else it falls through to the default response: an empty 200.

    Updated Libravatar implementation on Caddy and NixOS:

    rossabaker.com/configs/librava

    #Caddy #NixOS #Libravatar

  15. CW: Caddy try_files surprise

    ```
    root ${avatars}
    try_files {path}.jpg =404
    ```

    If /avatars/{path}.jpg does not exist, we get the expected 404. Great.

    If it does, instead of the file, we get an empty 200 response. This is because `try_files` only rewrites the request. It still needs a `file_server` directive, or else it falls through to the default response: an empty 200.

    Updated Libravatar implementation on Caddy and NixOS:

    rossabaker.com/configs/librava

    #Caddy #NixOS #Libravatar

  16. CW: Caddy try_files surprise

    ```
    root ${avatars}
    try_files {path}.jpg =404
    ```

    If /avatars/{path}.jpg does not exist, we get the expected 404. Great.

    If it does, instead of the file, we get an empty 200 response. This is because `try_files` only rewrites the request. It still needs a `file_server` directive, or else it falls through to the default response: an empty 200.

    Updated Libravatar implementation on Caddy and NixOS:

    rossabaker.com/configs/librava

    #Caddy #NixOS #Libravatar

  17. CW: Caddy try_files surprise

    ```
    root ${avatars}
    try_files {path}.jpg =404
    ```

    If /avatars/{path}.jpg does not exist, we get the expected 404. Great.

    If it does, instead of the file, we get an empty 200 response. This is because `try_files` only rewrites the request. It still needs a `file_server` directive, or else it falls through to the default response: an empty 200.

    Updated Libravatar implementation on Caddy and NixOS:

    rossabaker.com/configs/librava

    #Caddy #NixOS #Libravatar

  18. CW: Caddy try_files surprise

    ```
    root ${avatars}
    try_files {path}.jpg =404
    ```

    If /avatars/{path}.jpg does not exist, we get the expected 404. Great.

    If it does, instead of the file, we get an empty 200 response. This is because `try_files` only rewrites the request. It still needs a `file_server` directive, or else it falls through to the default response: an empty 200.

    Updated Libravatar implementation on Caddy and NixOS:

    rossabaker.com/configs/librava

    #Caddy #NixOS #Libravatar

  19. Talk about #DDFON (Decentralized, Distributed, Federated, Open, Network) (friendly name: #MycelialWeb), the latest iteration of #Libravatar is now using a federated software.

    wiki.libravatar.org

    I think it has been that way after the service was transferred to a new team.

    Having said that… what if #ActivityPub or at least the various platforms connected to the #Fediverse mycelium network, use Libravatar?

    For this to work though, Libravatar would have to be updated with a new verification process to handle the non-email ActivityPub webfinger. (And I'm not sure if there are other stuff that has to be updated/added.)

    If my memory serves me right, #Friendica and #Hubzilla are already doing this, although as a plugin the admin can toggle (but based on the email address attached to the account).

    #BringDownTheWalls #BuildBridges

  20. Talk about #DDFON (Decentralized, Distributed, Federated, Open, Network) (friendly name: #MycelialWeb), the latest iteration of #Libravatar is now using a federated software.

    wiki.libravatar.org

    I think it has been that way after the service was transferred to a new team.

    Having said that… what if #ActivityPub or at least the various platforms connected to the #Fediverse mycelium network, use Libravatar?

    For this to work though, Libravatar would have to be updated with a new verification process to handle the non-email ActivityPub webfinger. (And I'm not sure if there are other stuff that has to be updated/added.)

    If my memory serves me right, #Friendica and #Hubzilla are already doing this, although as a plugin the admin can toggle (but based on the email address attached to the account).

    #BringDownTheWalls #BuildBridges

  21. Talk about #DDFON (Decentralized, Distributed, Federated, Open, Network) (friendly name: #MycelialWeb), the latest iteration of #Libravatar is now using a federated software.

    wiki.libravatar.org

    I think it has been that way after the service was transferred to a new team.

    Having said that… what if #ActivityPub or at least the various platforms connected to the #Fediverse mycelium network, use Libravatar?

    For this to work though, Libravatar would have to be updated with a new verification process to handle the non-email ActivityPub webfinger. (And I'm not sure if there are other stuff that has to be updated/added.)

    If my memory serves me right, #Friendica and #Hubzilla are already doing this, although as a plugin the admin can toggle (but based on the email address attached to the account).

    #BringDownTheWalls #BuildBridges

  22. Talk about #DDFON (Decentralized, Distributed, Federated, Open, Network) (friendly name: #MycelialWeb), the latest iteration of #Libravatar is now using a federated software.

    wiki.libravatar.org

    I think it has been that way after the service was transferred to a new team.

    Having said that… what if #ActivityPub or at least the various platforms connected to the #Fediverse mycelium network, use Libravatar?

    For this to work though, Libravatar would have to be updated with a new verification process to handle the non-email ActivityPub webfinger. (And I'm not sure if there are other stuff that has to be updated/added.)

    If my memory serves me right, #Friendica and #Hubzilla are already doing this, although as a plugin the admin can toggle (but based on the email address attached to the account).

    #BringDownTheWalls #BuildBridges

  23. Talk about #DDFON (Decentralized, Distributed, Federated, Open, Network) (friendly name: #MycelialWeb), the latest iteration of #Libravatar is now using a federated software.

    wiki.libravatar.org

    I think it has been that way after the service was transferred to a new team.

    Having said that… what if #ActivityPub or at least the various platforms connected to the #Fediverse mycelium network, use Libravatar?

    For this to work though, Libravatar would have to be updated with a new verification process to handle the non-email ActivityPub webfinger. (And I'm not sure if there are other stuff that has to be updated/added.)

    If my memory serves me right, #Friendica and #Hubzilla are already doing this, although as a plugin the admin can toggle (but based on the email address attached to the account).

    #BringDownTheWalls #BuildBridges

  24. Just setup a static #Libravatar API endpoint on 1a23.com and 1a23.studio to return a static image. Not sure how many sites are using this over Gravatar though.

    https://www.libravatar.org/

  25. Just setup a static #Libravatar API endpoint on 1a23.com and 1a23.studio to return a static image. Not sure how many sites are using this over Gravatar though.

    https://www.libravatar.org/

  26. Just setup a static #Libravatar API endpoint on 1a23.com and 1a23.studio to return a static image. Not sure how many sites are using this over Gravatar though.

    https://www.libravatar.org/

  27. Just setup a static #Libravatar API endpoint on 1a23.com and 1a23.studio to return a static image. Not sure how many sites are using this over Gravatar though.

    https://www.libravatar.org/

  28. Just setup a static #Libravatar API endpoint on 1a23.com and 1a23.studio to return a static image. Not sure how many sites are using this over Gravatar though.

    https://www.libravatar.org/

  29. @blog I suggested something similar for #libravatar some years ago gist.github.com/aslakr/6a7306b when services can't use the DNS records.

    I also think that services like this should have a way to indicate the size of the avatar, similar for libravatar/gravatar.

    @Edent

  30. @blog I suggested something similar for #libravatar some years ago gist.github.com/aslakr/6a7306b when services can't use the DNS records.

    I also think that services like this should have a way to indicate the size of the avatar, similar for libravatar/gravatar.

    @Edent

  31. @blog I suggested something similar for #libravatar some years ago gist.github.com/aslakr/6a7306b when services can't use the DNS records.

    I also think that services like this should have a way to indicate the size of the avatar, similar for libravatar/gravatar.

    @Edent

  32. @blog I suggested something similar for #libravatar some years ago gist.github.com/aslakr/6a7306b when services can't use the DNS records.

    I also think that services like this should have a way to indicate the size of the avatar, similar for libravatar/gravatar.

    @Edent

  33. @blog I suggested something similar for #libravatar some years ago gist.github.com/aslakr/6a7306b when services can't use the DNS records.

    I also think that services like this should have a way to indicate the size of the avatar, similar for libravatar/gravatar.

    @Edent