Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PA
Posts
3
Comments
117
Joined
2 yr. ago

  • it is just a server-less javascript implementation (ie, a single html file, plus pre-packaged data).

    Ultimately, it used leaflet.js and each square is a square-icon with different opacity. but i think you will find that heatmap plugin to leaflet will provide better performance with less complexity.

    Still, i can upload it if you want.

  • Vigil deleted a function. Won't that cause the functions that call it to fail?

    It would seem that those functions appear to be corrupted as well. Run Vigil again and it will take care of that for you. Several invocations may be required to fully excise all bugs from your code.

    Yeah. this bit got me

  • Ultimately, i want something that is able to work outside of its own walls. I dont want 10 messenger apps, and i dont want to limit the messenging app that i host to just us (ie, it would be good if my account can talk to others, by my sons can only talk with us).

    XMPP i have heard nothing but good things about - i will do some reading on it.

    Do you have any links for the french dropping matrix?

  • yep, i have my sub-domain proxying to the host

    <server>

    :8448, and i can use it locally. however the android element app is not able to connect, but the browser element can.

    it is a dilly of a pickle, and i am not sure what is missing.

    the docs at https://gitlab.com/famedly/conduit/-/blob/next/DEPLOY.md tell me to curl directly to port 8448.... oh, dumbass! just typing this out i saw that it was an if not an and port 8448.... never mind! i iwll post this to indicate my stupidity and hopefully figure out what i am doing wrong!

     
        
    $ curl https://your.server.name/_matrix/client/versions
    
    # If using port 8448
    $ curl https://your.server.name:8448/_matrix/client/versions
    
    
      
  • I have the container up, but now some issues with ports. I can connect with element in the browser, but the app is having issues.

    What did you do with proxying? I was told I need to port forward 8448, but that doesn't seem right.

    I'm using nginx proxy manager, default settings, and LE certs.

  • ah, yep - that is cool. I expect that i will use Element and potentially another simpler client.

    I am also curious about how element X will go, which requires the sliding API/proxy thingo. but that is future palitu's problem.

  • thanks - the dendrite and synapse experience is what i am worried about - it seems to be the massive implementation that will scale to millions.

    i was looking at conduit, but realy dont know what the issues i will come against with it. but it seems to be the most visible of the non-major implementations.