perishthethought

joined 1 year ago
[–] perishthethought@lemm.ee 16 points 19 hours ago (3 children)

I have 30 seconds to figure out what this is. No idea from reading this post. Go to the site, still no idea. Go to its home page.

Networked community gardens in the hinterwebs.

Still no idea. I'm out.

[–] perishthethought@lemm.ee 12 points 3 days ago

My dusty Intel NUC 10:

Intel NUC 10

With a 2TB USB drive plugged in on the right there.

Runs all these services via Docker like a champ: AudioBookshelf, Dockge, File Browser, Forgejo, FreshRSS, Immich, Jellyfin, LemmySchedule, Memos, Navidrome, Paperless NGX, Pihole, Planka, SideQuests, Syncthing, Wallos

[–] perishthethought@lemm.ee 17 points 4 days ago

Or should I just get used to not engaging or maybe bringing videos here

Yes. Do that. It helps Lemmy grow and helps G shrink.

[–] perishthethought@lemm.ee 3 points 4 days ago

Me too. Rock solid, with KDE. So easy to learn, make it mine.

[–] perishthethought@lemm.ee 7 points 2 weeks ago

I'm just trying to psych myself out with this.

 
[–] perishthethought@lemm.ee 1 points 2 weeks ago

Lol, see the other comment here! :)

[–] perishthethought@lemm.ee 34 points 3 weeks ago (3 children)

Mess with grub, without really understanding what you're doing.

Also, "meep".

[–] perishthethought@lemm.ee 5 points 3 weeks ago

This is the kind of day I'm having.

[–] perishthethought@lemm.ee 1 points 3 weeks ago

I don't see anything about that on their site.

[–] perishthethought@lemm.ee 6 points 3 weeks ago

Oooohh. TIL. Thanks!

[–] perishthethought@lemm.ee 18 points 3 weeks ago (4 children)

I use Memos and love it.

https://www.usememos.com/

I connect to it from my desktop at home and from my phone via a WireGuard VPN and it's everything I need. Worth a look, I think.

[–] perishthethought@lemm.ee 16 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

If you go this route, OP, and have an Android phone, then you should know the (very sad and disappointing) news that SyncThing for Android is about to be shut down.

https://github.com/syncthing/syncthing-android

55
submitted 5 months ago* (last edited 5 months ago) by perishthethought@lemm.ee to c/selfhosted@lemmy.world
 

Disclaimer: I'm no expert on this.

I realized recently there are two common types of Self Hosters here.

  1. I work in IT and host some services for my employer so we don't have to rely on the big tech companies, for economic or other reasons.

  2. I self host some services at home or on a VPS, as a hobby or for other reasons, but nobody pays me to do that.

The answers people provide seem to vary greatly based on whether the commenter is in the #1 or #2 camp. I myself have gotten answers along the lines of, "why aren't you acting more like a paid IT person?" and it's a little off-putting.

How to resolve this? Could we refer to one group or the other differently?

Maybe I'm making a bigger deal out of this than is warranted and I'm the only one confused?

If nothing else, I will call out my hobby status from now on when posting/commenting here.

Edited to add: TIL. I'll use these terms carefully in the future. Thanks!

86
submitted 5 months ago* (last edited 5 months ago) by perishthethought@lemm.ee to c/selfhosted@lemmy.world
 

I've not read this yet, just passing it along, as it looks really interesting.

I'm not affiliated in any way with this.

ETA: If anyone has read it / bought a copy, a review would be very appreciated.

 

I love self-hosting a bunch of apps I use, so I don't have to rely on anyone but my ISP for my digital life. Jellyfin, Immich, forgejo, memos and more.

But I know this isn't for everyone. I just recently spent about 3 hours doing routine maintenance and fixing an issue (I caused) and I know not everyone is into doing that kind of thing.

I also wonder what it would take to get more people into this self-hosting thing. I.e., to get them off of subscription streaming services, Google, etc..., so they can own their own data, stop feeding the machine and for the general betterment of humanity. What would the world be like if half of all adults self-hosted their own services? Or even 25%?

So, for discussion, is increasing the number of self hosters a good idea? How can we make help that process along?

Edit: Fixed typos

 

