• 8 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • You can easily selfhost Seafile and make a ‘dropbox’ like system with as many users you like, and as large a storage you can handle / afford. Although there is an enterprise version, the community edition provides with many features to make it really a great service. It is mighty fast, and has native clients for many different platforms, in addition to using the Seafile website to acces, upload and download files.

    I never hosted Nextcloud, but from what I read, it is a beast with way too many features to fit my use case. Seafile is doing one thing very well.








  • If you are just looking for a way to SSH into your machines from outside your network, you can setup a more recent VPN or Wireguard yourself. If you have a Raspberry Pi lying around, using PIVPN makes things super easy. You can have both OpenVPN as well as Wireguard running if you want, using the same script. If that is the only thing you like to do, then there is no need to reverse proxy your servers and expose them. Just having a VPN or Wireguard connection should be enough to access your servers when outside of your network. It is recommended to have a fixed IP btw, to find your VPN/Wireguard server easily.

    Also, you can leave all your servers locally (and not exposing them) when you can reliably setup a VPN/Wireguard connection. That is the most secure I guess.







  • Thanks for sharing your experience! Seeing some gameplay footage I also noticed that Solasta shows all the dice rolls explicitly on screen, which gives it a nice touch of feel like playing D&D. The game sticking closer to the D&D rules actually is something I’m looking forward to, and it makes the mechanics of D&D combat indeed more explicit.

    I’m going to give Solasta a try, and will pick up some DLC from the get go. Any DLC in particular recommendable? There are many packs available. Or should I just try to get them all.









  • faethon@lemmy.worldtoSelfhosted@lemmy.worldDocker logging solution?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    Not sure if it answers your question, but I use Portainer to check the different docker containers I am running. It does not allow me to check the ‘docker-runtime’ logs themselves though, only the logfiles of each of the running containers. It also allows easy term connection if you want, although I usually do that directly form the terminal itself.