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/)LE
Posts
15
Comments
515
Joined
2 yr. ago

  • How do you login from a device that doesn't have Bitwarden on it if you have passkeys.

    For example a friend's computer etc

    With a password I can type the 20 or so digits of the password. Can't really be done with a passkey as far as I know

  • Check their website for migration info. There are some caveats in special circumstances but most people can just change the docker image from gitea to forgejo.

    I did exactly that with no issues.

  • You're github mentions you tried linkwarden but still decided to build this. What features were you missing in linkwarden? It seems to do most of what you want in terms of bookmarks and archiving.

    Looks good and thanks for using SSO!

  • You use it to take the NextCloud files (set the NextCloud directory as a source) and Then you sent the files to a backup repository (destination).

    You don't send the backup files to a NextCloud install. That's not the correct way to use the tool.

    I self host a Borg repository in docker so the backup gets sent locally and then I also use borgbase as offsite backup.

    You can have as many sources and destinations as you want

  • DNS challenge with a reverse proxy is that answer. I've been doing this for a while now and it works great. Most other answers here are work arounds or not very robust.

    This is the way: https://youtu.be/liV3c9m_OX8

    I do this with authentik for sso

    I have local only things like vaultwarden and external things like seafile.

  • Do you run other things on your system other than containers? I have a VM that only runs containers so it really doesn't do anything else with systemd apart from the basics so I'm curious if there would be any advantage to me switching.

  • Why would someone want containers managed by systemd instead of just having them run like normal? What is the advantage?

    Also if you use cockpit or some equivalent GUI to manage your containers, do you have to give it permission to control all systemd services?