Ohboy. Tonight I:

  • installed a cool docker monitoring app called dockge
  • started moving docker compose files from random other folders into one centralized place (/opt/dockers if that matters)
  • got to immich, brought the container down
  • moved the docker-compose.yml into my new folder
  • docker compose up -d
  • saw errors saying it didn't have a DB name to work with, so it created a new database

panik

  • docker compose down
  • copy old .env file from the old directory into the new folder!
  • hold breath
  • docker compose up -d

Welcome to Immich! Let's get started...

Awwwwww, crud.

Anything I can do at this point?

No immich DB backup but I do have the images themselves.

EDIT: Thanks to u/atzanteol I figured out that changing the folder name caused this too. I changed the docker folder's name back to the original name and got my DB back! yay

 

From their site:

Instantly launch your favorite internet appliance with just a click using Cloud Seeder, our open-source server appliance platform for everyone, or use your skills and manually setup a home server lab. With IPv6rs, you will have the external IP you need to self host on your home computer or mobile device.

$10 a month, or $60 for a year, or $80 for 2 years.

Seems they give you an externally routable IP6 address, and then make that route to your home network, where you still have to run the server. They do have an app which is meant to make it easier to install podman containers for whatever service you want to run. For some reason, they call those "appliances". Not a fan of that word.

Before anyone jumps in to say, "Pffft. I do this now for free" - this isn't aimed at you then, is it? It's aimed at making it possible for less technical people to self-host some of their digital life, which is a good thing in general, in my mind. Kind of like how Linux needed more user-friendly distros for the masses to increase adoption. Good on them, I say, and good luck.

 

Hello y'all! I have my personal (static) website / blog running on netlify out on the public internet. Netlify, in case you're not familiar, is not a traditional web host, so I can't add databases or anything else like that on the server itself. Right now, that site has zero analytics / visitor tracking and I've decided I want to fix that. I want to know how many people visited my site and which pages they looked at. I am NOT looking to monetize anything though, to be clear.

I want to self-host that analytics service at home, on my home server, but I need two things, please:

  1. Recommendations for which app to use. I've checked out Umami and Plausible and they both look good for my meager purposes. But please - let me know which app makes sense for a personal web site with low-ish traffic. Is there something simpler I could do?

  2. Help getting the reverse proxy set up so my public web site can send analytics data into my home server. I would prefer this to be entirely under my control, so no CloudFlare or Tailscale, for instance. Is Caddy an option? I get really confused really quickly about this level of networking, to be clear, so maybe I just need a really plain-English guide to handling this sort of thing?

Thanks for any / all ideas! Y'all so totally rock!

ETA: A little more info about Netlify and why I can't install or use tools other traditional web hosts might offer.

** SECOND EDIT**: Thanks to @andrew@radiation.party for the goatcounter suggestion, I am trying that out now for the analytics side of this. Getting it set up was easy and free, using their server. (I know, I know...) If I still like the app after the next couple of weeks, I will move it in-house and self-host. That gives me a couple of weeks to figure out my second issue above, how to have my public web site make requests to my self-hosted, behind the firewall/NAT service. Yay, more learning!

 

I had an issue recently with getting FileBrowser to run and while researching that, I found this tool which creates a docker-compose.yml file from a docker run command. It worked well for me, so I am passing it along to you all. I hope someone else finds this helpful.

(Not my tool / site, to be clear)

 
 
 

My PC is running Ubuntu 22.04, with KDE Plasma 5.24. When I select Sleep from the Application Launcher, it always starts t go to sleep, but then it seems like a 50-50 chance that it will stay asleep. Many times, it wakes right back up again within 10 seconds. If I try to make it sleep two or more times, sometimes it will eventually sleep but not always.

I've done some searching and cannot find a resolution to this.

It seems I'm not the only one too - https://superuser.com/questions/1795451/kde-plasma-does-not-sleep

  1. Is there a sure-fire way to tell Ubuntu KDE to sleep?

  2. If not, what are some things which might wake it up again?

Thanks!

 

The game is Stray. Developed by Blue Twelve. Published by Annapurna Interactive.

https://en.wikipedia.org/wiki/Stray_(video_game)

Without spoiling anything, there's way more to this than just a cat simulator. Loving it so far, in any case. I recommend this to anyone who loves exploring new worlds, interacting with lots of locals, solving puzzles. Everything about it has both a familiar RPG feel and also a sense of new to it. And it plays really well on Linux via Steam.

view more: next ›