• 13 Posts
  • 81 Comments
Joined 3 years ago
cake
Cake day: February 5th, 2021

help-circle
  • Take a distro with a package manager you are familiar with. Debian should do it.

    And try out docker it’s really easy to learn and straight forward.

    Jellyfin has a well documented docker compose.yml which is just a textfile that points out the facts like used versions, environment and volume paths.

    I did a transition from my docker compose tools to a new system in under an hour yesterday. All I had to do was backup the volumes or data paths. Firing up the containers looks like a new install but it’s just downloading the container and everything runs like before without losing any config.



  • I manage over 40 Debian clients in production use. All are managed with ansible. It’s the easiest time in my sysadmin time ever.

    My own systems are fedora and Debian unstable. Why? Because I test upcoming changes and features. And think how it would be if all 40 clients run on unstable or fedora, every day updates of 20-60 packages for nothing the user would care about.

    Debian stable is my hero.









  • Samsy@lemmy.mltoSelfhosted@lemmy.worldReverse proxy
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    As someone who used caddy over years, I can’t completely agree.

    Caddy has some downsides (nextcloud needs special setup for example) and not everyone is familiar with writing a Caddyfile. (Json)

    For someone new I would recommend “nginx proxy manager”. Easy to install with docker and self explained through GUI.




  • I know about the successful help being an alternative to apple/google. When I start degoogling (5 years ago) nextcloud was impressive. But I talk about my own experience. And nextcloud doesn’t work on their basics. Instead they’re following every hype with an alpha app which doesn’t get support when the hype ends (nextcloud social) for example.

    Maybe they could fork owncloud again? Owncloud worked over years to get rid of php and released last year “infinity scale” its a single binary. You can run it nearly out of the box. And it is stable and fast. Nextcloud needs this, too.

    The php part is something a newbie wouldn’t easy success with. The alternatives I recommend are all easy to install docker containers, which are simple to maintain and no worries about the next release could break everything.


  • This is the way. Everyone can use what satisfies them. My arch experience was good, too. But after tinkering confs and setups, I lost my spirit to become a Unixporn user.

    Nowadays I want easy to use setups. That’s why I use debian for servers and fedora for clients. Last week I saved an old laptop from a friend before being e-waste. Fedora atomic was the chosen one and he is really happy with it so far.



  • Samsy@lemmy.mltoSelfhosted@lemmy.worldNextcloud Hub 8 is now available
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    7
    ·
    2 months ago

    I am driving away from nextcloud more and more. I would be back when they get rid of php and really develop even one plugin (the so called “apps”) which isn’t just an alpha version.

    I don’t see any use case for this bloated all in one monster with crap performance. Someone needs his files in a browser and overall synced. Use syncthing and something like filebrowser or filestash. Photos? Immich. Documents? Paperless. Music, Movies, e-books? Jellyfin. Collaborative Docs? Onlyoffice, cryptpad. Notes? Joplin, trillium. etc.







  • My first home server would get lost on the network every week, at different times and without any apparent reason. I performed hard resets by unplugging and plugging it back in.

    After several months, I decided to connect a screen to it, and I initially thought it had hung up, but it hadn’t. After some investigation, I discovered that every time my router obtained a new dynamic IP address, the server lost its network connection, requiring a reset. I wrote a script to check the network connection every minute, and if it’s lost again, it will be reset.