selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

goatsarah, en-gb

Anyone else using Mac minis as VM hosts for self hosting? My Friendica server is a Linux VM on a Mac Mini in my living room. The VM is bound to a VLAN tagged network interface so it’s completely firewalled off from the rest of my network. Also got a second Linux VM on the same box for hosting local stuff on my main VLAN (HomeBridge/etc).

I feel like they’re really nice platforms for this, if not the cheapest. Cheaper than one might think though; I specced up an equivalent NUC and there wasn’t a lot of difference in price, and the M2 is really fast.

narc0tic_bird,

Fair enough!

sfcl33t,

Just to add to the Asahi Linux chorus - I’m self hosting a bunch of things, not on VMs but installed on the actual OS, and it’s been incredibly fast and reliable. I do have thorough offsite backups happening because one should, but loving it so far.

M4rkF,
@M4rkF@fosstodon.org avatar

@selfhosted I self-host a few services on my box, but I'm looking for a 'dashboard' like solution to use as a portal to click to each of those. I've seen this before, but can't for the life of me remember what it's called... suggestions? :debian: :linux:

magnus,

I liked the look of Dashy, but it felt somewhat too heavy software for the simple dashboard I needed, and so I wrote the first version of Dashie.

It only uses Javascript and doesn’t need any server components except a webserver. Configuration is done by editing YAML files.

Themes are implemented, and multiple pages which can be used to make more complex navigation of multiple dashboards.

Check it out :)

git.ahall.se/magnus/dashie

xyguy,

I use Heimdall. You can set it up in no time with docker compose and manage it all through the web interface after that.

Its simple but also has some neat integrations with certain apps and will give live stats for certain things. Like pihole gives you live stats on what’s being blocked for instance.

docs.linuxserver.io/images/docker-heimdall

andrew, (edited )
@andrew@andrew.masto.host avatar

Feishin: An open source self-hosted music player that can connect to your Navidrome and Jellyfin libraries

https://github.com/jeffvli/feishin

@selfhosted

khorak,

Symfonium is great, it supports a bunch of sources and works really well. Absolutely worth supporting the dev (check his ko-fi too)!

LittleZaZa1,

I am very picky with my music player apps,b but symfonium is crazy good. And still get new features. Give it a try :)

corytheboyd,
corytheboyd avatar

I’m looking for a self hosted solution to this problem:

I want to create a full text search index from a collection of PDF manuals (text, not images, I don’t care about OCR here). There is a UI to search for text matches in documents, and clicking a search hit opens the PDF scrolled to where the search hit is (bonus points if the search hit is hilighted)

IlIllIIIllIlIlIIlI,

I’m using it with ocr and it does highlight the search text and scrolls to it.

Carunga,

U r right, it does highlight in the pdf. It did not on mobile for me.

alvaro,

Not sure how to post into @selfhosted is I don’t have an account
I know I can reply to posts though. Any ideas?

kratoz29,

This is the coolest thing about the fediverse if you ask me....

I used to do some kind of similar shit with IFTTT to somewhat make posts in FB to appear in Twitter, now that seems so dumb.

I'd like this concept to evolve in more fields, but for now, I love it as it is.

chris,

Awesome! And I even see your post on my own instance! I love the Fediverse!

Jayjo,

@selfhosted Have a commerical @wireguard vpn on my server. The problem i have is that if i use a docker, it does use the vpn interface with iptables, but if that goes down, the docker still goes through without the vpn interface. I have looked at iptables, but docker makes it own, and bit of a minefield. Any ideas? Thanks

MaggiWuerze,

Something like Proton or Mullvad?

Jayjo,
SirNuke,
SirNuke avatar

What's a good, cheap, no external power GPU to buy for VMs? Want to chuck a few in my Dell R730 server to make my desktop VMs more usable. Right now have an old K620 for a Windows VM, seems like 1030s are a good bet since I have a bunch of low profile slots I otherwise have no use for.

SirNuke,
SirNuke avatar

@TrenchcoatFullofBats I think this is the winning answer. Looks like it's about a 1060 6GB, which should be enough horsepower for several desktop VMs, and keeps open my full profile slots should I ever want to install something even more powerful in the future. vGPU support is also nice so I don't have to juggle which VM gets which GPU.

TrenchcoatFullofBats,

They also only pull 75w, which is an added bonus.

You may want to check out Craft Computing’s YT channel - he did a few episodes (Piped link) in his Cloud Gaming series on these cards.

eddie,

@selfhosted Stick with Mastadon account or move over to Lemmy instance?

I'm currently self hosting my own mastadon instance, and noticed I can use the same account to post to Lemmy as well using mentions and the fediverse.

Is anybody else using mastadon to post to their lemmy instances? Would it make more sense to host a lemmy instance instead if I intent to post to lemmy more often than mastadon? Let me know your thoughts.

ericjmorey,

Why aren't these nested replies showing up on the mastodon post?

https://lucitt.social/@eddie/110555290948026934

Eddie,

I have an account on here too lol. Have to use this one to reply to prove this point. I cannot reply to posts on mastadon, nor can I view nested comments. This was exactly the test I needed to make my choice!

I'm looking at setting up a lemmy server to overwrite the mastadon instance so I can use the same URL. I'm looking at the guide and I'm already a bit lost. (I used a droplet on DigitalOcean to auto install mastadon). If anybody has any additional resources that could help me with my install that would be great!

sj_zero,

Anyone who knows me knows that I've been using next cloud forever, and I fully endorse anyone doing any level of self hosting should have their own. It's just a self-hosted Swiss army knife, and I personally find it even easier to use than something like SharePoint.

I had a recurring issue where my logs would show "MYSQL server has gone away". It generally wasn't doing anything, but occasionally would cause large large file uploads to fail or other random failures that would stop quickly after.

