• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle



  • dartanjinn@lemm.eetoSelfhosted@lemmy.worldSelf hosted image editor?
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    9 months ago

    What doesn’t make sense is your use of the term “offline editor” - it’s entirely nonsensical in this context. If they can’t use an offline editor, they won’t be any better with an online editor. It’s like saying you need a 4 door car because you can’t drive a 2 door car - it’s the same thing with more seats. Photo editing is photo editing regardless of where the software is hosted.









  • I have a zx01 or something like that from AliExpress with an N100 and 16GB. Those little machines are seriously impressive. It’s running Garuda and my son has not complained once about any game he’s tried to play. I don’t play games, I just bought it on a whim cause it’s tiny and $150 or so. I’ve run several systems on it without a hitch. I’m pretty certain it’ll hose a Minecraft server without an issue.





  • I like OMV. It’s simple and to the point. TrueNAS is far too complicated and robust for basic home use, IMO. It’s like driving a tank to work. OMV does the job most people need. Nextcloud is cool but, again, a little to expansive for what I need. I’m not really going to use the included office tools or any of that. I just want remotely available storage. OMV + Tailscale + PiVPN means my backups and stored data are available anywhere, on any device including my phone. Nextcloud streamlines that availability but, again, just too much going on. TrueNAS is an enterprise product and feels like it. Not my cup of tea.


  • dartanjinn@lemm.eeOPtoSelfhosted@lemmy.worldWhere can I learn Docker fundamentals?
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    2
    ·
    11 months ago

    Docker-compose got it done. Once I learned about Volumes and using compose to pass in volumes from other instances I was able to pass in a directory with a custom yaml to the Dashy container then pass the same directory into the code-server container and both are working as I expected they should. Compose and volumes were the missing pieces. I also learned that stacks is how to use compose in Portainer. Not sure why they felt the need to change the naming but it works.


  • dartanjinn@lemm.eetoSelfhosted@lemmy.worldIdeas wanted
    link
    fedilink
    arrow-up
    0
    arrow-down
    3
    ·
    edit-2
    11 months ago

    Cloudflare tunnel is the simple answer here. Yourdomain.com points to the public instance, private.yourdomain.com points to the private instance. All you need to do is install cloudflared on any always on machine on your network and point the URLs to the internal IPs of the machines hosting the services.

    The other suggestions here are fine but Cloudflare is the easiest solution to what you want plus it’s free and simple to setup and maintain.


  • dartanjinn@lemm.eeOPtoSelfhosted@lemmy.worldWhere can I learn Docker fundamentals?
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    2
    ·
    11 months ago

    Yeah Dashy isn’t really important to me, it’s just another fun project to learn more about Docker. However, what I learned is that I don’t know shit about what I’m doing lol. It proved to be a great tool at exposing my absolute ignorance of something I thought I was getting a good grasp on.

    Yeah I think I’m gonna shit can Portainer and go through that LinkedIn course someone else posted. Thanks for your insight.