• 10 Posts
  • 220 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • I also would like to know what the desktop app is used for?

    I’ve seen apps like xpipe that have direct Bitwarden integration if you want (way too high risk for me but I can see some people using it), but even then it integrates directly to the servers API. When I need an ssh password or something I copy and paste it from the browser extension. I’m curious if I’m missing some functionality by not using the app.



  • To be fair i really like having a separate nas to my main docker/proxmox applications server. It allows me to mess around with my services or restart the system while not having to mess with the more sensitive spinning drives or important services like pihole.

    Also gives me a nice method for local backup in 3-2-1 method.

    That being said, I wouldn’t recommend this for someone just starting out.

    If anyone is wondering, I have the docker container itself mount the NFS share from the Unraid NAS. My docker server is all nvme ssds for things like the app itself and its config. Large data sets like photos and media are in the same via NFS.






  • Sleep mode seems to be working well for me on fedora atomic with kde (aurora).

    Deep sleep works well and can stay sleeping for days.

    Normally sleep rules are working well. The do not sleep toggle in the power menu also works to prevent it from sleeping.

    Only thing that doesn’t work is flatpak apps can’t prevent the system from sleeping, so watching a video, using Handbrake to encode etc will all just allow it to sleep if there is no physical input.

    I have a 2018 dell xps











  • I’ve got multiple apps using LDAP, oauth, and proxy on authentik, I’ve not had this happen.

    I also use traefik as reverse proxy.

    I didn’t manually create an outpost. Not sure what advantage there is unless you have a huge organization and run multiple redundant containers. Regardless there might be some bug here because I otherwise have the same setup as you.

    I would definitely try uploading everything to the latest container version first



  • Does anyone know if dockge allows you to directly connect to a git repo to pull compose files?

    This is what I like most about portainer. I work in the compose files from an IDE and the check them into my self hosted git repo.

    Then on portainer, the stack is connected to the repo so only press a button to pull the latest compose and there is a check box to decide if I want the docker image to update or not.

    Works really well and makes it very easy to roll back if needed.