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/)H
Posts
0
Comments
63
Joined
3 yr. ago

openpgp4fpr:2a420f2982e589326ca49d1b0644b87ed144c988

  • I've been using coolify for in house services and databases at work on our own hardware, it works pretty well, albeit a bit difficult to get the initial setup going. So far it does the job.

  • This was a really good read, I love how the author explains the whole story from the start and how it all started from a bit of tinkering with the hardware just for fun and grew into something bigger.

  • Does it support account syncing? I'm using vanilla Firefox+user.js now with a self-hosted sync server.

  • Jungle

    Jump
  • We need jungle I'm afraid

  • Yeah, didn't catch your sarcasm there :D

  • For functions that want to accept variadic arguments in C/Cpp

  • Caddy has been pretty straightforward for me tbh, Let's Encrypt built in, cloudlfare integration with a mature plugin, everything else is configured with a Caddyfile that has sane defaults. Normally, exposing a service is just a few lines to add to that file. I find the lack of a web ui a positive rather than a missing feature.

  • This looks neat, so the repositories are distributed across the people who run the radicale nodes? I've been self hosting forgejo for a while, wouldn't mind trying this out just for fun.

  • Might be obvious but did you enable the Quadlets? So systemctl enable quadlet.service or whatever the equivalent is. I think the quadlet is just a regular systemd unit.

    Edit: I noticed you already got an answer!

  • I've had exactly the same problem a while ago with Barclaycard, had to phone them.

  • Podman Quadlets is what you're after, I think.

  • Deleted

    Permanently Deleted

    Jump
  • Installed it out of curiosity, filled with adds, regular banner and full screen ones. Looking at the contents briefly, not sure what value it really brings.

    Edit: sorry that's not really and answer to the OP question, just wanted to warn others

  • In reality meta quest games use their Platform SDK (for things like user entitlement check, match making, leaderboards, DLC) I'm not sure it'll be an easy port for Quest games because you'll be missing Meta's services that run on the quest itself.

  • Neat. Do you ever get issues with your email being marked as spam? And if I understand correctly from Addy docs, you have to rent a VPS somewhere, or it's possible to run the whole thing on your own hardware exposed to the internet?

  • AliasVault has its own built-in email server that allows you to create unique email addresses and receive emails straight in AliasVault. No third-party email service required.

    I don't get how does that work exactly in a self hosted environment?

  • Currently just alpine with docker compose, but I initially wanted to use podman, this was before quadlets were a thing and I found it very cumbersome to configure the networking between containers, also recall having to use kustomize as an extra step, so I gave up and went with compose.

    Now there are quadlets with podman, which seem to do everything I need but require systemd. I'd be happy to switch from openrc to systemd just for the sake of using podman.