• 12 Posts
  • 297 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle




  • rambos@lemm.eetoSelfhosted@lemmy.worldnoob hardware question
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    Id say rip blurays on your main PC/laptop and build low power device for server.

    Streaming musing and sharing photos is not intensive task, but streaming 4k video is another storry. Unless you need 4k streaming you should be fine with almost any intel cpu that supports quicksync and with no gpu afaik. I googled that Lenovo and it seems like it has Xeon E3-1226 v3 which does support quick sync, so I bet it will run just fine. My celeron g3930 can transcode 1080p





  • Agree! I had arr stack + nextcloud on rpi4 4GB and it was using bit less than 3GB after restart, but after some time it would hit 4GB and start using SWAP and I would have issue just like OP. Solved that by moving server to DIY PC with 8 GB, but then I added many more services and had to upgrade to 16 GB. Sitting at 4+GB free RAM all the time while using 40+ services






  • I never tried dockage, but portainer also stores all docker-compose on filesystem (probably at var/lib/docker/volumes/portainer_data/_data/compose). You can also use “backup” button in GUI to download everything in single tar.gz archive. Folder structure is not the best, but its not hard to figure out. I’m not saying portainer is better though


  • OP this is the answer but Ill provide simple steps in case this is not clear enough:

    1. Install docker
    2. Install docker-compose
    3. Install portainer (command from the post above)
    4. open Portainer GUI in browser using IP:8000 (from here you can do everything in GUI)
    5. go to stacks and create a new stack
    6. edit docker-compose for audiobookshelf - modify folder paths for volumes (example - change ./audiobooks:/audiobooks to /path/to/folder:/audiobooks)
    7. paste that in stack and hit deploy
    8. go to IP:13378 to open Audiobookshelf GUI
    9. enjoy

  • Let’s Encrypt certs for my self hosted servers to include VaultWarden (which will not work with self-signed or http) as well as have easy urls for myself and family to use.

    Im not expert, but Im using VaultWarden with self signed certs. Note that I didnt open it to public and I didnt buy a domain. I just made up a domain name and Im using wireguard to get access (together with NPM and pihole)


  • rambos@lemm.eetoSelfhosted@lemmy.worldStarting from zero
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    is there anything wrong with just running it in the background on a modern(ish) computer? My desktop is a 5900x with 64GB of RAM

    Nothing wrong, but there are some benefits of running dedicated hardware and stable server distro. Rpi or laptop will probably use way less electricity, but if your PC is running anyway than you actually save money by not using any extra hardware