The only thing I did is I went in and doubled wait_timeout in my /etc/mysql/mariadb.conf.d/50-server.cnf

After that, my larger file uploads went through properly.

It might not be the best solution but it did work so I figured I'd share.

tofubl,

Here’s a cool article I found on Nextcloud performance improvements, and connecting Redis over Unix sockets gave me a more substantial performance improvement than migrating to Postgres. Very happy I fell down this rabbit hole today.

To note if you’re following the tutorial in the link above, and for people using the nextcloud:stable container together with the recommended cron container:

  • the redis configuration (host, port, password, …) need to be set in config/config.php, as well as config/redis.config.php
  • the cron container needs to receive the same /etc/localtime and /etc/timezone volumes the app container did, as well as the volumes_from: tmp
haplo,

Thank you for the link and the Redis pointers. I should double check that my Nextcloud setup is using Redis, it might well be misconfigured.

LordChaos82,

I have a docker container running in portainer. I have added an SMB volume to the container. Does anyone know how I can update this docker container using docker-compose without undoing my changes? Thanks
@selfhosted @Docker @portainerio

LordChaos82,

@Dirk thanks. That's how I did it but I am not sure if updating using docker compose would overwrite it. Portainer is running on a VM so I will make sure to snapshot it and try so I can restore it if needed.

Dirk,
@Dirk@lemmy.ml avatar

You’re using Portainer, why manually mess with docker compose?

SITCHEZ,

@selfhosted Self host phone contacts sync

I am searching for something to sync my phone contacts between multiple phones for some time. Best case it shouldn't use DAVx^5 and should support Android and iOS. Thanks for your suggestions!

What I found so far:
Nextcloud - but needs DAVx^5
Radicale - also needs DAVx^5
SoGo - needs some CARD-DAV application

redcalcium,

You can even call mastodon bots here, e.g. @remindme in 5 minutes

techgearwhips,

Because Davx5 only works with Android and he stated he wants something that syncs across all of his devices. I came across this posting because I am also looking for a solution to sync contacts between my Android and iPhone. I am trying to get away from Nextcloud because it’s overkill for my use case… So far I have tried Radicale and Baikal but neither works for iOS.

Jayjo,

@selfhosted strange problem. I have a raspberrypi as vpn gateway. I have a reolink cctv. It emails me when motion. If i use openvpn, it works fine. If i use wireguard, it does not work. If i connect to the vpn gateway on my laptop, openvpn and wg forward the laptop traffic fine. The openvpn and wg is connects to the same commerical vpn service.

Jayjo,

@AtariDump yeah. I cam use openvpn or wireguard, would like to use wireguard as a lot faster

AtariDump,

Try taking pieces out until you narrow down the issue.

IE: bring a WG tunnel up direct between your phone and home without the commercial VPN. Keep adding layers back in until something breaks.

LordChaos82,

Backup truecharts apps on TrueNAS scale.
Could someone please tell me if there is a way to backup Truecharts apps that I have installed on TrueNAS Scale?
@selfhosted @OpenSource @selfhost @truenas

Crow,
@Crow@lemmy.world avatar

They have official community apps now that they do themselves, and it’s amazing. I’ve switched all my apps over and I’ve had no problems since.

ssdfsdf3488sd,

I really like truenas for nas but I agree with you on running vms/docker somewhere else. I ended up keeping truenas for the mass storage (the only thing I run on it is one virtual machine to hold proxmox backupserver on an ivol). I think the much better home platform for vms is proxmox. You get ar eally nice gui that makes everything pretty easy, it’s debian under the hood and with proxmox backup server you can very easily backup your virtual machines. It’s also very easy to mount nfs or cifs shares into docker containers so you can keep the bulk data of your docker environment directly on the nas, which makes managing backups dead simple.

LordChaos82,

@OpenSource @selfhosted Is there a way to move all my data off Facebook and import it into my instance? That would include my posts, pictures, videos etc?

dannym,

just put it up on a git repo and share the link

mingu,
@mingu@fosstodon.org avatar

@LordChaos82 @OpenSource @selfhosted I don't know honestly, I don't use Friendica. It looks like they did think about it before: https://github.com/friendica/friendica/issues/5212

goatsarah, en-gb

I have an router. Let’s say I install Tailscale on it and want to create an interface that specifically routes to one of my exit nodes. Can I do that?

Everything I’ve seen about Tailscale on OpenWRT just provides direct router access to the tailnet (100.x.x.x), but I specifically want to route certain traffic to an exit node.

Can I do this? Do me proud, Fediverse! Hoping I can get good answers here without resorting to Reddit.

tvcvt,

I’ve done something similar, though not with openwrt. There may be a decent way to do this on the firewall, but I ended up using the ACLs available from the Tailscale console.

I removed the default allow all rule. I made a group called admins that can access everything and then added a set of routes that everyone on the tail net could access.

I’ve only recently set this up, but initial testing seems to have this working as hoped.

LunchEnjoyer,
@LunchEnjoyer@lemmy.world avatar

I’m not sure this hits the nail for you or not, but I recently solved a question I had regarding tailscale and routing traffic through an exitnode that was using a VPN. Could be worth a peek.

Solution was Docker and Gluetun ✨

Check it her 👉 lemmy.world/post/7281194

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • ethstaker
  • DreamBathrooms
  • normalnudes
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • osvaldo12
  • ngwrru68w68
  • kavyap
  • everett
  • megavids
  • Durango
  • Leos
  • cubers
  • mdbf
  • khanakhh
  • tester
  • modclub
  • cisconetworking
  • anitta
  • tacticalgear
  • provamag3
  • JUstTest
  • lostlight
  • All magazines