Lem453

joined 1 year ago
[–] Lem453@lemmy.ca 9 points 1 day ago

Immutable fedora works well for me.

I use this specifically:

https://getaurora.dev/

[–] Lem453@lemmy.ca 4 points 2 days ago

Check out this video and the others on this channel to see the new features in action:

https://youtu.be/oXLrEydllwc

[–] Lem453@lemmy.ca 4 points 6 days ago* (last edited 6 days ago)

If you are into self hosting already, you run a calibre web instance then you can enable full integration with the kobo so Your own self hosted eBook repository becomes the 'store' on the kobo.

https://brandonjkessler.com/technology/2021/04/26/setup-kobo-sync-in-calibre-web.html

I use it like to to get access to all my ebooks

If you don't already do any self hosting, then it can take a while to get the foundation of your server setup. I already had that setup so this took less than an hour for me.

!selfhosted@lemmy.world

[–] Lem453@lemmy.ca 2 points 6 days ago (2 children)

You can even self host a calibre web instance and have it fully integrated/replace the kobo store on the device

[–] Lem453@lemmy.ca 3 points 4 weeks ago (1 children)

Sonarr puts shows in

  • show folder
  • season folder
  • show name - S01E01 - episode name.mp4
[–] Lem453@lemmy.ca 1 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] Lem453@lemmy.ca 5 points 1 month ago* (last edited 1 month ago)

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

I did exactly that with no issues.

[–] Lem453@lemmy.ca 1 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] Lem453@lemmy.ca 2 points 1 month ago (3 children)

Borg backup is the way to go for this.

Its designed to have encrypted repos that are send to any destination remote or local.

[–] Lem453@lemmy.ca 1 points 1 month ago

This is a good place to start to understand what you are doing: https://www.howtogeek.com/499623/how-to-use-journalctl-to-read-linux-system-logs/

But basically you shut the computer off, then on then do

journalctl -S -3m

Will show the last 3 mins of logs which you can go through and try to read the logs up until the moment it actually turns off to see what is happening.

[–] Lem453@lemmy.ca 2 points 1 month ago (2 children)

I would check the journalctl logs to ensure it is fully turning off. If here is still battery drain and you are sure the laptop is off, then its a hardware issue rather than software.

[–] Lem453@lemmy.ca 3 points 1 month ago (2 children)

Any recommendations for basic equipment for someone wanting to get into ham radio?

 

The jellyfin app (self hosted video streaming) app on steam deck (installed via desktop mode->discovery as a flat pack) doesn't seem to register as 'playing' with the os. The screen will dim after a few mins.

I'm 'playing' the jellyfin app as a non steam game in game mode.

I know I can disable screen dimming in the settings but is there a way to have it auto detect when a video is playing and prevent the screen from dimming?

 

This should eventually make it's way into jellyfin. Eager to see the performance improvements.

52
submitted 11 months ago* (last edited 11 months ago) by Lem453@lemmy.ca to c/jellyfin@lemmy.ml
 

Beautiful stats for Jellyfin. I just set it up in docker compose yesterday. Love it!

 

Hi all. Just learned about NixOS a few weeks ago. I'm in the process of migrating several of my docker services to a new server that will have proxmox installed as the host and then a VM for docker.

I'm currently using alpine as the VM and it works well but one of the main goals of the migration is to use infrastructure as code as much as possible. All my docker services are docker compose files checked into a git repo that gets deployed. When I need to make a change, I update the git repo and pull down the latest docker compose.

I currently have a bunch of steps that I need to do on the alpine VM to make it ready for docker (qemu agent, NFS shares, etc).

NixOS promises to be able to do all that with a single config file and then create a immutable OS that never changes after that. That seems to follow the philosophy well for infrastructure as code and easy reproducibility.

Has anyone else tried NixOS as a docker host? Any issues you've encountered?

 

I'm just starting to upgrade my basic unraid docker to an InfraAsCode setup.

I will use unraid as Nas only. My media and backups will be on unraid, everything else on a separate proxmox VM that is running and SSD storage array for ZFS. Both the unraid and proxmox hosts share their storage via NFS. Each docker container mounts the NFS volumes as needed.

For the containers I use an alpine VM with docker. I use portainer to connect to a gitea repo (on unraid) to pull down the docker compose file.

So my workflow is, use VS code on my PC to write the compose file, commit to git, then on portainer I hit the redeploy button and it pulls the latest compose file automatically.

What's your setup?

view more: next ›